Shades of Slate Blue #666AE0
Tints of Slate Blue #666AE0
RGB
CMYK
RGB Variations
Color information
#666AE0 (or 0x666AE0) is known color: Slate Blue. HEX triplet: 66, 6A and E0. RGB value is (102,106,224). Sum of RGB (Red+Green+Blue) = 102+106+224=432 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.61% from 432); Green value is 106 (41.80% from 255 or 24.54% from 432); Blue value is 224 (87.89% from 255 or 51.85% from 432); Max value from RGB is 224 - color contains mainly: blue. Hex color #666AE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666AE0 is #99951F. Grayscale: #757575. Windows color (decimal): -10065184 or 14707302. OLE color: 14707302.
HSL color Cylindrical-coordinate representation of color #666AE0: hue angle of 238.03º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #666AE0 is Cyan = 0.54, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 102 | 106 | 224 | - |
| CMYK | 0.54 | 0.53 | 0 | 0.12 |
| HSL | 238.03º | 0.66% | 0.64% | - |
| HSV(B) | 238.03º | 0.54% | 0.88% | - |
| XYZ | 24.09 | 18.51 | 72.83 | - |
| YUV | 118.26 | 187.67 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 106 | 224 | 0.54 | 0.53 | 0 | 0.12 | 238.03 | 0.66 | 0.64 |
| Hex | 66 | 6A | E0 | 36 | 35 | 0 | C | EE | 42 | 40 |
| Octal | 146 | 152 | 340 | 66 | 65 | 0 | 14 | 356 | 102 | 100 |
| Binary | 1100110 | 1101010 | 11100000 | 110110 | 110101 | 0 | 1100 | 11101110 | 1000010 | 1000000 |
Color Harmonies of #666AE0
Complementary color
Monochromatic Colors of #666AE0
Black with #666AE0
Text Example
Text Example
White with #666AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666AE0; }
p { color: rgb(102,106,224); }
H1.HeaderClassName
{
color: #666AE0;
}
.AnyTagClassName
{
color: #666AE0;
}
</style>
background-color css
<style>
a { background-color: #666AE0; }
a { background-color: rgb(102,106,224); }
div.DivClassName
{
background-color: #666AE0;
}
.BgClassName
{
background-color: #666AE0;
}
</style>
border-color css
<style>
span { border-color: #666AE0; }
span { border-color: rgb(102,106,224); }
td.TdClassName
{
border-color: #666AE0;
}
.TagClassName
{
border-color: #666AE0;
}
</style>