Shades of Slate Blue #6E48E9
Tints of Slate Blue #6E48E9
RGB
CMYK
RGB Variations
Color information
#6E48E9 (or 0x6E48E9) is known color: Slate Blue. HEX triplet: 6E, 48 and E9. RGB value is (110,72,233). Sum of RGB (Red+Green+Blue) = 110+72+233=415 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.51% from 415); Green value is 72 (28.52% from 255 or 17.35% from 415); Blue value is 233 (91.41% from 255 or 56.14% from 415); Max value from RGB is 233 - color contains mainly: blue. Hex color #6E48E9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E48E9 is #91B716. Grayscale: #656565. Windows color (decimal): -9549591 or 15288430. OLE color: 15288430.
HSL color Cylindrical-coordinate representation of color #6E48E9: hue angle of 254.16º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6E48E9 is Cyan = 0.53, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 110 | 72 | 233 | - |
| CMYK | 0.53 | 0.69 | 0 | 0.09 |
| HSL | 254.16º | 0.79% | 0.6% | - |
| HSV(B) | 254.16º | 0.69% | 0.91% | - |
| XYZ | 23.46 | 13.83 | 78.52 | - |
| YUV | 101.72 | 202.09 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 72 | 233 | 0.53 | 0.69 | 0 | 0.09 | 254.16 | 0.79 | 0.6 |
| Hex | 6E | 48 | E9 | 35 | 45 | 0 | 9 | FE | 4F | 3C |
| Octal | 156 | 110 | 351 | 65 | 105 | 0 | 11 | 376 | 117 | 74 |
| Binary | 1101110 | 1001000 | 11101001 | 110101 | 1000101 | 0 | 1001 | 11111110 | 1001111 | 111100 |
Color Harmonies of #6E48E9
Complementary color
Monochromatic Colors of #6E48E9
Black with #6E48E9
Text Example
Text Example
White with #6E48E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E48E9; }
p { color: rgb(110,72,233); }
H1.HeaderClassName
{
color: #6E48E9;
}
.AnyTagClassName
{
color: #6E48E9;
}
</style>
background-color css
<style>
a { background-color: #6E48E9; }
a { background-color: rgb(110,72,233); }
div.DivClassName
{
background-color: #6E48E9;
}
.BgClassName
{
background-color: #6E48E9;
}
</style>
border-color css
<style>
span { border-color: #6E48E9; }
span { border-color: rgb(110,72,233); }
td.TdClassName
{
border-color: #6E48E9;
}
.TagClassName
{
border-color: #6E48E9;
}
</style>