Shades of Slate Blue #666DDB
Tints of Slate Blue #666DDB
RGB
CMYK
RGB Variations
Color information
#666DDB (or 0x666DDB) is known color: Slate Blue. HEX triplet: 66, 6D and DB. RGB value is (102,109,219). Sum of RGB (Red+Green+Blue) = 102+109+219=430 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.72% from 430); Green value is 109 (42.97% from 255 or 25.35% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #666DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666DDB is #999224. Grayscale: #777777. Windows color (decimal): -10064421 or 14380390. OLE color: 14380390.
HSL color Cylindrical-coordinate representation of color #666DDB: hue angle of 236.41º 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 #666DDB is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 109 | 219 | - |
| CMYK | 0.53 | 0.50 | 0 | 0.14 |
| HSL | 236.41º | 0.62% | 0.63% | - |
| HSV(B) | 236.41º | 0.53% | 0.86% | - |
| XYZ | 23.73 | 18.88 | 69.41 | - |
| YUV | 119.45 | 184.18 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 109 | 219 | 0.53 | 0.50 | 0 | 0.14 | 236.41 | 0.62 | 0.63 |
| Hex | 66 | 6D | DB | 35 | 32 | 0 | E | EC | 3E | 3F |
| Octal | 146 | 155 | 333 | 65 | 62 | 0 | 16 | 354 | 76 | 77 |
| Binary | 1100110 | 1101101 | 11011011 | 110101 | 110010 | 0 | 1110 | 11101100 | 111110 | 111111 |
Color Harmonies of #666DDB
Complementary color
Monochromatic Colors of #666DDB
Black with #666DDB
Text Example
Text Example
White with #666DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666DDB; }
p { color: rgb(102,109,219); }
H1.HeaderClassName
{
color: #666DDB;
}
.AnyTagClassName
{
color: #666DDB;
}
</style>
background-color css
<style>
a { background-color: #666DDB; }
a { background-color: rgb(102,109,219); }
div.DivClassName
{
background-color: #666DDB;
}
.BgClassName
{
background-color: #666DDB;
}
</style>
border-color css
<style>
span { border-color: #666DDB; }
span { border-color: rgb(102,109,219); }
td.TdClassName
{
border-color: #666DDB;
}
.TagClassName
{
border-color: #666DDB;
}
</style>