Shades of Slate Blue #6E59DD
Tints of Slate Blue #6E59DD
RGB
CMYK
RGB Variations
Color information
#6E59DD (or 0x6E59DD) is known color: Slate Blue. HEX triplet: 6E, 59 and DD. RGB value is (110,89,221). Sum of RGB (Red+Green+Blue) = 110+89+221=420 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.19% from 420); Green value is 89 (35.16% from 255 or 21.19% from 420); Blue value is 221 (86.72% from 255 or 52.62% from 420); Max value from RGB is 221 - color contains mainly: blue. Hex color #6E59DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E59DD is #91A622. Grayscale: #6D6D6D. Windows color (decimal): -9545251 or 14506350. OLE color: 14506350.
HSL color Cylindrical-coordinate representation of color #6E59DD: hue angle of 249.55º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6E59DD is Cyan = 0.50, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 89 | 221 | - |
| CMYK | 0.50 | 0.60 | 0 | 0.13 |
| HSL | 249.55º | 0.66% | 0.61% | - |
| HSV(B) | 249.55º | 0.6% | 0.87% | - |
| XYZ | 23.05 | 15.68 | 70.22 | - |
| YUV | 110.33 | 190.46 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 89 | 221 | 0.50 | 0.60 | 0 | 0.13 | 249.55 | 0.66 | 0.61 |
| Hex | 6E | 59 | DD | 32 | 3C | 0 | D | FA | 42 | 3D |
| Octal | 156 | 131 | 335 | 62 | 74 | 0 | 15 | 372 | 102 | 75 |
| Binary | 1101110 | 1011001 | 11011101 | 110010 | 111100 | 0 | 1101 | 11111010 | 1000010 | 111101 |
Color Harmonies of #6E59DD
Complementary color
Monochromatic Colors of #6E59DD
Black with #6E59DD
Text Example
Text Example
White with #6E59DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E59DD; }
p { color: rgb(110,89,221); }
H1.HeaderClassName
{
color: #6E59DD;
}
.AnyTagClassName
{
color: #6E59DD;
}
</style>
background-color css
<style>
a { background-color: #6E59DD; }
a { background-color: rgb(110,89,221); }
div.DivClassName
{
background-color: #6E59DD;
}
.BgClassName
{
background-color: #6E59DD;
}
</style>
border-color css
<style>
span { border-color: #6E59DD; }
span { border-color: rgb(110,89,221); }
td.TdClassName
{
border-color: #6E59DD;
}
.TagClassName
{
border-color: #6E59DD;
}
</style>