Shades of Slate Blue #666CDB
Tints of Slate Blue #666CDB
RGB
CMYK
RGB Variations
Color information
#666CDB (or 0x666CDB) is known color: Slate Blue. HEX triplet: 66, 6C and DB. RGB value is (102,108,219). Sum of RGB (Red+Green+Blue) = 102+108+219=429 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.78% from 429); Green value is 108 (42.58% from 255 or 25.17% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #666CDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666CDB is #999324. Grayscale: #767676. Windows color (decimal): -10064677 or 14380134. OLE color: 14380134.
HSL color Cylindrical-coordinate representation of color #666CDB: hue angle of 236.92º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #666CDB is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 108 | 219 | - |
| CMYK | 0.53 | 0.51 | 0 | 0.14 |
| HSL | 236.92º | 0.62% | 0.63% | - |
| HSV(B) | 236.92º | 0.53% | 0.86% | - |
| XYZ | 23.63 | 18.66 | 69.38 | - |
| YUV | 118.86 | 184.51 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 108 | 219 | 0.53 | 0.51 | 0 | 0.14 | 236.92 | 0.62 | 0.63 |
| Hex | 66 | 6C | DB | 35 | 33 | 0 | E | ED | 3E | 3F |
| Octal | 146 | 154 | 333 | 65 | 63 | 0 | 16 | 355 | 76 | 77 |
| Binary | 1100110 | 1101100 | 11011011 | 110101 | 110011 | 0 | 1110 | 11101101 | 111110 | 111111 |
Color Harmonies of #666CDB
Complementary color
Monochromatic Colors of #666CDB
Black with #666CDB
Text Example
Text Example
White with #666CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666CDB; }
p { color: rgb(102,108,219); }
H1.HeaderClassName
{
color: #666CDB;
}
.AnyTagClassName
{
color: #666CDB;
}
</style>
background-color css
<style>
a { background-color: #666CDB; }
a { background-color: rgb(102,108,219); }
div.DivClassName
{
background-color: #666CDB;
}
.BgClassName
{
background-color: #666CDB;
}
</style>
border-color css
<style>
span { border-color: #666CDB; }
span { border-color: rgb(102,108,219); }
td.TdClassName
{
border-color: #666CDB;
}
.TagClassName
{
border-color: #666CDB;
}
</style>