Shades of Blue Violet #6E26ED
Tints of Blue Violet #6E26ED
RGB
CMYK
RGB Variations
Color information
#6E26ED (or 0x6E26ED) is known color: Blue Violet. HEX triplet: 6E, 26 and ED. RGB value is (110,38,237). Sum of RGB (Red+Green+Blue) = 110+38+237=385 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.57% from 385); Green value is 38 (15.23% from 255 or 9.87% from 385); Blue value is 237 (92.97% from 255 or 61.56% from 385); Max value from RGB is 237 - color contains mainly: blue. Hex color #6E26ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E26ED is #91D912. Grayscale: #515151. Windows color (decimal): -9558291 or 15541870. OLE color: 15541870.
HSL color Cylindrical-coordinate representation of color #6E26ED: hue angle of 261.71º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6E26ED is Cyan = 0.54, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 110 | 38 | 237 | - |
| CMYK | 0.54 | 0.84 | 0 | 0.07 |
| HSL | 261.71º | 0.85% | 0.54% | - |
| HSV(B) | 261.71º | 0.84% | 0.93% | - |
| XYZ | 22.41 | 10.82 | 81.03 | - |
| YUV | 82.21 | 215.35 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 38 | 237 | 0.54 | 0.84 | 0 | 0.07 | 261.71 | 0.85 | 0.54 |
| Hex | 6E | 26 | ED | 36 | 54 | 0 | 7 | 106 | 55 | 36 |
| Octal | 156 | 46 | 355 | 66 | 124 | 0 | 7 | 406 | 125 | 66 |
| Binary | 1101110 | 100110 | 11101101 | 110110 | 1010100 | 0 | 111 | 100000110 | 1010101 | 110110 |
Color Harmonies of #6E26ED
Complementary color
Monochromatic Colors of #6E26ED
Black with #6E26ED
Text Example
Text Example
White with #6E26ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E26ED; }
p { color: rgb(110,38,237); }
H1.HeaderClassName
{
color: #6E26ED;
}
.AnyTagClassName
{
color: #6E26ED;
}
</style>
background-color css
<style>
a { background-color: #6E26ED; }
a { background-color: rgb(110,38,237); }
div.DivClassName
{
background-color: #6E26ED;
}
.BgClassName
{
background-color: #6E26ED;
}
</style>
border-color css
<style>
span { border-color: #6E26ED; }
span { border-color: rgb(110,38,237); }
td.TdClassName
{
border-color: #6E26ED;
}
.TagClassName
{
border-color: #6E26ED;
}
</style>