Shades of Slate Blue #665ECE
Tints of Slate Blue #665ECE
RGB
CMYK
RGB Variations
Color information
#665ECE (or 0x665ECE) is known color: Slate Blue. HEX triplet: 66, 5E and CE. RGB value is (102,94,206). Sum of RGB (Red+Green+Blue) = 102+94+206=402 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.37% from 402); Green value is 94 (37.11% from 255 or 23.38% from 402); Blue value is 206 (80.86% from 255 or 51.24% from 402); Max value from RGB is 206 - color contains mainly: blue. Hex color #665ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665ECE is #99A131. Grayscale: #6C6C6C. Windows color (decimal): -10068274 or 13524582. OLE color: 13524582.
HSL color Cylindrical-coordinate representation of color #665ECE: hue angle of 244.29º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #665ECE is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 94 | 206 | - |
| CMYK | 0.50 | 0.54 | 0 | 0.19 |
| HSL | 244.29º | 0.53% | 0.59% | - |
| HSV(B) | 244.29º | 0.54% | 0.81% | - |
| XYZ | 20.62 | 15.29 | 60.26 | - |
| YUV | 109.16 | 182.65 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 94 | 206 | 0.50 | 0.54 | 0 | 0.19 | 244.29 | 0.53 | 0.59 |
| Hex | 66 | 5E | CE | 32 | 36 | 0 | 13 | F4 | 35 | 3B |
| Octal | 146 | 136 | 316 | 62 | 66 | 0 | 23 | 364 | 65 | 73 |
| Binary | 1100110 | 1011110 | 11001110 | 110010 | 110110 | 0 | 10011 | 11110100 | 110101 | 111011 |
Color Harmonies of #665ECE
Complementary color
Monochromatic Colors of #665ECE
Black with #665ECE
Text Example
Text Example
White with #665ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665ECE; }
p { color: rgb(102,94,206); }
H1.HeaderClassName
{
color: #665ECE;
}
.AnyTagClassName
{
color: #665ECE;
}
</style>
background-color css
<style>
a { background-color: #665ECE; }
a { background-color: rgb(102,94,206); }
div.DivClassName
{
background-color: #665ECE;
}
.BgClassName
{
background-color: #665ECE;
}
</style>
border-color css
<style>
span { border-color: #665ECE; }
span { border-color: rgb(102,94,206); }
td.TdClassName
{
border-color: #665ECE;
}
.TagClassName
{
border-color: #665ECE;
}
</style>