Shades of Blue Violet #6F20EA
Tints of Blue Violet #6F20EA
RGB
CMYK
RGB Variations
Color information
#6F20EA (or 0x6F20EA) is known color: Blue Violet. HEX triplet: 6F, 20 and EA. RGB value is (111,32,234). Sum of RGB (Red+Green+Blue) = 111+32+234=377 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.44% from 377); Green value is 32 (12.89% from 255 or 8.49% from 377); Blue value is 234 (91.80% from 255 or 62.07% from 377); Max value from RGB is 234 - color contains mainly: blue. Hex color #6F20EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F20EA is #90DF15. Grayscale: #4D4D4D. Windows color (decimal): -9494294 or 15343727. OLE color: 15343727.
HSL color Cylindrical-coordinate representation of color #6F20EA: hue angle of 263.47º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6F20EA is Cyan = 0.53, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 111 | 32 | 234 | - |
| CMYK | 0.53 | 0.86 | 0 | 0.08 |
| HSL | 263.47º | 0.83% | 0.52% | - |
| HSV(B) | 263.47º | 0.86% | 0.92% | - |
| XYZ | 21.92 | 10.35 | 78.68 | - |
| YUV | 78.65 | 215.67 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 32 | 234 | 0.53 | 0.86 | 0 | 0.08 | 263.47 | 0.83 | 0.52 |
| Hex | 6F | 20 | EA | 35 | 56 | 0 | 8 | 107 | 53 | 34 |
| Octal | 157 | 40 | 352 | 65 | 126 | 0 | 10 | 407 | 123 | 64 |
| Binary | 1101111 | 100000 | 11101010 | 110101 | 1010110 | 0 | 1000 | 100000111 | 1010011 | 110100 |
Color Harmonies of #6F20EA
Complementary color
Monochromatic Colors of #6F20EA
Black with #6F20EA
Text Example
Text Example
White with #6F20EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F20EA; }
p { color: rgb(111,32,234); }
H1.HeaderClassName
{
color: #6F20EA;
}
.AnyTagClassName
{
color: #6F20EA;
}
</style>
background-color css
<style>
a { background-color: #6F20EA; }
a { background-color: rgb(111,32,234); }
div.DivClassName
{
background-color: #6F20EA;
}
.BgClassName
{
background-color: #6F20EA;
}
</style>
border-color css
<style>
span { border-color: #6F20EA; }
span { border-color: rgb(111,32,234); }
td.TdClassName
{
border-color: #6F20EA;
}
.TagClassName
{
border-color: #6F20EA;
}
</style>