Shades of Slate Blue #6E50E4
Tints of Slate Blue #6E50E4
RGB
CMYK
RGB Variations
Color information
#6E50E4 (or 0x6E50E4) is known color: Slate Blue. HEX triplet: 6E, 50 and E4. RGB value is (110,80,228). Sum of RGB (Red+Green+Blue) = 110+80+228=418 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.32% from 418); Green value is 80 (31.64% from 255 or 19.14% from 418); Blue value is 228 (89.45% from 255 or 54.55% from 418); Max value from RGB is 228 - color contains mainly: blue. Hex color #6E50E4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E50E4 is #91AF1B. Grayscale: #696969. Windows color (decimal): -9547548 or 14962798. OLE color: 14962798.
HSL color Cylindrical-coordinate representation of color #6E50E4: hue angle of 252.16º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6E50E4 is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 110 | 80 | 228 | - |
| CMYK | 0.52 | 0.65 | 0 | 0.11 |
| HSL | 252.16º | 0.73% | 0.6% | - |
| HSV(B) | 252.16º | 0.65% | 0.89% | - |
| XYZ | 23.3 | 14.65 | 75 | - |
| YUV | 105.84 | 196.94 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 80 | 228 | 0.52 | 0.65 | 0 | 0.11 | 252.16 | 0.73 | 0.6 |
| Hex | 6E | 50 | E4 | 34 | 41 | 0 | B | FC | 49 | 3C |
| Octal | 156 | 120 | 344 | 64 | 101 | 0 | 13 | 374 | 111 | 74 |
| Binary | 1101110 | 1010000 | 11100100 | 110100 | 1000001 | 0 | 1011 | 11111100 | 1001001 | 111100 |
Color Harmonies of #6E50E4
Complementary color
Monochromatic Colors of #6E50E4
Black with #6E50E4
Text Example
Text Example
White with #6E50E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E50E4; }
p { color: rgb(110,80,228); }
H1.HeaderClassName
{
color: #6E50E4;
}
.AnyTagClassName
{
color: #6E50E4;
}
</style>
background-color css
<style>
a { background-color: #6E50E4; }
a { background-color: rgb(110,80,228); }
div.DivClassName
{
background-color: #6E50E4;
}
.BgClassName
{
background-color: #6E50E4;
}
</style>
border-color css
<style>
span { border-color: #6E50E4; }
span { border-color: rgb(110,80,228); }
td.TdClassName
{
border-color: #6E50E4;
}
.TagClassName
{
border-color: #6E50E4;
}
</style>