Shades of Slate Blue #6E41EB
Tints of Slate Blue #6E41EB
RGB
CMYK
RGB Variations
Color information
#6E41EB (or 0x6E41EB) is known color: Slate Blue. HEX triplet: 6E, 41 and EB. RGB value is (110,65,235). Sum of RGB (Red+Green+Blue) = 110+65+235=410 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.83% from 410); Green value is 65 (25.78% from 255 or 15.85% from 410); Blue value is 235 (92.19% from 255 or 57.32% from 410); Max value from RGB is 235 - color contains mainly: blue. Hex color #6E41EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E41EB is #91BE14. Grayscale: #616161. Windows color (decimal): -9551381 or 15417710. OLE color: 15417710.
HSL color Cylindrical-coordinate representation of color #6E41EB: hue angle of 255.88º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6E41EB is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 110 | 65 | 235 | - |
| CMYK | 0.53 | 0.72 | 0 | 0.08 |
| HSL | 255.88º | 0.81% | 0.59% | - |
| HSV(B) | 255.88º | 0.72% | 0.92% | - |
| XYZ | 23.32 | 13.09 | 79.9 | - |
| YUV | 97.84 | 205.41 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 65 | 235 | 0.53 | 0.72 | 0 | 0.08 | 255.88 | 0.81 | 0.59 |
| Hex | 6E | 41 | EB | 35 | 48 | 0 | 8 | 100 | 51 | 3B |
| Octal | 156 | 101 | 353 | 65 | 110 | 0 | 10 | 400 | 121 | 73 |
| Binary | 1101110 | 1000001 | 11101011 | 110101 | 1001000 | 0 | 1000 | 100000000 | 1010001 | 111011 |
Color Harmonies of #6E41EB
Complementary color
Monochromatic Colors of #6E41EB
Black with #6E41EB
Text Example
Text Example
White with #6E41EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E41EB; }
p { color: rgb(110,65,235); }
H1.HeaderClassName
{
color: #6E41EB;
}
.AnyTagClassName
{
color: #6E41EB;
}
</style>
background-color css
<style>
a { background-color: #6E41EB; }
a { background-color: rgb(110,65,235); }
div.DivClassName
{
background-color: #6E41EB;
}
.BgClassName
{
background-color: #6E41EB;
}
</style>
border-color css
<style>
span { border-color: #6E41EB; }
span { border-color: rgb(110,65,235); }
td.TdClassName
{
border-color: #6E41EB;
}
.TagClassName
{
border-color: #6E41EB;
}
</style>