Shades of Slate Blue #606ACE
Tints of Slate Blue #606ACE
RGB
CMYK
RGB Variations
Color information
#606ACE (or 0x606ACE) is known color: Slate Blue. HEX triplet: 60, 6A and CE. RGB value is (96,106,206). Sum of RGB (Red+Green+Blue) = 96+106+206=408 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.53% from 408); Green value is 106 (41.80% from 255 or 25.98% from 408); Blue value is 206 (80.86% from 255 or 50.49% from 408); Max value from RGB is 206 - color contains mainly: blue. Hex color #606ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606ACE is #9F9531. Grayscale: #727272. Windows color (decimal): -10458418 or 13527648. OLE color: 13527648.
HSL color Cylindrical-coordinate representation of color #606ACE: hue angle of 234.55º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #606ACE is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 106 | 206 | - |
| CMYK | 0.53 | 0.49 | 0 | 0.19 |
| HSL | 234.55º | 0.53% | 0.59% | - |
| HSV(B) | 234.55º | 0.53% | 0.81% | - |
| XYZ | 21.12 | 17.25 | 60.61 | - |
| YUV | 114.41 | 179.69 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 106 | 206 | 0.53 | 0.49 | 0 | 0.19 | 234.55 | 0.53 | 0.59 |
| Hex | 60 | 6A | CE | 35 | 31 | 0 | 13 | EB | 35 | 3B |
| Octal | 140 | 152 | 316 | 65 | 61 | 0 | 23 | 353 | 65 | 73 |
| Binary | 1100000 | 1101010 | 11001110 | 110101 | 110001 | 0 | 10011 | 11101011 | 110101 | 111011 |
Color Harmonies of #606ACE
Complementary color
Monochromatic Colors of #606ACE
Black with #606ACE
Text Example
Text Example
White with #606ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606ACE; }
p { color: rgb(96,106,206); }
H1.HeaderClassName
{
color: #606ACE;
}
.AnyTagClassName
{
color: #606ACE;
}
</style>
background-color css
<style>
a { background-color: #606ACE; }
a { background-color: rgb(96,106,206); }
div.DivClassName
{
background-color: #606ACE;
}
.BgClassName
{
background-color: #606ACE;
}
</style>
border-color css
<style>
span { border-color: #606ACE; }
span { border-color: rgb(96,106,206); }
td.TdClassName
{
border-color: #606ACE;
}
.TagClassName
{
border-color: #606ACE;
}
</style>