Shades of Slate Blue #6E55DB
Tints of Slate Blue #6E55DB
RGB
CMYK
RGB Variations
Color information
#6E55DB (or 0x6E55DB) is known color: Slate Blue. HEX triplet: 6E, 55 and DB. RGB value is (110,85,219). Sum of RGB (Red+Green+Blue) = 110+85+219=414 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.57% from 414); Green value is 85 (33.59% from 255 or 20.53% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #6E55DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E55DB is #91AA24. Grayscale: #6B6B6B. Windows color (decimal): -9546277 or 14374254. OLE color: 14374254.
HSL color Cylindrical-coordinate representation of color #6E55DB: hue angle of 251.19º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6E55DB is Cyan = 0.50, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 85 | 219 | - |
| CMYK | 0.50 | 0.61 | 0 | 0.14 |
| HSL | 251.19º | 0.65% | 0.6% | - |
| HSV(B) | 251.19º | 0.61% | 0.86% | - |
| XYZ | 22.47 | 14.93 | 68.71 | - |
| YUV | 107.75 | 190.78 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 85 | 219 | 0.50 | 0.61 | 0 | 0.14 | 251.19 | 0.65 | 0.6 |
| Hex | 6E | 55 | DB | 32 | 3D | 0 | E | FB | 41 | 3C |
| Octal | 156 | 125 | 333 | 62 | 75 | 0 | 16 | 373 | 101 | 74 |
| Binary | 1101110 | 1010101 | 11011011 | 110010 | 111101 | 0 | 1110 | 11111011 | 1000001 | 111100 |
Color Harmonies of #6E55DB
Complementary color
Monochromatic Colors of #6E55DB
Black with #6E55DB
Text Example
Text Example
White with #6E55DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E55DB; }
p { color: rgb(110,85,219); }
H1.HeaderClassName
{
color: #6E55DB;
}
.AnyTagClassName
{
color: #6E55DB;
}
</style>
background-color css
<style>
a { background-color: #6E55DB; }
a { background-color: rgb(110,85,219); }
div.DivClassName
{
background-color: #6E55DB;
}
.BgClassName
{
background-color: #6E55DB;
}
</style>
border-color css
<style>
span { border-color: #6E55DB; }
span { border-color: rgb(110,85,219); }
td.TdClassName
{
border-color: #6E55DB;
}
.TagClassName
{
border-color: #6E55DB;
}
</style>