Shades of Slate Blue #606ADC
Tints of Slate Blue #606ADC
RGB
CMYK
RGB Variations
Color information
#606ADC (or 0x606ADC) is known color: Slate Blue. HEX triplet: 60, 6A and DC. RGB value is (96,106,220). Sum of RGB (Red+Green+Blue) = 96+106+220=422 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.75% from 422); Green value is 106 (41.80% from 255 or 25.12% from 422); Blue value is 220 (86.33% from 255 or 52.13% from 422); Max value from RGB is 220 - color contains mainly: blue. Hex color #606ADC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606ADC is #9F9523. Grayscale: #737373. Windows color (decimal): -10458404 or 14445152. OLE color: 14445152.
HSL color Cylindrical-coordinate representation of color #606ADC: hue angle of 235.16º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #606ADC is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 106 | 220 | - |
| CMYK | 0.56 | 0.52 | 0 | 0.14 |
| HSL | 235.16º | 0.64% | 0.62% | - |
| HSV(B) | 235.16º | 0.56% | 0.86% | - |
| XYZ | 22.9 | 17.96 | 69.97 | - |
| YUV | 116.01 | 186.69 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 106 | 220 | 0.56 | 0.52 | 0 | 0.14 | 235.16 | 0.64 | 0.62 |
| Hex | 60 | 6A | DC | 38 | 34 | 0 | E | EB | 40 | 3E |
| Octal | 140 | 152 | 334 | 70 | 64 | 0 | 16 | 353 | 100 | 76 |
| Binary | 1100000 | 1101010 | 11011100 | 111000 | 110100 | 0 | 1110 | 11101011 | 1000000 | 111110 |
Color Harmonies of #606ADC
Complementary color
Monochromatic Colors of #606ADC
Black with #606ADC
Text Example
Text Example
White with #606ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606ADC; }
p { color: rgb(96,106,220); }
H1.HeaderClassName
{
color: #606ADC;
}
.AnyTagClassName
{
color: #606ADC;
}
</style>
background-color css
<style>
a { background-color: #606ADC; }
a { background-color: rgb(96,106,220); }
div.DivClassName
{
background-color: #606ADC;
}
.BgClassName
{
background-color: #606ADC;
}
</style>
border-color css
<style>
span { border-color: #606ADC; }
span { border-color: rgb(96,106,220); }
td.TdClassName
{
border-color: #606ADC;
}
.TagClassName
{
border-color: #606ADC;
}
</style>