Shades of Blue Violet #6F29DE
Tints of Blue Violet #6F29DE
RGB
CMYK
RGB Variations
Color information
#6F29DE (or 0x6F29DE) is known color: Blue Violet. HEX triplet: 6F, 29 and DE. RGB value is (111,41,222). Sum of RGB (Red+Green+Blue) = 111+41+222=374 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.68% from 374); Green value is 41 (16.41% from 255 or 10.96% from 374); Blue value is 222 (87.11% from 255 or 59.36% from 374); Max value from RGB is 222 - color contains mainly: blue. Hex color #6F29DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F29DE is #90D621. Grayscale: #515151. Windows color (decimal): -9492002 or 14559599. OLE color: 14559599.
HSL color Cylindrical-coordinate representation of color #6F29DE: hue angle of 263.2º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6F29DE is Cyan = 0.5, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 41 | 222 | - |
| CMYK | 0.5 | 0.82 | 0 | 0.13 |
| HSL | 263.2º | 0.73% | 0.52% | - |
| HSV(B) | 263.2º | 0.82% | 0.87% | - |
| XYZ | 20.53 | 10.24 | 70 | - |
| YUV | 82.56 | 206.69 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 41 | 222 | 0.5 | 0.82 | 0 | 0.13 | 263.2 | 0.73 | 0.52 |
| Hex | 6F | 29 | DE | 32 | 52 | 0 | D | 107 | 49 | 34 |
| Octal | 157 | 51 | 336 | 62 | 122 | 0 | 15 | 407 | 111 | 64 |
| Binary | 1101111 | 101001 | 11011110 | 110010 | 1010010 | 0 | 1101 | 100000111 | 1001001 | 110100 |
Color Harmonies of #6F29DE
Complementary color
Monochromatic Colors of #6F29DE
Black with #6F29DE
Text Example
Text Example
White with #6F29DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F29DE; }
p { color: rgb(111,41,222); }
H1.HeaderClassName
{
color: #6F29DE;
}
.AnyTagClassName
{
color: #6F29DE;
}
</style>
background-color css
<style>
a { background-color: #6F29DE; }
a { background-color: rgb(111,41,222); }
div.DivClassName
{
background-color: #6F29DE;
}
.BgClassName
{
background-color: #6F29DE;
}
</style>
border-color css
<style>
span { border-color: #6F29DE; }
span { border-color: rgb(111,41,222); }
td.TdClassName
{
border-color: #6F29DE;
}
.TagClassName
{
border-color: #6F29DE;
}
</style>