Shades of Slate Blue #665ADB
Tints of Slate Blue #665ADB
RGB
CMYK
RGB Variations
Color information
#665ADB (or 0x665ADB) is known color: Slate Blue. HEX triplet: 66, 5A and DB. RGB value is (102,90,219). Sum of RGB (Red+Green+Blue) = 102+90+219=411 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.82% from 411); Green value is 90 (35.55% from 255 or 21.90% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #665ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665ADB is #99A524. Grayscale: #6B6B6B. Windows color (decimal): -10069285 or 14375526. OLE color: 14375526.
HSL color Cylindrical-coordinate representation of color #665ADB: hue angle of 245.58º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #665ADB is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 90 | 219 | - |
| CMYK | 0.53 | 0.59 | 0 | 0.14 |
| HSL | 245.58º | 0.64% | 0.61% | - |
| HSV(B) | 245.58º | 0.59% | 0.86% | - |
| XYZ | 21.92 | 15.25 | 68.81 | - |
| YUV | 108.29 | 190.48 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 90 | 219 | 0.53 | 0.59 | 0 | 0.14 | 245.58 | 0.64 | 0.61 |
| Hex | 66 | 5A | DB | 35 | 3B | 0 | E | F6 | 40 | 3D |
| Octal | 146 | 132 | 333 | 65 | 73 | 0 | 16 | 366 | 100 | 75 |
| Binary | 1100110 | 1011010 | 11011011 | 110101 | 111011 | 0 | 1110 | 11110110 | 1000000 | 111101 |
Color Harmonies of #665ADB
Complementary color
Monochromatic Colors of #665ADB
Black with #665ADB
Text Example
Text Example
White with #665ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665ADB; }
p { color: rgb(102,90,219); }
H1.HeaderClassName
{
color: #665ADB;
}
.AnyTagClassName
{
color: #665ADB;
}
</style>
background-color css
<style>
a { background-color: #665ADB; }
a { background-color: rgb(102,90,219); }
div.DivClassName
{
background-color: #665ADB;
}
.BgClassName
{
background-color: #665ADB;
}
</style>
border-color css
<style>
span { border-color: #665ADB; }
span { border-color: rgb(102,90,219); }
td.TdClassName
{
border-color: #665ADB;
}
.TagClassName
{
border-color: #665ADB;
}
</style>