Shades of Slate Blue #665EE0
Tints of Slate Blue #665EE0
RGB
CMYK
RGB Variations
Color information
#665EE0 (or 0x665EE0) is known color: Slate Blue. HEX triplet: 66, 5E and E0. RGB value is (102,94,224). Sum of RGB (Red+Green+Blue) = 102+94+224=420 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.29% from 420); Green value is 94 (37.11% from 255 or 22.38% from 420); Blue value is 224 (87.89% from 255 or 53.33% from 420); Max value from RGB is 224 - color contains mainly: blue. Hex color #665EE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665EE0 is #99A11F. Grayscale: #6E6E6E. Windows color (decimal): -10068256 or 14704230. OLE color: 14704230.
HSL color Cylindrical-coordinate representation of color #665EE0: hue angle of 243.69º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #665EE0 is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 102 | 94 | 224 | - |
| CMYK | 0.54 | 0.58 | 0 | 0.12 |
| HSL | 243.69º | 0.68% | 0.62% | - |
| HSV(B) | 243.69º | 0.58% | 0.88% | - |
| XYZ | 22.94 | 16.21 | 72.44 | - |
| YUV | 111.21 | 191.65 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 94 | 224 | 0.54 | 0.58 | 0 | 0.12 | 243.69 | 0.68 | 0.62 |
| Hex | 66 | 5E | E0 | 36 | 3A | 0 | C | F4 | 44 | 3E |
| Octal | 146 | 136 | 340 | 66 | 72 | 0 | 14 | 364 | 104 | 76 |
| Binary | 1100110 | 1011110 | 11100000 | 110110 | 111010 | 0 | 1100 | 11110100 | 1000100 | 111110 |
Color Harmonies of #665EE0
Complementary color
Monochromatic Colors of #665EE0
Black with #665EE0
Text Example
Text Example
White with #665EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665EE0; }
p { color: rgb(102,94,224); }
H1.HeaderClassName
{
color: #665EE0;
}
.AnyTagClassName
{
color: #665EE0;
}
</style>
background-color css
<style>
a { background-color: #665EE0; }
a { background-color: rgb(102,94,224); }
div.DivClassName
{
background-color: #665EE0;
}
.BgClassName
{
background-color: #665EE0;
}
</style>
border-color css
<style>
span { border-color: #665EE0; }
span { border-color: rgb(102,94,224); }
td.TdClassName
{
border-color: #665EE0;
}
.TagClassName
{
border-color: #665EE0;
}
</style>