Shades of Slate Blue #666FDA
Tints of Slate Blue #666FDA
RGB
CMYK
RGB Variations
Color information
#666FDA (or 0x666FDA) is known color: Slate Blue. HEX triplet: 66, 6F and DA. RGB value is (102,111,218). Sum of RGB (Red+Green+Blue) = 102+111+218=431 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.67% from 431); Green value is 111 (43.75% from 255 or 25.75% from 431); Blue value is 218 (85.55% from 255 or 50.58% from 431); Max value from RGB is 218 - color contains mainly: blue. Hex color #666FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666FDA is #999025. Grayscale: #787878. Windows color (decimal): -10063910 or 14315366. OLE color: 14315366.
HSL color Cylindrical-coordinate representation of color #666FDA: hue angle of 235.34º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #666FDA is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 111 | 218 | - |
| CMYK | 0.53 | 0.49 | 0 | 0.15 |
| HSL | 235.34º | 0.61% | 0.63% | - |
| HSV(B) | 235.34º | 0.53% | 0.85% | - |
| XYZ | 23.82 | 19.26 | 68.79 | - |
| YUV | 120.51 | 183.02 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 111 | 218 | 0.53 | 0.49 | 0 | 0.15 | 235.34 | 0.61 | 0.63 |
| Hex | 66 | 6F | DA | 35 | 31 | 0 | F | EB | 3D | 3F |
| Octal | 146 | 157 | 332 | 65 | 61 | 0 | 17 | 353 | 75 | 77 |
| Binary | 1100110 | 1101111 | 11011010 | 110101 | 110001 | 0 | 1111 | 11101011 | 111101 | 111111 |
Color Harmonies of #666FDA
Complementary color
Monochromatic Colors of #666FDA
Black with #666FDA
Text Example
Text Example
White with #666FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666FDA; }
p { color: rgb(102,111,218); }
H1.HeaderClassName
{
color: #666FDA;
}
.AnyTagClassName
{
color: #666FDA;
}
</style>
background-color css
<style>
a { background-color: #666FDA; }
a { background-color: rgb(102,111,218); }
div.DivClassName
{
background-color: #666FDA;
}
.BgClassName
{
background-color: #666FDA;
}
</style>
border-color css
<style>
span { border-color: #666FDA; }
span { border-color: rgb(102,111,218); }
td.TdClassName
{
border-color: #666FDA;
}
.TagClassName
{
border-color: #666FDA;
}
</style>