Shades of Slate Blue #666BCD
Tints of Slate Blue #666BCD
RGB
CMYK
RGB Variations
Color information
#666BCD (or 0x666BCD) is known color: Slate Blue. HEX triplet: 66, 6B and CD. RGB value is (102,107,205). Sum of RGB (Red+Green+Blue) = 102+107+205=414 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.64% from 414); Green value is 107 (42.19% from 255 or 25.85% from 414); Blue value is 205 (80.47% from 255 or 49.52% from 414); Max value from RGB is 205 - color contains mainly: blue. Hex color #666BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666BCD is #999432. Grayscale: #747474. Windows color (decimal): -10064947 or 13462374. OLE color: 13462374.
HSL color Cylindrical-coordinate representation of color #666BCD: hue angle of 237.09º 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 #666BCD is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 102 | 107 | 205 | - |
| CMYK | 0.50 | 0.48 | 0 | 0.20 |
| HSL | 237.09º | 0.51% | 0.6% | - |
| HSV(B) | 237.09º | 0.5% | 0.8% | - |
| XYZ | 21.76 | 17.75 | 60.04 | - |
| YUV | 116.68 | 177.84 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 107 | 205 | 0.50 | 0.48 | 0 | 0.20 | 237.09 | 0.51 | 0.6 |
| Hex | 66 | 6B | CD | 32 | 30 | 0 | 14 | ED | 33 | 3C |
| Octal | 146 | 153 | 315 | 62 | 60 | 0 | 24 | 355 | 63 | 74 |
| Binary | 1100110 | 1101011 | 11001101 | 110010 | 110000 | 0 | 10100 | 11101101 | 110011 | 111100 |
Color Harmonies of #666BCD
Complementary color
Monochromatic Colors of #666BCD
Black with #666BCD
Text Example
Text Example
White with #666BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666BCD; }
p { color: rgb(102,107,205); }
H1.HeaderClassName
{
color: #666BCD;
}
.AnyTagClassName
{
color: #666BCD;
}
</style>
background-color css
<style>
a { background-color: #666BCD; }
a { background-color: rgb(102,107,205); }
div.DivClassName
{
background-color: #666BCD;
}
.BgClassName
{
background-color: #666BCD;
}
</style>
border-color css
<style>
span { border-color: #666BCD; }
span { border-color: rgb(102,107,205); }
td.TdClassName
{
border-color: #666BCD;
}
.TagClassName
{
border-color: #666BCD;
}
</style>