Shades of Slate Blue #606ADF
Tints of Slate Blue #606ADF
RGB
CMYK
RGB Variations
Color information
#606ADF (or 0x606ADF) is known color: Slate Blue. HEX triplet: 60, 6A and DF. RGB value is (96,106,223). Sum of RGB (Red+Green+Blue) = 96+106+223=425 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.59% from 425); Green value is 106 (41.80% from 255 or 24.94% from 425); Blue value is 223 (87.5% from 255 or 52.47% from 425); Max value from RGB is 223 - color contains mainly: blue. Hex color #606ADF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606ADF is #9F9520. Grayscale: #737373. Windows color (decimal): -10458401 or 14641760. OLE color: 14641760.
HSL color Cylindrical-coordinate representation of color #606ADF: hue angle of 235.28º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #606ADF is Cyan = 0.57, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 106 | 223 | - |
| CMYK | 0.57 | 0.52 | 0 | 0.13 |
| HSL | 235.28º | 0.66% | 0.63% | - |
| HSV(B) | 235.28º | 0.57% | 0.87% | - |
| XYZ | 23.3 | 18.12 | 72.08 | - |
| YUV | 116.35 | 188.19 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 106 | 223 | 0.57 | 0.52 | 0 | 0.13 | 235.28 | 0.66 | 0.63 |
| Hex | 60 | 6A | DF | 39 | 34 | 0 | D | EB | 42 | 3F |
| Octal | 140 | 152 | 337 | 71 | 64 | 0 | 15 | 353 | 102 | 77 |
| Binary | 1100000 | 1101010 | 11011111 | 111001 | 110100 | 0 | 1101 | 11101011 | 1000010 | 111111 |
Color Harmonies of #606ADF
Complementary color
Monochromatic Colors of #606ADF
Black with #606ADF
Text Example
Text Example
White with #606ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606ADF; }
p { color: rgb(96,106,223); }
H1.HeaderClassName
{
color: #606ADF;
}
.AnyTagClassName
{
color: #606ADF;
}
</style>
background-color css
<style>
a { background-color: #606ADF; }
a { background-color: rgb(96,106,223); }
div.DivClassName
{
background-color: #606ADF;
}
.BgClassName
{
background-color: #606ADF;
}
</style>
border-color css
<style>
span { border-color: #606ADF; }
span { border-color: rgb(96,106,223); }
td.TdClassName
{
border-color: #606ADF;
}
.TagClassName
{
border-color: #606ADF;
}
</style>