Shades of Slate Blue #6E43E0
Tints of Slate Blue #6E43E0
RGB
CMYK
RGB Variations
Color information
#6E43E0 (or 0x6E43E0) is known color: Slate Blue. HEX triplet: 6E, 43 and E0. RGB value is (110,67,224). Sum of RGB (Red+Green+Blue) = 110+67+224=401 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.43% from 401); Green value is 67 (26.56% from 255 or 16.71% from 401); Blue value is 224 (87.89% from 255 or 55.86% from 401); Max value from RGB is 224 - color contains mainly: blue. Hex color #6E43E0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E43E0 is #91BC1F. Grayscale: #616161. Windows color (decimal): -9550880 or 14697326. OLE color: 14697326.
HSL color Cylindrical-coordinate representation of color #6E43E0: hue angle of 256.43º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6E43E0 is Cyan = 0.51, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 110 | 67 | 224 | - |
| CMYK | 0.51 | 0.70 | 0 | 0.12 |
| HSL | 256.43º | 0.72% | 0.57% | - |
| HSV(B) | 256.43º | 0.7% | 0.88% | - |
| XYZ | 21.89 | 12.71 | 71.82 | - |
| YUV | 97.76 | 199.25 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 67 | 224 | 0.51 | 0.70 | 0 | 0.12 | 256.43 | 0.72 | 0.57 |
| Hex | 6E | 43 | E0 | 33 | 46 | 0 | C | 100 | 48 | 39 |
| Octal | 156 | 103 | 340 | 63 | 106 | 0 | 14 | 400 | 110 | 71 |
| Binary | 1101110 | 1000011 | 11100000 | 110011 | 1000110 | 0 | 1100 | 100000000 | 1001000 | 111001 |
Color Harmonies of #6E43E0
Complementary color
Monochromatic Colors of #6E43E0
Black with #6E43E0
Text Example
Text Example
White with #6E43E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E43E0; }
p { color: rgb(110,67,224); }
H1.HeaderClassName
{
color: #6E43E0;
}
.AnyTagClassName
{
color: #6E43E0;
}
</style>
background-color css
<style>
a { background-color: #6E43E0; }
a { background-color: rgb(110,67,224); }
div.DivClassName
{
background-color: #6E43E0;
}
.BgClassName
{
background-color: #6E43E0;
}
</style>
border-color css
<style>
span { border-color: #6E43E0; }
span { border-color: rgb(110,67,224); }
td.TdClassName
{
border-color: #6E43E0;
}
.TagClassName
{
border-color: #6E43E0;
}
</style>