#606BD6

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

Shades of Slate Blue #606BD6

Tints of Slate Blue #606BD6

Color information

#606BD6 (or 0x606BD6) is unknown color: approx Slate Blue. HEX triplet: 60, 6B and D6. RGB value is (96,107,214). Sum of RGB (Red+Green+Blue) = 96+107+214=417 (55% of max value = 765). Red value is 96 (37.89% from 255 or 23.02% from 417); Green value is 107 (42.19% from 255 or 25.66% from 417); Blue value is 214 (83.98% from 255 or 51.32% from 417); Max value from RGB is 214 - color contains mainly: blue. Hex color #606BD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606BD6 is #9F9429. Grayscale: #737373. Windows color (decimal): -10458154 or 14052192. OLE color: 14052192.

HSL color Cylindrical-coordinate representation of color #606BD6: hue angle of 234.41º 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 #606BD6 is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB96107214-
CMYK0.550.5000.16
HSL234.41º59%60.78%-
HSV(B)234.41º55.14%83.92%-
XYZ22.2217.8665.89-
YUV115.91183.36113.8-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.02%
GREEN value IS 107 (42.19% from 255) = 25.66%
BLUE value IS 214 (83.98% from 255) = 51.32%
R=23.02%
G=25.66%
B=51.32%

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
Decimal961072140.550.5000.16234.415960.78
Hex606BD63732010ea3b3d
Octal14015332667620203527375
Binary110000011010111101011011011111001001000011101010111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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