Shades of Slate Blue #666ACD
Tints of Slate Blue #666ACD
RGB
CMYK
RGB Variations
Color information
#666ACD (or 0x666ACD) is known color: Slate Blue. HEX triplet: 66, 6A and CD. RGB value is (102,106,205). Sum of RGB (Red+Green+Blue) = 102+106+205=413 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.70% from 413); Green value is 106 (41.80% from 255 or 25.67% from 413); Blue value is 205 (80.47% from 255 or 49.64% from 413); Max value from RGB is 205 - color contains mainly: blue. Hex color #666ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666ACD is #999532. Grayscale: #737373. Windows color (decimal): -10065203 or 13462118. OLE color: 13462118.
HSL color Cylindrical-coordinate representation of color #666ACD: hue angle of 237.67º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #666ACD is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 102 | 106 | 205 | - |
| CMYK | 0.50 | 0.48 | 0 | 0.20 |
| HSL | 237.67º | 0.51% | 0.6% | - |
| HSV(B) | 237.67º | 0.5% | 0.8% | - |
| XYZ | 21.65 | 17.54 | 60 | - |
| YUV | 116.09 | 178.17 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 106 | 205 | 0.50 | 0.48 | 0 | 0.20 | 237.67 | 0.51 | 0.6 |
| Hex | 66 | 6A | CD | 32 | 30 | 0 | 14 | EE | 33 | 3C |
| Octal | 146 | 152 | 315 | 62 | 60 | 0 | 24 | 356 | 63 | 74 |
| Binary | 1100110 | 1101010 | 11001101 | 110010 | 110000 | 0 | 10100 | 11101110 | 110011 | 111100 |
Color Harmonies of #666ACD
Complementary color
Monochromatic Colors of #666ACD
Black with #666ACD
Text Example
Text Example
White with #666ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666ACD; }
p { color: rgb(102,106,205); }
H1.HeaderClassName
{
color: #666ACD;
}
.AnyTagClassName
{
color: #666ACD;
}
</style>
background-color css
<style>
a { background-color: #666ACD; }
a { background-color: rgb(102,106,205); }
div.DivClassName
{
background-color: #666ACD;
}
.BgClassName
{
background-color: #666ACD;
}
</style>
border-color css
<style>
span { border-color: #666ACD; }
span { border-color: rgb(102,106,205); }
td.TdClassName
{
border-color: #666ACD;
}
.TagClassName
{
border-color: #666ACD;
}
</style>