Shades of Slate Blue #665AE0
Tints of Slate Blue #665AE0
RGB
CMYK
RGB Variations
Color information
#665AE0 (or 0x665AE0) is known color: Slate Blue. HEX triplet: 66, 5A and E0. RGB value is (102,90,224). Sum of RGB (Red+Green+Blue) = 102+90+224=416 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.52% from 416); Green value is 90 (35.55% from 255 or 21.63% from 416); Blue value is 224 (87.89% from 255 or 53.85% from 416); Max value from RGB is 224 - color contains mainly: blue. Hex color #665AE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665AE0 is #99A51F. Grayscale: #6C6C6C. Windows color (decimal): -10069280 or 14703206. OLE color: 14703206.
HSL color Cylindrical-coordinate representation of color #665AE0: hue angle of 245.37º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #665AE0 is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 102 | 90 | 224 | - |
| CMYK | 0.54 | 0.60 | 0 | 0.12 |
| HSL | 245.37º | 0.68% | 0.62% | - |
| HSV(B) | 245.37º | 0.6% | 0.88% | - |
| XYZ | 22.59 | 15.52 | 72.33 | - |
| YUV | 108.86 | 192.98 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 90 | 224 | 0.54 | 0.60 | 0 | 0.12 | 245.37 | 0.68 | 0.62 |
| Hex | 66 | 5A | E0 | 36 | 3C | 0 | C | F5 | 44 | 3E |
| Octal | 146 | 132 | 340 | 66 | 74 | 0 | 14 | 365 | 104 | 76 |
| Binary | 1100110 | 1011010 | 11100000 | 110110 | 111100 | 0 | 1100 | 11110101 | 1000100 | 111110 |
Color Harmonies of #665AE0
Complementary color
Monochromatic Colors of #665AE0
Black with #665AE0
Text Example
Text Example
White with #665AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665AE0; }
p { color: rgb(102,90,224); }
H1.HeaderClassName
{
color: #665AE0;
}
.AnyTagClassName
{
color: #665AE0;
}
</style>
background-color css
<style>
a { background-color: #665AE0; }
a { background-color: rgb(102,90,224); }
div.DivClassName
{
background-color: #665AE0;
}
.BgClassName
{
background-color: #665AE0;
}
</style>
border-color css
<style>
span { border-color: #665AE0; }
span { border-color: rgb(102,90,224); }
td.TdClassName
{
border-color: #665AE0;
}
.TagClassName
{
border-color: #665AE0;
}
</style>