Shades of Slate Blue #6E68DB
Tints of Slate Blue #6E68DB
RGB
CMYK
RGB Variations
Color information
#6E68DB (or 0x6E68DB) is known color: Slate Blue. HEX triplet: 6E, 68 and DB. RGB value is (110,104,219). Sum of RGB (Red+Green+Blue) = 110+104+219=433 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.40% from 433); Green value is 104 (41.02% from 255 or 24.02% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #6E68DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E68DB is #919724. Grayscale: #767676. Windows color (decimal): -9541413 or 14379118. OLE color: 14379118.
HSL color Cylindrical-coordinate representation of color #6E68DB: hue angle of 243.13º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6E68DB is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 104 | 219 | - |
| CMYK | 0.50 | 0.53 | 0 | 0.14 |
| HSL | 243.13º | 0.61% | 0.63% | - |
| HSV(B) | 243.13º | 0.53% | 0.86% | - |
| XYZ | 24.17 | 18.33 | 69.28 | - |
| YUV | 118.9 | 184.49 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 104 | 219 | 0.50 | 0.53 | 0 | 0.14 | 243.13 | 0.61 | 0.63 |
| Hex | 6E | 68 | DB | 32 | 35 | 0 | E | F3 | 3D | 3F |
| Octal | 156 | 150 | 333 | 62 | 65 | 0 | 16 | 363 | 75 | 77 |
| Binary | 1101110 | 1101000 | 11011011 | 110010 | 110101 | 0 | 1110 | 11110011 | 111101 | 111111 |
Color Harmonies of #6E68DB
Complementary color
Monochromatic Colors of #6E68DB
Black with #6E68DB
Text Example
Text Example
White with #6E68DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E68DB; }
p { color: rgb(110,104,219); }
H1.HeaderClassName
{
color: #6E68DB;
}
.AnyTagClassName
{
color: #6E68DB;
}
</style>
background-color css
<style>
a { background-color: #6E68DB; }
a { background-color: rgb(110,104,219); }
div.DivClassName
{
background-color: #6E68DB;
}
.BgClassName
{
background-color: #6E68DB;
}
</style>
border-color css
<style>
span { border-color: #6E68DB; }
span { border-color: rgb(110,104,219); }
td.TdClassName
{
border-color: #6E68DB;
}
.TagClassName
{
border-color: #6E68DB;
}
</style>