Shades of Blue Violet #6E2AEC
Tints of Blue Violet #6E2AEC
RGB
CMYK
RGB Variations
Color information
#6E2AEC (or 0x6E2AEC) is known color: Blue Violet. HEX triplet: 6E, 2A and EC. RGB value is (110,42,236). Sum of RGB (Red+Green+Blue) = 110+42+236=388 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.35% from 388); Green value is 42 (16.80% from 255 or 10.82% from 388); Blue value is 236 (92.58% from 255 or 60.82% from 388); Max value from RGB is 236 - color contains mainly: blue. Hex color #6E2AEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E2AEC is #91D513. Grayscale: #535353. Windows color (decimal): -9557268 or 15477358. OLE color: 15477358.
HSL color Cylindrical-coordinate representation of color #6E2AEC: hue angle of 261.03º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6E2AEC is Cyan = 0.53, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 110 | 42 | 236 | - |
| CMYK | 0.53 | 0.82 | 0 | 0.07 |
| HSL | 261.03º | 0.84% | 0.55% | - |
| HSV(B) | 261.03º | 0.82% | 0.93% | - |
| XYZ | 22.4 | 11.03 | 80.3 | - |
| YUV | 84.45 | 213.53 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 42 | 236 | 0.53 | 0.82 | 0 | 0.07 | 261.03 | 0.84 | 0.55 |
| Hex | 6E | 2A | EC | 35 | 52 | 0 | 7 | 105 | 54 | 37 |
| Octal | 156 | 52 | 354 | 65 | 122 | 0 | 7 | 405 | 124 | 67 |
| Binary | 1101110 | 101010 | 11101100 | 110101 | 1010010 | 0 | 111 | 100000101 | 1010100 | 110111 |
Color Harmonies of #6E2AEC
Complementary color
Monochromatic Colors of #6E2AEC
Black with #6E2AEC
Text Example
Text Example
White with #6E2AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2AEC; }
p { color: rgb(110,42,236); }
H1.HeaderClassName
{
color: #6E2AEC;
}
.AnyTagClassName
{
color: #6E2AEC;
}
</style>
background-color css
<style>
a { background-color: #6E2AEC; }
a { background-color: rgb(110,42,236); }
div.DivClassName
{
background-color: #6E2AEC;
}
.BgClassName
{
background-color: #6E2AEC;
}
</style>
border-color css
<style>
span { border-color: #6E2AEC; }
span { border-color: rgb(110,42,236); }
td.TdClassName
{
border-color: #6E2AEC;
}
.TagClassName
{
border-color: #6E2AEC;
}
</style>