#606ad6

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

Shades of Slate Blue #606AD6

Tints of Slate Blue #606AD6

Color information

#606AD6 (or 0x606AD6) is unknown color: approx Slate Blue. HEX triplet: 60, 6A and D6. RGB value is (96,106,214). Sum of RGB (Red+Green+Blue) = 96+106+214=416 (55% of max value = 765). Red value is 96 (37.89% from 255 or 23.08% from 416); Green value is 106 (41.80% from 255 or 25.48% from 416); Blue value is 214 (83.98% from 255 or 51.44% from 416); Max value from RGB is 214 - color contains mainly: blue. Hex color #606AD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606AD6 is #9F9529. Grayscale: #727272. Windows color (decimal): -10458410 or 14051936. OLE color: 14051936.

HSL color Cylindrical-coordinate representation of color #606AD6: hue angle of 234.92º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #606AD6 is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB96106214-
CMYK0.550.5000.16
HSL234.92º59%60.78%-
HSV(B)234.92º55.14%83.92%-
XYZ22.1217.6565.86-
YUV115.32183.69114.22-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.08%
GREEN value IS 106 (41.80% from 255) = 25.48%
BLUE value IS 214 (83.98% from 255) = 51.44%
R=23.08%
G=25.48%
B=51.44%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal961062140.550.5000.16234.925960.78
Hex606AD63732010eb3b3d
Octal14015232667620203537375
Binary110000011010101101011011011111001001000011101011111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606ad6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,106,214); }

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

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

 a { background-color: rgb(96,106,214); }

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

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

 span { border-color: rgb(96,106,214); }

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