Shades of Slate Blue #606ADE
Tints of Slate Blue #606ADE
RGB
CMYK
RGB Variations
Color information
#606ADE (or 0x606ADE) is known color: Slate Blue. HEX triplet: 60, 6A and DE. RGB value is (96,106,222). Sum of RGB (Red+Green+Blue) = 96+106+222=424 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.64% from 424); Green value is 106 (41.80% from 255 or 25% from 424); Blue value is 222 (87.11% from 255 or 52.36% from 424); Max value from RGB is 222 - color contains mainly: blue. Hex color #606ADE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606ADE is #9F9521. Grayscale: #737373. Windows color (decimal): -10458402 or 14576224. OLE color: 14576224.
HSL color Cylindrical-coordinate representation of color #606ADE: hue angle of 235.24º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #606ADE is Cyan = 0.57, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 106 | 222 | - |
| CMYK | 0.57 | 0.52 | 0 | 0.13 |
| HSL | 235.24º | 0.66% | 0.62% | - |
| HSV(B) | 235.24º | 0.57% | 0.87% | - |
| XYZ | 23.16 | 18.07 | 71.37 | - |
| YUV | 116.23 | 187.69 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 106 | 222 | 0.57 | 0.52 | 0 | 0.13 | 235.24 | 0.66 | 0.62 |
| Hex | 60 | 6A | DE | 39 | 34 | 0 | D | EB | 42 | 3E |
| Octal | 140 | 152 | 336 | 71 | 64 | 0 | 15 | 353 | 102 | 76 |
| Binary | 1100000 | 1101010 | 11011110 | 111001 | 110100 | 0 | 1101 | 11101011 | 1000010 | 111110 |
Color Harmonies of #606ADE
Complementary color
Monochromatic Colors of #606ADE
Black with #606ADE
Text Example
Text Example
White with #606ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606ADE; }
p { color: rgb(96,106,222); }
H1.HeaderClassName
{
color: #606ADE;
}
.AnyTagClassName
{
color: #606ADE;
}
</style>
background-color css
<style>
a { background-color: #606ADE; }
a { background-color: rgb(96,106,222); }
div.DivClassName
{
background-color: #606ADE;
}
.BgClassName
{
background-color: #606ADE;
}
</style>
border-color css
<style>
span { border-color: #606ADE; }
span { border-color: rgb(96,106,222); }
td.TdClassName
{
border-color: #606ADE;
}
.TagClassName
{
border-color: #606ADE;
}
</style>