Shades of Slate Blue #665BE6
Tints of Slate Blue #665BE6
RGB
CMYK
RGB Variations
Color information
#665BE6 (or 0x665BE6) is known color: Slate Blue. HEX triplet: 66, 5B and E6. RGB value is (102,91,230). Sum of RGB (Red+Green+Blue) = 102+91+230=423 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24.11% from 423); Green value is 91 (35.94% from 255 or 21.51% from 423); Blue value is 230 (90.23% from 255 or 54.37% from 423); Max value from RGB is 230 - color contains mainly: blue. Hex color #665BE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #665BE6 is #99A419. Grayscale: #6D6D6D. Windows color (decimal): -10069018 or 15096678. OLE color: 15096678.
HSL color Cylindrical-coordinate representation of color #665BE6: hue angle of 244.75º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #665BE6 is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 102 | 91 | 230 | - |
| CMYK | 0.56 | 0.60 | 0 | 0.10 |
| HSL | 244.75º | 0.74% | 0.63% | - |
| HSV(B) | 244.75º | 0.6% | 0.9% | - |
| XYZ | 23.5 | 16.02 | 76.72 | - |
| YUV | 110.14 | 195.64 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 91 | 230 | 0.56 | 0.60 | 0 | 0.10 | 244.75 | 0.74 | 0.63 |
| Hex | 66 | 5B | E6 | 38 | 3C | 0 | A | F5 | 4A | 3F |
| Octal | 146 | 133 | 346 | 70 | 74 | 0 | 12 | 365 | 112 | 77 |
| Binary | 1100110 | 1011011 | 11100110 | 111000 | 111100 | 0 | 1010 | 11110101 | 1001010 | 111111 |
Color Harmonies of #665BE6
Complementary color
Monochromatic Colors of #665BE6
Black with #665BE6
Text Example
Text Example
White with #665BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665BE6; }
p { color: rgb(102,91,230); }
H1.HeaderClassName
{
color: #665BE6;
}
.AnyTagClassName
{
color: #665BE6;
}
</style>
background-color css
<style>
a { background-color: #665BE6; }
a { background-color: rgb(102,91,230); }
div.DivClassName
{
background-color: #665BE6;
}
.BgClassName
{
background-color: #665BE6;
}
</style>
border-color css
<style>
span { border-color: #665BE6; }
span { border-color: rgb(102,91,230); }
td.TdClassName
{
border-color: #665BE6;
}
.TagClassName
{
border-color: #665BE6;
}
</style>