Shades of Slate Blue #6E61DB
Tints of Slate Blue #6E61DB
RGB
CMYK
RGB Variations
Color information
#6E61DB (or 0x6E61DB) is known color: Slate Blue. HEX triplet: 6E, 61 and DB. RGB value is (110,97,219). Sum of RGB (Red+Green+Blue) = 110+97+219=426 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.82% from 426); Green value is 97 (38.28% from 255 or 22.77% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #6E61DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E61DB is #919E24. Grayscale: #727272. Windows color (decimal): -9543205 or 14377326. OLE color: 14377326.
HSL color Cylindrical-coordinate representation of color #6E61DB: hue angle of 246.39º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6E61DB is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 97 | 219 | - |
| CMYK | 0.50 | 0.56 | 0 | 0.14 |
| HSL | 246.39º | 0.63% | 0.62% | - |
| HSV(B) | 246.39º | 0.56% | 0.86% | - |
| XYZ | 23.49 | 16.98 | 69.06 | - |
| YUV | 114.8 | 186.81 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 97 | 219 | 0.50 | 0.56 | 0 | 0.14 | 246.39 | 0.63 | 0.62 |
| Hex | 6E | 61 | DB | 32 | 38 | 0 | E | F6 | 3F | 3E |
| Octal | 156 | 141 | 333 | 62 | 70 | 0 | 16 | 366 | 77 | 76 |
| Binary | 1101110 | 1100001 | 11011011 | 110010 | 111000 | 0 | 1110 | 11110110 | 111111 | 111110 |
Color Harmonies of #6E61DB
Complementary color
Monochromatic Colors of #6E61DB
Black with #6E61DB
Text Example
Text Example
White with #6E61DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E61DB; }
p { color: rgb(110,97,219); }
H1.HeaderClassName
{
color: #6E61DB;
}
.AnyTagClassName
{
color: #6E61DB;
}
</style>
background-color css
<style>
a { background-color: #6E61DB; }
a { background-color: rgb(110,97,219); }
div.DivClassName
{
background-color: #6E61DB;
}
.BgClassName
{
background-color: #6E61DB;
}
</style>
border-color css
<style>
span { border-color: #6E61DB; }
span { border-color: rgb(110,97,219); }
td.TdClassName
{
border-color: #6E61DB;
}
.TagClassName
{
border-color: #6E61DB;
}
</style>