Shades of Blue Violet #6E26EB
Tints of Blue Violet #6E26EB
RGB
CMYK
RGB Variations
Color information
#6E26EB (or 0x6E26EB) is known color: Blue Violet. HEX triplet: 6E, 26 and EB. RGB value is (110,38,235). Sum of RGB (Red+Green+Blue) = 110+38+235=383 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.72% from 383); Green value is 38 (15.23% from 255 or 9.92% from 383); Blue value is 235 (92.19% from 255 or 61.36% from 383); Max value from RGB is 235 - color contains mainly: blue. Hex color #6E26EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E26EB is #91D914. Grayscale: #515151. Windows color (decimal): -9558293 or 15410798. OLE color: 15410798.
HSL color Cylindrical-coordinate representation of color #6E26EB: hue angle of 261.93º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6E26EB is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 110 | 38 | 235 | - |
| CMYK | 0.53 | 0.84 | 0 | 0.08 |
| HSL | 261.93º | 0.83% | 0.54% | - |
| HSV(B) | 261.93º | 0.84% | 0.92% | - |
| XYZ | 22.12 | 10.7 | 79.5 | - |
| YUV | 81.99 | 214.35 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 38 | 235 | 0.53 | 0.84 | 0 | 0.08 | 261.93 | 0.83 | 0.54 |
| Hex | 6E | 26 | EB | 35 | 54 | 0 | 8 | 106 | 53 | 36 |
| Octal | 156 | 46 | 353 | 65 | 124 | 0 | 10 | 406 | 123 | 66 |
| Binary | 1101110 | 100110 | 11101011 | 110101 | 1010100 | 0 | 1000 | 100000110 | 1010011 | 110110 |
Color Harmonies of #6E26EB
Complementary color
Monochromatic Colors of #6E26EB
Black with #6E26EB
Text Example
Text Example
White with #6E26EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E26EB; }
p { color: rgb(110,38,235); }
H1.HeaderClassName
{
color: #6E26EB;
}
.AnyTagClassName
{
color: #6E26EB;
}
</style>
background-color css
<style>
a { background-color: #6E26EB; }
a { background-color: rgb(110,38,235); }
div.DivClassName
{
background-color: #6E26EB;
}
.BgClassName
{
background-color: #6E26EB;
}
</style>
border-color css
<style>
span { border-color: #6E26EB; }
span { border-color: rgb(110,38,235); }
td.TdClassName
{
border-color: #6E26EB;
}
.TagClassName
{
border-color: #6E26EB;
}
</style>