Shades of Blue Violet #6B2EE8
Tints of Blue Violet #6B2EE8
RGB
CMYK
RGB Variations
Color information
#6B2EE8 (or 0x6B2EE8) is known color: Blue Violet. HEX triplet: 6B, 2E and E8. RGB value is (107,46,232). Sum of RGB (Red+Green+Blue) = 107+46+232=385 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.79% from 385); Green value is 46 (18.36% from 255 or 11.95% from 385); Blue value is 232 (91.02% from 255 or 60.26% from 385); Max value from RGB is 232 - color contains mainly: blue. Hex color #6B2EE8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B2EE8 is #94D117. Grayscale: #545454. Windows color (decimal): -9752856 or 15216235. OLE color: 15216235.
HSL color Cylindrical-coordinate representation of color #6B2EE8: hue angle of 259.68º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6B2EE8 is Cyan = 0.54, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 107 | 46 | 232 | - |
| CMYK | 0.54 | 0.80 | 0 | 0.09 |
| HSL | 259.68º | 0.8% | 0.55% | - |
| HSV(B) | 259.68º | 0.8% | 0.91% | - |
| XYZ | 21.61 | 10.91 | 77.31 | - |
| YUV | 85.44 | 210.71 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 46 | 232 | 0.54 | 0.80 | 0 | 0.09 | 259.68 | 0.8 | 0.55 |
| Hex | 6B | 2E | E8 | 36 | 50 | 0 | 9 | 104 | 50 | 37 |
| Octal | 153 | 56 | 350 | 66 | 120 | 0 | 11 | 404 | 120 | 67 |
| Binary | 1101011 | 101110 | 11101000 | 110110 | 1010000 | 0 | 1001 | 100000100 | 1010000 | 110111 |
Color Harmonies of #6B2EE8
Complementary color
Monochromatic Colors of #6B2EE8
Black with #6B2EE8
Text Example
Text Example
White with #6B2EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2EE8; }
p { color: rgb(107,46,232); }
H1.HeaderClassName
{
color: #6B2EE8;
}
.AnyTagClassName
{
color: #6B2EE8;
}
</style>
background-color css
<style>
a { background-color: #6B2EE8; }
a { background-color: rgb(107,46,232); }
div.DivClassName
{
background-color: #6B2EE8;
}
.BgClassName
{
background-color: #6B2EE8;
}
</style>
border-color css
<style>
span { border-color: #6B2EE8; }
span { border-color: rgb(107,46,232); }
td.TdClassName
{
border-color: #6B2EE8;
}
.TagClassName
{
border-color: #6B2EE8;
}
</style>