Shades of Blue Violet #6F20E6
Tints of Blue Violet #6F20E6
RGB
CMYK
RGB Variations
Color information
#6F20E6 (or 0x6F20E6) is known color: Blue Violet. HEX triplet: 6F, 20 and E6. RGB value is (111,32,230). Sum of RGB (Red+Green+Blue) = 111+32+230=373 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.76% from 373); Green value is 32 (12.89% from 255 or 8.58% from 373); Blue value is 230 (90.23% from 255 or 61.66% from 373); Max value from RGB is 230 - color contains mainly: blue. Hex color #6F20E6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F20E6 is #90DF19. Grayscale: #4D4D4D. Windows color (decimal): -9494298 or 15081583. OLE color: 15081583.
HSL color Cylindrical-coordinate representation of color #6F20E6: hue angle of 263.94º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6F20E6 is Cyan = 0.52, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 111 | 32 | 230 | - |
| CMYK | 0.52 | 0.86 | 0 | 0.10 |
| HSL | 263.94º | 0.8% | 0.51% | - |
| HSV(B) | 263.94º | 0.86% | 0.9% | - |
| XYZ | 21.35 | 10.13 | 75.69 | - |
| YUV | 78.19 | 213.67 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 32 | 230 | 0.52 | 0.86 | 0 | 0.10 | 263.94 | 0.8 | 0.51 |
| Hex | 6F | 20 | E6 | 34 | 56 | 0 | A | 108 | 50 | 33 |
| Octal | 157 | 40 | 346 | 64 | 126 | 0 | 12 | 410 | 120 | 63 |
| Binary | 1101111 | 100000 | 11100110 | 110100 | 1010110 | 0 | 1010 | 100001000 | 1010000 | 110011 |
Color Harmonies of #6F20E6
Complementary color
Monochromatic Colors of #6F20E6
Black with #6F20E6
Text Example
Text Example
White with #6F20E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F20E6; }
p { color: rgb(111,32,230); }
H1.HeaderClassName
{
color: #6F20E6;
}
.AnyTagClassName
{
color: #6F20E6;
}
</style>
background-color css
<style>
a { background-color: #6F20E6; }
a { background-color: rgb(111,32,230); }
div.DivClassName
{
background-color: #6F20E6;
}
.BgClassName
{
background-color: #6F20E6;
}
</style>
border-color css
<style>
span { border-color: #6F20E6; }
span { border-color: rgb(111,32,230); }
td.TdClassName
{
border-color: #6F20E6;
}
.TagClassName
{
border-color: #6F20E6;
}
</style>