Shades of Slate Blue #6E44DB
Tints of Slate Blue #6E44DB
RGB
CMYK
RGB Variations
Color information
#6E44DB (or 0x6E44DB) is known color: Slate Blue. HEX triplet: 6E, 44 and DB. RGB value is (110,68,219). Sum of RGB (Red+Green+Blue) = 110+68+219=397 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.71% from 397); Green value is 68 (26.95% from 255 or 17.13% from 397); Blue value is 219 (85.94% from 255 or 55.16% from 397); Max value from RGB is 219 - color contains mainly: blue. Hex color #6E44DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E44DB is #91BB24. Grayscale: #616161. Windows color (decimal): -9550629 or 14369902. OLE color: 14369902.
HSL color Cylindrical-coordinate representation of color #6E44DB: hue angle of 256.69º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6E44DB is Cyan = 0.50, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 68 | 219 | - |
| CMYK | 0.50 | 0.69 | 0 | 0.14 |
| HSL | 256.69º | 0.68% | 0.56% | - |
| HSV(B) | 256.69º | 0.69% | 0.86% | - |
| XYZ | 21.28 | 12.56 | 68.32 | - |
| YUV | 97.77 | 196.41 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 68 | 219 | 0.50 | 0.69 | 0 | 0.14 | 256.69 | 0.68 | 0.56 |
| Hex | 6E | 44 | DB | 32 | 45 | 0 | E | 101 | 44 | 38 |
| Octal | 156 | 104 | 333 | 62 | 105 | 0 | 16 | 401 | 104 | 70 |
| Binary | 1101110 | 1000100 | 11011011 | 110010 | 1000101 | 0 | 1110 | 100000001 | 1000100 | 111000 |
Color Harmonies of #6E44DB
Complementary color
Monochromatic Colors of #6E44DB
Black with #6E44DB
Text Example
Text Example
White with #6E44DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E44DB; }
p { color: rgb(110,68,219); }
H1.HeaderClassName
{
color: #6E44DB;
}
.AnyTagClassName
{
color: #6E44DB;
}
</style>
background-color css
<style>
a { background-color: #6E44DB; }
a { background-color: rgb(110,68,219); }
div.DivClassName
{
background-color: #6E44DB;
}
.BgClassName
{
background-color: #6E44DB;
}
</style>
border-color css
<style>
span { border-color: #6E44DB; }
span { border-color: rgb(110,68,219); }
td.TdClassName
{
border-color: #6E44DB;
}
.TagClassName
{
border-color: #6E44DB;
}
</style>