Shades of Slate Blue #666FDB
Tints of Slate Blue #666FDB
RGB
CMYK
RGB Variations
Color information
#666FDB (or 0x666FDB) is known color: Slate Blue. HEX triplet: 66, 6F and DB. RGB value is (102,111,219). Sum of RGB (Red+Green+Blue) = 102+111+219=432 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.61% from 432); Green value is 111 (43.75% from 255 or 25.69% from 432); Blue value is 219 (85.94% from 255 or 50.69% from 432); Max value from RGB is 219 - color contains mainly: blue. Hex color #666FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666FDB is #999024. Grayscale: #787878. Windows color (decimal): -10063909 or 14380902. OLE color: 14380902.
HSL color Cylindrical-coordinate representation of color #666FDB: hue angle of 235.38º 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 #666FDB is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 111 | 219 | - |
| CMYK | 0.53 | 0.49 | 0 | 0.14 |
| HSL | 235.38º | 0.62% | 0.63% | - |
| HSV(B) | 235.38º | 0.53% | 0.86% | - |
| XYZ | 23.95 | 19.31 | 69.48 | - |
| YUV | 120.62 | 183.52 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 111 | 219 | 0.53 | 0.49 | 0 | 0.14 | 235.38 | 0.62 | 0.63 |
| Hex | 66 | 6F | DB | 35 | 31 | 0 | E | EB | 3E | 3F |
| Octal | 146 | 157 | 333 | 65 | 61 | 0 | 16 | 353 | 76 | 77 |
| Binary | 1100110 | 1101111 | 11011011 | 110101 | 110001 | 0 | 1110 | 11101011 | 111110 | 111111 |
Color Harmonies of #666FDB
Complementary color
Monochromatic Colors of #666FDB
Black with #666FDB
Text Example
Text Example
White with #666FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666FDB; }
p { color: rgb(102,111,219); }
H1.HeaderClassName
{
color: #666FDB;
}
.AnyTagClassName
{
color: #666FDB;
}
</style>
background-color css
<style>
a { background-color: #666FDB; }
a { background-color: rgb(102,111,219); }
div.DivClassName
{
background-color: #666FDB;
}
.BgClassName
{
background-color: #666FDB;
}
</style>
border-color css
<style>
span { border-color: #666FDB; }
span { border-color: rgb(102,111,219); }
td.TdClassName
{
border-color: #666FDB;
}
.TagClassName
{
border-color: #666FDB;
}
</style>