Shades of Slate Blue #6E50E0
Tints of Slate Blue #6E50E0
RGB
CMYK
RGB Variations
Color information
#6E50E0 (or 0x6E50E0) is known color: Slate Blue. HEX triplet: 6E, 50 and E0. RGB value is (110,80,224). Sum of RGB (Red+Green+Blue) = 110+80+224=414 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.57% from 414); Green value is 80 (31.64% from 255 or 19.32% from 414); Blue value is 224 (87.89% from 255 or 54.11% from 414); Max value from RGB is 224 - color contains mainly: blue. Hex color #6E50E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E50E0 is #91AF1F. Grayscale: #686868. Windows color (decimal): -9547552 or 14700654. OLE color: 14700654.
HSL color Cylindrical-coordinate representation of color #6E50E0: hue angle of 252.5º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6E50E0 is Cyan = 0.51, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 110 | 80 | 224 | - |
| CMYK | 0.51 | 0.64 | 0 | 0.12 |
| HSL | 252.5º | 0.7% | 0.6% | - |
| HSV(B) | 252.5º | 0.64% | 0.88% | - |
| XYZ | 22.75 | 14.43 | 72.11 | - |
| YUV | 105.39 | 194.94 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 80 | 224 | 0.51 | 0.64 | 0 | 0.12 | 252.5 | 0.7 | 0.6 |
| Hex | 6E | 50 | E0 | 33 | 40 | 0 | C | FD | 46 | 3C |
| Octal | 156 | 120 | 340 | 63 | 100 | 0 | 14 | 375 | 106 | 74 |
| Binary | 1101110 | 1010000 | 11100000 | 110011 | 1000000 | 0 | 1100 | 11111101 | 1000110 | 111100 |
Color Harmonies of #6E50E0
Complementary color
Monochromatic Colors of #6E50E0
Black with #6E50E0
Text Example
Text Example
White with #6E50E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E50E0; }
p { color: rgb(110,80,224); }
H1.HeaderClassName
{
color: #6E50E0;
}
.AnyTagClassName
{
color: #6E50E0;
}
</style>
background-color css
<style>
a { background-color: #6E50E0; }
a { background-color: rgb(110,80,224); }
div.DivClassName
{
background-color: #6E50E0;
}
.BgClassName
{
background-color: #6E50E0;
}
</style>
border-color css
<style>
span { border-color: #6E50E0; }
span { border-color: rgb(110,80,224); }
td.TdClassName
{
border-color: #6E50E0;
}
.TagClassName
{
border-color: #6E50E0;
}
</style>