Shades of Slate Blue #666BDA
Tints of Slate Blue #666BDA
RGB
CMYK
RGB Variations
Color information
#666BDA (or 0x666BDA) is known color: Slate Blue. HEX triplet: 66, 6B and DA. RGB value is (102,107,218). Sum of RGB (Red+Green+Blue) = 102+107+218=427 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.89% from 427); Green value is 107 (42.19% from 255 or 25.06% from 427); Blue value is 218 (85.55% from 255 or 51.05% from 427); Max value from RGB is 218 - color contains mainly: blue. Hex color #666BDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666BDA is #999425. Grayscale: #757575. Windows color (decimal): -10064934 or 14314342. OLE color: 14314342.
HSL color Cylindrical-coordinate representation of color #666BDA: hue angle of 237.41º 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 #666BDA is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 107 | 218 | - |
| CMYK | 0.53 | 0.51 | 0 | 0.15 |
| HSL | 237.41º | 0.61% | 0.63% | - |
| HSV(B) | 237.41º | 0.53% | 0.85% | - |
| XYZ | 23.39 | 18.4 | 68.65 | - |
| YUV | 118.16 | 184.34 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 107 | 218 | 0.53 | 0.51 | 0 | 0.15 | 237.41 | 0.61 | 0.63 |
| Hex | 66 | 6B | DA | 35 | 33 | 0 | F | ED | 3D | 3F |
| Octal | 146 | 153 | 332 | 65 | 63 | 0 | 17 | 355 | 75 | 77 |
| Binary | 1100110 | 1101011 | 11011010 | 110101 | 110011 | 0 | 1111 | 11101101 | 111101 | 111111 |
Color Harmonies of #666BDA
Complementary color
Monochromatic Colors of #666BDA
Black with #666BDA
Text Example
Text Example
White with #666BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666BDA; }
p { color: rgb(102,107,218); }
H1.HeaderClassName
{
color: #666BDA;
}
.AnyTagClassName
{
color: #666BDA;
}
</style>
background-color css
<style>
a { background-color: #666BDA; }
a { background-color: rgb(102,107,218); }
div.DivClassName
{
background-color: #666BDA;
}
.BgClassName
{
background-color: #666BDA;
}
</style>
border-color css
<style>
span { border-color: #666BDA; }
span { border-color: rgb(102,107,218); }
td.TdClassName
{
border-color: #666BDA;
}
.TagClassName
{
border-color: #666BDA;
}
</style>