Shades of Blue Violet #6B2EE7
Tints of Blue Violet #6B2EE7
RGB
CMYK
RGB Variations
Color information
#6B2EE7 (or 0x6B2EE7) is known color: Blue Violet. HEX triplet: 6B, 2E and E7. RGB value is (107,46,231). Sum of RGB (Red+Green+Blue) = 107+46+231=384 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.86% from 384); Green value is 46 (18.36% from 255 or 11.98% from 384); Blue value is 231 (90.62% from 255 or 60.16% from 384); Max value from RGB is 231 - color contains mainly: blue. Hex color #6B2EE7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B2EE7 is #94D118. Grayscale: #545454. Windows color (decimal): -9752857 or 15150699. OLE color: 15150699.
HSL color Cylindrical-coordinate representation of color #6B2EE7: hue angle of 259.78º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6B2EE7 is Cyan = 0.54, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 107 | 46 | 231 | - |
| CMYK | 0.54 | 0.80 | 0 | 0.09 |
| HSL | 259.78º | 0.79% | 0.54% | - |
| HSV(B) | 259.78º | 0.8% | 0.91% | - |
| XYZ | 21.46 | 10.85 | 76.56 | - |
| YUV | 85.33 | 210.21 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 46 | 231 | 0.54 | 0.80 | 0 | 0.09 | 259.78 | 0.79 | 0.54 |
| Hex | 6B | 2E | E7 | 36 | 50 | 0 | 9 | 104 | 4F | 36 |
| Octal | 153 | 56 | 347 | 66 | 120 | 0 | 11 | 404 | 117 | 66 |
| Binary | 1101011 | 101110 | 11100111 | 110110 | 1010000 | 0 | 1001 | 100000100 | 1001111 | 110110 |
Color Harmonies of #6B2EE7
Complementary color
Monochromatic Colors of #6B2EE7
Black with #6B2EE7
Text Example
Text Example
White with #6B2EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2EE7; }
p { color: rgb(107,46,231); }
H1.HeaderClassName
{
color: #6B2EE7;
}
.AnyTagClassName
{
color: #6B2EE7;
}
</style>
background-color css
<style>
a { background-color: #6B2EE7; }
a { background-color: rgb(107,46,231); }
div.DivClassName
{
background-color: #6B2EE7;
}
.BgClassName
{
background-color: #6B2EE7;
}
</style>
border-color css
<style>
span { border-color: #6B2EE7; }
span { border-color: rgb(107,46,231); }
td.TdClassName
{
border-color: #6B2EE7;
}
.TagClassName
{
border-color: #6B2EE7;
}
</style>