Shades of Blue Violet #6E27EB
Tints of Blue Violet #6E27EB
RGB
CMYK
RGB Variations
Color information
#6E27EB (or 0x6E27EB) is known color: Blue Violet. HEX triplet: 6E, 27 and EB. RGB value is (110,39,235). Sum of RGB (Red+Green+Blue) = 110+39+235=384 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.65% from 384); Green value is 39 (15.62% from 255 or 10.16% from 384); Blue value is 235 (92.19% from 255 or 61.20% from 384); Max value from RGB is 235 - color contains mainly: blue. Hex color #6E27EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E27EB is #91D814. Grayscale: #515151. Windows color (decimal): -9558037 or 15411054. OLE color: 15411054.
HSL color Cylindrical-coordinate representation of color #6E27EB: hue angle of 261.73º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6E27EB is Cyan = 0.53, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 110 | 39 | 235 | - |
| CMYK | 0.53 | 0.83 | 0 | 0.08 |
| HSL | 261.73º | 0.83% | 0.54% | - |
| HSV(B) | 261.73º | 0.83% | 0.92% | - |
| XYZ | 22.15 | 10.76 | 79.51 | - |
| YUV | 82.57 | 214.02 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 39 | 235 | 0.53 | 0.83 | 0 | 0.08 | 261.73 | 0.83 | 0.54 |
| Hex | 6E | 27 | EB | 35 | 53 | 0 | 8 | 106 | 53 | 36 |
| Octal | 156 | 47 | 353 | 65 | 123 | 0 | 10 | 406 | 123 | 66 |
| Binary | 1101110 | 100111 | 11101011 | 110101 | 1010011 | 0 | 1000 | 100000110 | 1010011 | 110110 |
Color Harmonies of #6E27EB
Complementary color
Monochromatic Colors of #6E27EB
Black with #6E27EB
Text Example
Text Example
White with #6E27EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E27EB; }
p { color: rgb(110,39,235); }
H1.HeaderClassName
{
color: #6E27EB;
}
.AnyTagClassName
{
color: #6E27EB;
}
</style>
background-color css
<style>
a { background-color: #6E27EB; }
a { background-color: rgb(110,39,235); }
div.DivClassName
{
background-color: #6E27EB;
}
.BgClassName
{
background-color: #6E27EB;
}
</style>
border-color css
<style>
span { border-color: #6E27EB; }
span { border-color: rgb(110,39,235); }
td.TdClassName
{
border-color: #6E27EB;
}
.TagClassName
{
border-color: #6E27EB;
}
</style>