Shades of Blue Violet #6F2EEB
Tints of Blue Violet #6F2EEB
RGB
CMYK
RGB Variations
Color information
#6F2EEB (or 0x6F2EEB) is known color: Blue Violet. HEX triplet: 6F, 2E and EB. RGB value is (111,46,235). Sum of RGB (Red+Green+Blue) = 111+46+235=392 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.32% from 392); Green value is 46 (18.36% from 255 or 11.73% from 392); Blue value is 235 (92.19% from 255 or 59.95% from 392); Max value from RGB is 235 - color contains mainly: blue. Hex color #6F2EEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F2EEB is #90D114. Grayscale: #565656. Windows color (decimal): -9490709 or 15412847. OLE color: 15412847.
HSL color Cylindrical-coordinate representation of color #6F2EEB: hue angle of 260.63º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6F2EEB is Cyan = 0.53, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 111 | 46 | 235 | - |
| CMYK | 0.53 | 0.80 | 0 | 0.08 |
| HSL | 260.63º | 0.83% | 0.55% | - |
| HSV(B) | 260.63º | 0.8% | 0.92% | - |
| XYZ | 22.53 | 11.33 | 79.6 | - |
| YUV | 86.98 | 211.53 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 46 | 235 | 0.53 | 0.80 | 0 | 0.08 | 260.63 | 0.83 | 0.55 |
| Hex | 6F | 2E | EB | 35 | 50 | 0 | 8 | 105 | 53 | 37 |
| Octal | 157 | 56 | 353 | 65 | 120 | 0 | 10 | 405 | 123 | 67 |
| Binary | 1101111 | 101110 | 11101011 | 110101 | 1010000 | 0 | 1000 | 100000101 | 1010011 | 110111 |
Color Harmonies of #6F2EEB
Complementary color
Monochromatic Colors of #6F2EEB
Black with #6F2EEB
Text Example
Text Example
White with #6F2EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2EEB; }
p { color: rgb(111,46,235); }
H1.HeaderClassName
{
color: #6F2EEB;
}
.AnyTagClassName
{
color: #6F2EEB;
}
</style>
background-color css
<style>
a { background-color: #6F2EEB; }
a { background-color: rgb(111,46,235); }
div.DivClassName
{
background-color: #6F2EEB;
}
.BgClassName
{
background-color: #6F2EEB;
}
</style>
border-color css
<style>
span { border-color: #6F2EEB; }
span { border-color: rgb(111,46,235); }
td.TdClassName
{
border-color: #6F2EEB;
}
.TagClassName
{
border-color: #6F2EEB;
}
</style>