Shades of Slate Blue #665BD9
Tints of Slate Blue #665BD9
RGB
CMYK
RGB Variations
Color information
#665BD9 (or 0x665BD9) is known color: Slate Blue. HEX triplet: 66, 5B and D9. RGB value is (102,91,217). Sum of RGB (Red+Green+Blue) = 102+91+217=410 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.88% from 410); Green value is 91 (35.94% from 255 or 22.20% from 410); Blue value is 217 (85.16% from 255 or 52.93% from 410); Max value from RGB is 217 - color contains mainly: blue. Hex color #665BD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665BD9 is #99A426. Grayscale: #6C6C6C. Windows color (decimal): -10069031 or 14244710. OLE color: 14244710.
HSL color Cylindrical-coordinate representation of color #665BD9: hue angle of 245.24º 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 #665BD9 is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 91 | 217 | - |
| CMYK | 0.53 | 0.58 | 0 | 0.15 |
| HSL | 245.24º | 0.62% | 0.6% | - |
| HSV(B) | 245.24º | 0.58% | 0.85% | - |
| XYZ | 21.74 | 15.32 | 67.46 | - |
| YUV | 108.65 | 189.14 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 91 | 217 | 0.53 | 0.58 | 0 | 0.15 | 245.24 | 0.62 | 0.6 |
| Hex | 66 | 5B | D9 | 35 | 3A | 0 | F | F5 | 3E | 3C |
| Octal | 146 | 133 | 331 | 65 | 72 | 0 | 17 | 365 | 76 | 74 |
| Binary | 1100110 | 1011011 | 11011001 | 110101 | 111010 | 0 | 1111 | 11110101 | 111110 | 111100 |
Color Harmonies of #665BD9
Complementary color
Monochromatic Colors of #665BD9
Black with #665BD9
Text Example
Text Example
White with #665BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665BD9; }
p { color: rgb(102,91,217); }
H1.HeaderClassName
{
color: #665BD9;
}
.AnyTagClassName
{
color: #665BD9;
}
</style>
background-color css
<style>
a { background-color: #665BD9; }
a { background-color: rgb(102,91,217); }
div.DivClassName
{
background-color: #665BD9;
}
.BgClassName
{
background-color: #665BD9;
}
</style>
border-color css
<style>
span { border-color: #665BD9; }
span { border-color: rgb(102,91,217); }
td.TdClassName
{
border-color: #665BD9;
}
.TagClassName
{
border-color: #665BD9;
}
</style>