Shades of Slate Blue #6E5ADB
Tints of Slate Blue #6E5ADB
RGB
CMYK
RGB Variations
Color information
#6E5ADB (or 0x6E5ADB) is known color: Slate Blue. HEX triplet: 6E, 5A and DB. RGB value is (110,90,219). Sum of RGB (Red+Green+Blue) = 110+90+219=419 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.25% from 419); Green value is 90 (35.55% from 255 or 21.48% from 419); Blue value is 219 (85.94% from 255 or 52.27% from 419); Max value from RGB is 219 - color contains mainly: blue. Hex color #6E5ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E5ADB is #91A524. Grayscale: #6E6E6E. Windows color (decimal): -9544997 or 14375534. OLE color: 14375534.
HSL color Cylindrical-coordinate representation of color #6E5ADB: hue angle of 249.3º 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 #6E5ADB is Cyan = 0.50, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 90 | 219 | - |
| CMYK | 0.50 | 0.59 | 0 | 0.14 |
| HSL | 249.3º | 0.64% | 0.61% | - |
| HSV(B) | 249.3º | 0.59% | 0.86% | - |
| XYZ | 22.87 | 15.74 | 68.85 | - |
| YUV | 110.69 | 189.13 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 90 | 219 | 0.50 | 0.59 | 0 | 0.14 | 249.3 | 0.64 | 0.61 |
| Hex | 6E | 5A | DB | 32 | 3B | 0 | E | F9 | 40 | 3D |
| Octal | 156 | 132 | 333 | 62 | 73 | 0 | 16 | 371 | 100 | 75 |
| Binary | 1101110 | 1011010 | 11011011 | 110010 | 111011 | 0 | 1110 | 11111001 | 1000000 | 111101 |
Color Harmonies of #6E5ADB
Complementary color
Monochromatic Colors of #6E5ADB
Black with #6E5ADB
Text Example
Text Example
White with #6E5ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5ADB; }
p { color: rgb(110,90,219); }
H1.HeaderClassName
{
color: #6E5ADB;
}
.AnyTagClassName
{
color: #6E5ADB;
}
</style>
background-color css
<style>
a { background-color: #6E5ADB; }
a { background-color: rgb(110,90,219); }
div.DivClassName
{
background-color: #6E5ADB;
}
.BgClassName
{
background-color: #6E5ADB;
}
</style>
border-color css
<style>
span { border-color: #6E5ADB; }
span { border-color: rgb(110,90,219); }
td.TdClassName
{
border-color: #6E5ADB;
}
.TagClassName
{
border-color: #6E5ADB;
}
</style>