Shades of Slate Blue #665BD8
Tints of Slate Blue #665BD8
RGB
CMYK
RGB Variations
Color information
#665BD8 (or 0x665BD8) is known color: Slate Blue. HEX triplet: 66, 5B and D8. RGB value is (102,91,216). Sum of RGB (Red+Green+Blue) = 102+91+216=409 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.94% from 409); Green value is 91 (35.94% from 255 or 22.25% from 409); Blue value is 216 (84.77% from 255 or 52.81% from 409); Max value from RGB is 216 - color contains mainly: blue. Hex color #665BD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665BD8 is #99A427. Grayscale: #6C6C6C. Windows color (decimal): -10069032 or 14179174. OLE color: 14179174.
HSL color Cylindrical-coordinate representation of color #665BD8: hue angle of 245.28º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #665BD8 is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 91 | 216 | - |
| CMYK | 0.53 | 0.58 | 0 | 0.15 |
| HSL | 245.28º | 0.62% | 0.6% | - |
| HSV(B) | 245.28º | 0.58% | 0.85% | - |
| XYZ | 21.62 | 15.26 | 66.77 | - |
| YUV | 108.54 | 188.64 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 91 | 216 | 0.53 | 0.58 | 0 | 0.15 | 245.28 | 0.62 | 0.6 |
| Hex | 66 | 5B | D8 | 35 | 3A | 0 | F | F5 | 3E | 3C |
| Octal | 146 | 133 | 330 | 65 | 72 | 0 | 17 | 365 | 76 | 74 |
| Binary | 1100110 | 1011011 | 11011000 | 110101 | 111010 | 0 | 1111 | 11110101 | 111110 | 111100 |
Color Harmonies of #665BD8
Complementary color
Monochromatic Colors of #665BD8
Black with #665BD8
Text Example
Text Example
White with #665BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665BD8; }
p { color: rgb(102,91,216); }
H1.HeaderClassName
{
color: #665BD8;
}
.AnyTagClassName
{
color: #665BD8;
}
</style>
background-color css
<style>
a { background-color: #665BD8; }
a { background-color: rgb(102,91,216); }
div.DivClassName
{
background-color: #665BD8;
}
.BgClassName
{
background-color: #665BD8;
}
</style>
border-color css
<style>
span { border-color: #665BD8; }
span { border-color: rgb(102,91,216); }
td.TdClassName
{
border-color: #665BD8;
}
.TagClassName
{
border-color: #665BD8;
}
</style>