#606DD9

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

Shades of Slate Blue #606DD9

Tints of Slate Blue #606DD9

Color information

#606DD9 (or 0x606DD9) is unknown color: approx Slate Blue. HEX triplet: 60, 6D and D9. RGB value is (96,109,217). Sum of RGB (Red+Green+Blue) = 96+109+217=422 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.75% from 422); Green value is 109 (42.97% from 255 or 25.83% from 422); Blue value is 217 (85.16% from 255 or 51.42% from 422); Max value from RGB is 217 - color contains mainly: blue. Hex color #606DD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606DD9 is #9F9226. Grayscale: #747474. Windows color (decimal): -10457639 or 14249312. OLE color: 14249312.

HSL color Cylindrical-coordinate representation of color #606DD9: hue angle of 233.55º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #606DD9 is Cyan = 0.56, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB96109217-
CMYK0.560.5000.15
HSL233.55º61.42%61.37%-
HSV(B)233.55º55.76%85.1%-
XYZ22.8218.4368-
YUV117.42184.19112.72-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.75%
GREEN value IS 109 (42.97% from 255) = 25.83%
BLUE value IS 217 (85.16% from 255) = 51.42%
R=22.75%
G=25.83%
B=51.42%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal961092170.560.5000.15233.5561.4261.37
Hex606DD938320Fea3d3d
Octal14015533170620173527575
Binary11000001101101110110011110001100100111111101010111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606DD9; }

 p { color: rgb(96,109,217); }

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

<style>
 a { background-color: #606DD9; }

 a { background-color: rgb(96,109,217); }

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

<style>
 span { border-color: #606DD9; }

 span { border-color: rgb(96,109,217); }

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