#606AD4

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

Shades of Slate Blue #606AD4

Tints of Slate Blue #606AD4

Color information

#606AD4 (or 0x606AD4) is unknown color: approx Slate Blue. HEX triplet: 60, 6A and D4. RGB value is (96,106,212). Sum of RGB (Red+Green+Blue) = 96+106+212=414 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.19% from 414); Green value is 106 (41.80% from 255 or 25.60% from 414); Blue value is 212 (83.20% from 255 or 51.21% from 414); Max value from RGB is 212 - color contains mainly: blue. Hex color #606AD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606AD4 is #9F952B. Grayscale: #727272. Windows color (decimal): -10458412 or 13920864. OLE color: 13920864.

HSL color Cylindrical-coordinate representation of color #606AD4: hue angle of 234.83º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #606AD4 is Cyan = 0.55, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB96106212-
CMYK0.550.500.17
HSL234.83º57.43%60.39%-
HSV(B)234.83º54.72%83.14%-
XYZ21.8617.5564.52-
YUV115.09182.69114.38-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.19%
GREEN value IS 106 (41.80% from 255) = 25.60%
BLUE value IS 212 (83.20% from 255) = 51.21%
R=23.19%
G=25.60%
B=51.21%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal961062120.550.500.17234.8357.4360.39
Hex606AD43732011eb393c
Octal14015232467620213537174
Binary110000011010101101010011011111001001000111101011111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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