Shades of Slate Blue #665BDB
Tints of Slate Blue #665BDB
RGB
CMYK
RGB Variations
Color information
#665BDB (or 0x665BDB) is known color: Slate Blue. HEX triplet: 66, 5B and DB. RGB value is (102,91,219). Sum of RGB (Red+Green+Blue) = 102+91+219=412 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.76% from 412); Green value is 91 (35.94% from 255 or 22.09% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #665BDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665BDB is #99A424. Grayscale: #6C6C6C. Windows color (decimal): -10069029 or 14375782. OLE color: 14375782.
HSL color Cylindrical-coordinate representation of color #665BDB: hue angle of 245.16º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #665BDB is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 91 | 219 | - |
| CMYK | 0.53 | 0.58 | 0 | 0.14 |
| HSL | 245.16º | 0.64% | 0.61% | - |
| HSV(B) | 245.16º | 0.58% | 0.86% | - |
| XYZ | 22.01 | 15.42 | 68.83 | - |
| YUV | 108.88 | 190.14 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 91 | 219 | 0.53 | 0.58 | 0 | 0.14 | 245.16 | 0.64 | 0.61 |
| Hex | 66 | 5B | DB | 35 | 3A | 0 | E | F5 | 40 | 3D |
| Octal | 146 | 133 | 333 | 65 | 72 | 0 | 16 | 365 | 100 | 75 |
| Binary | 1100110 | 1011011 | 11011011 | 110101 | 111010 | 0 | 1110 | 11110101 | 1000000 | 111101 |
Color Harmonies of #665BDB
Complementary color
Monochromatic Colors of #665BDB
Black with #665BDB
Text Example
Text Example
White with #665BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665BDB; }
p { color: rgb(102,91,219); }
H1.HeaderClassName
{
color: #665BDB;
}
.AnyTagClassName
{
color: #665BDB;
}
</style>
background-color css
<style>
a { background-color: #665BDB; }
a { background-color: rgb(102,91,219); }
div.DivClassName
{
background-color: #665BDB;
}
.BgClassName
{
background-color: #665BDB;
}
</style>
border-color css
<style>
span { border-color: #665BDB; }
span { border-color: rgb(102,91,219); }
td.TdClassName
{
border-color: #665BDB;
}
.TagClassName
{
border-color: #665BDB;
}
</style>