Shades of Vivid Violet #6F169E
Tints of Vivid Violet #6F169E
RGB
CMYK
RGB Variations
Color information
#6F169E (or 0x6F169E) is known color: Vivid Violet. HEX triplet: 6F, 16 and 9E. RGB value is (111,22,158). Sum of RGB (Red+Green+Blue) = 111+22+158=291 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.14% from 291); Green value is 22 (8.98% from 255 or 7.56% from 291); Blue value is 158 (62.11% from 255 or 54.30% from 291); Max value from RGB is 158 - color contains mainly: blue. Hex color #6F169E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F169E is #90E961. Grayscale: #3F3F3F. Windows color (decimal): -9496930 or 10360431. OLE color: 10360431.
HSL color Cylindrical-coordinate representation of color #6F169E: hue angle of 279.26º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6F169E is Cyan = 0.30, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 111 | 22 | 158 | - |
| CMYK | 0.30 | 0.86 | 0 | 0.38 |
| HSL | 279.26º | 0.76% | 0.35% | - |
| HSV(B) | 279.26º | 0.86% | 0.62% | - |
| XYZ | 13.01 | 6.42 | 32.9 | - |
| YUV | 64.12 | 180.99 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 22 | 158 | 0.30 | 0.86 | 0 | 0.38 | 279.26 | 0.76 | 0.35 |
| Hex | 6F | 16 | 9E | 1E | 56 | 0 | 26 | 117 | 4C | 23 |
| Octal | 157 | 26 | 236 | 36 | 126 | 0 | 46 | 427 | 114 | 43 |
| Binary | 1101111 | 10110 | 10011110 | 11110 | 1010110 | 0 | 100110 | 100010111 | 1001100 | 100011 |
Color Harmonies of #6F169E
Complementary color
Monochromatic Colors of #6F169E
Black with #6F169E
Text Example
Text Example
White with #6F169E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F169E; }
p { color: rgb(111,22,158); }
H1.HeaderClassName
{
color: #6F169E;
}
.AnyTagClassName
{
color: #6F169E;
}
</style>
background-color css
<style>
a { background-color: #6F169E; }
a { background-color: rgb(111,22,158); }
div.DivClassName
{
background-color: #6F169E;
}
.BgClassName
{
background-color: #6F169E;
}
</style>
border-color css
<style>
span { border-color: #6F169E; }
span { border-color: rgb(111,22,158); }
td.TdClassName
{
border-color: #6F169E;
}
.TagClassName
{
border-color: #6F169E;
}
</style>