Shades of Slate Blue #666ADC
Tints of Slate Blue #666ADC
RGB
CMYK
RGB Variations
Color information
#666ADC (or 0x666ADC) is known color: Slate Blue. HEX triplet: 66, 6A and DC. RGB value is (102,106,220). Sum of RGB (Red+Green+Blue) = 102+106+220=428 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.83% from 428); Green value is 106 (41.80% from 255 or 24.77% from 428); Blue value is 220 (86.33% from 255 or 51.40% from 428); Max value from RGB is 220 - color contains mainly: blue. Hex color #666ADC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666ADC is #999523. Grayscale: #757575. Windows color (decimal): -10065188 or 14445158. OLE color: 14445158.
HSL color Cylindrical-coordinate representation of color #666ADC: hue angle of 237.97º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #666ADC is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 106 | 220 | - |
| CMYK | 0.54 | 0.52 | 0 | 0.14 |
| HSL | 237.97º | 0.63% | 0.63% | - |
| HSV(B) | 237.97º | 0.54% | 0.86% | - |
| XYZ | 23.55 | 18.3 | 70 | - |
| YUV | 117.8 | 185.67 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 106 | 220 | 0.54 | 0.52 | 0 | 0.14 | 237.97 | 0.63 | 0.63 |
| Hex | 66 | 6A | DC | 36 | 34 | 0 | E | EE | 3F | 3F |
| Octal | 146 | 152 | 334 | 66 | 64 | 0 | 16 | 356 | 77 | 77 |
| Binary | 1100110 | 1101010 | 11011100 | 110110 | 110100 | 0 | 1110 | 11101110 | 111111 | 111111 |
Color Harmonies of #666ADC
Complementary color
Monochromatic Colors of #666ADC
Black with #666ADC
Text Example
Text Example
White with #666ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666ADC; }
p { color: rgb(102,106,220); }
H1.HeaderClassName
{
color: #666ADC;
}
.AnyTagClassName
{
color: #666ADC;
}
</style>
background-color css
<style>
a { background-color: #666ADC; }
a { background-color: rgb(102,106,220); }
div.DivClassName
{
background-color: #666ADC;
}
.BgClassName
{
background-color: #666ADC;
}
</style>
border-color css
<style>
span { border-color: #666ADC; }
span { border-color: rgb(102,106,220); }
td.TdClassName
{
border-color: #666ADC;
}
.TagClassName
{
border-color: #666ADC;
}
</style>