Shades of Slate Blue #6E3EE1
Tints of Slate Blue #6E3EE1
RGB
CMYK
RGB Variations
Color information
#6E3EE1 (or 0x6E3EE1) is known color: Slate Blue. HEX triplet: 6E, 3E and E1. RGB value is (110,62,225). Sum of RGB (Red+Green+Blue) = 110+62+225=397 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.71% from 397); Green value is 62 (24.61% from 255 or 15.62% from 397); Blue value is 225 (88.28% from 255 or 56.68% from 397); Max value from RGB is 225 - color contains mainly: blue. Hex color #6E3EE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E3EE1 is #91C11E. Grayscale: #5E5E5E. Windows color (decimal): -9552159 or 14761582. OLE color: 14761582.
HSL color Cylindrical-coordinate representation of color #6E3EE1: hue angle of 257.67º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6E3EE1 is Cyan = 0.51, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 110 | 62 | 225 | - |
| CMYK | 0.51 | 0.72 | 0 | 0.12 |
| HSL | 257.67º | 0.73% | 0.56% | - |
| HSV(B) | 257.67º | 0.72% | 0.88% | - |
| XYZ | 21.74 | 12.2 | 72.44 | - |
| YUV | 94.93 | 201.4 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 62 | 225 | 0.51 | 0.72 | 0 | 0.12 | 257.67 | 0.73 | 0.56 |
| Hex | 6E | 3E | E1 | 33 | 48 | 0 | C | 102 | 49 | 38 |
| Octal | 156 | 76 | 341 | 63 | 110 | 0 | 14 | 402 | 111 | 70 |
| Binary | 1101110 | 111110 | 11100001 | 110011 | 1001000 | 0 | 1100 | 100000010 | 1001001 | 111000 |
Color Harmonies of #6E3EE1
Complementary color
Monochromatic Colors of #6E3EE1
Black with #6E3EE1
Text Example
Text Example
White with #6E3EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3EE1; }
p { color: rgb(110,62,225); }
H1.HeaderClassName
{
color: #6E3EE1;
}
.AnyTagClassName
{
color: #6E3EE1;
}
</style>
background-color css
<style>
a { background-color: #6E3EE1; }
a { background-color: rgb(110,62,225); }
div.DivClassName
{
background-color: #6E3EE1;
}
.BgClassName
{
background-color: #6E3EE1;
}
</style>
border-color css
<style>
span { border-color: #6E3EE1; }
span { border-color: rgb(110,62,225); }
td.TdClassName
{
border-color: #6E3EE1;
}
.TagClassName
{
border-color: #6E3EE1;
}
</style>