#625ED9

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

Shades of Slate Blue #625ED9

Tints of Slate Blue #625ED9

Color information

#625ED9 (or 0x625ED9) is unknown color: approx Slate Blue. HEX triplet: 62, 5E and D9. RGB value is (98,94,217). Sum of RGB (Red+Green+Blue) = 98+94+217=409 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.96% from 409); Green value is 94 (37.11% from 255 or 22.98% from 409); Blue value is 217 (85.16% from 255 or 53.06% from 409); Max value from RGB is 217 - color contains mainly: blue. Hex color #625ED9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625ED9 is #9DA126. Grayscale: #6C6C6C. Windows color (decimal): -10330407 or 14245474. OLE color: 14245474.

HSL color Cylindrical-coordinate representation of color #625ED9: hue angle of 241.95º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #625ED9 is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB9894217-
CMYK0.550.5700.15
HSL241.95º61.81%60.98%-
HSV(B)241.95º56.68%85.1%-
XYZ21.5615.6167.52-
YUV109.22188.83120-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 23.96%
GREEN value IS 94 (37.11% from 255) = 22.98%
BLUE value IS 217 (85.16% from 255) = 53.06%
R=23.96%
G=22.98%
B=53.06%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal98942170.550.5700.15241.9561.8160.98
Hex625ED937390Ff23e3d
Octal14213633167710173627675
Binary11000101011110110110011101111110010111111110010111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625ED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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