#625ec7

Color #625EC7 Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #625EC7

Tints of Slate Blue #625EC7

Color information

#625EC7 (or 0x625EC7) is unknown color: approx Slate Blue. HEX triplet: 62, 5E and C7. RGB value is (98,94,199). Sum of RGB (Red+Green+Blue) = 98+94+199=391 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.06% from 391); Green value is 94 (37.11% from 255 or 24.04% from 391); Blue value is 199 (78.12% from 255 or 50.90% from 391); Max value from RGB is 199 - color contains mainly: blue. Hex color #625EC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625EC7 is #9DA138. Grayscale: #6A6A6A. Windows color (decimal): -10330425 or 13065826. OLE color: 13065826.

HSL color Cylindrical-coordinate representation of color #625EC7: hue angle of 242.29º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #625EC7 is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB9894199-
CMYK0.510.5300.22
HSL242.29º48.39%57.45%-
HSV(B)242.29º52.76%78.04%-
XYZ19.3514.7355.86-
YUV107.17179.83121.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 98 (38.67% from 255) = 25.06%
GREEN value IS 94 (37.11% from 255) = 24.04%
BLUE value IS 199 (78.12% from 255) = 50.90%
R=25.06%
G=24.04%
B=50.90%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal98941990.510.5300.22242.2948.3957.45
Hex625EC73335016f23039
Octal14213630763650263626071
Binary110001010111101100011111001111010101011011110010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625ec7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625ec7; }

 p { color: rgb(98,94,199); }

 H1.HeaderClassName
 {
   color: #625ec7;
 }
 .AnyTagClassName
 {
   color: #625ec7;
 }
</style>
background-color css

<style>
 a { background-color: #625ec7; }

 a { background-color: rgb(98,94,199); }

 div.DivClassName
 {
   background-color: #625ec7;
 }
 .BgClassName
 {
   background-color: #625ec7;
 }
</style>
border-color css

<style>
 span { border-color: #625ec7; }

 span { border-color: rgb(98,94,199); }

 td.TdClassName
 {
   border-color: #625ec7;
 }
 .TagClassName
 {
   border-color: #625ec7;
 }
</style>