Shades of Blue Violet #6F34DF
Tints of Blue Violet #6F34DF
RGB
CMYK
RGB Variations
Color information
#6F34DF (or 0x6F34DF) is known color: Blue Violet. HEX triplet: 6F, 34 and DF. RGB value is (111,52,223). Sum of RGB (Red+Green+Blue) = 111+52+223=386 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.76% from 386); Green value is 52 (20.70% from 255 or 13.47% from 386); Blue value is 223 (87.5% from 255 or 57.77% from 386); Max value from RGB is 223 - color contains mainly: blue. Hex color #6F34DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F34DF is #90CB20. Grayscale: #585858. Windows color (decimal): -9489185 or 14627951. OLE color: 14627951.
HSL color Cylindrical-coordinate representation of color #6F34DF: hue angle of 260.7º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F34DF is Cyan = 0.50, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 52 | 223 | - |
| CMYK | 0.50 | 0.77 | 0 | 0.13 |
| HSL | 260.7º | 0.73% | 0.54% | - |
| HSV(B) | 260.7º | 0.77% | 0.87% | - |
| XYZ | 21.1 | 11.16 | 70.85 | - |
| YUV | 89.14 | 203.55 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 52 | 223 | 0.50 | 0.77 | 0 | 0.13 | 260.7 | 0.73 | 0.54 |
| Hex | 6F | 34 | DF | 32 | 4D | 0 | D | 105 | 49 | 36 |
| Octal | 157 | 64 | 337 | 62 | 115 | 0 | 15 | 405 | 111 | 66 |
| Binary | 1101111 | 110100 | 11011111 | 110010 | 1001101 | 0 | 1101 | 100000101 | 1001001 | 110110 |
Color Harmonies of #6F34DF
Complementary color
Monochromatic Colors of #6F34DF
Black with #6F34DF
Text Example
Text Example
White with #6F34DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F34DF; }
p { color: rgb(111,52,223); }
H1.HeaderClassName
{
color: #6F34DF;
}
.AnyTagClassName
{
color: #6F34DF;
}
</style>
background-color css
<style>
a { background-color: #6F34DF; }
a { background-color: rgb(111,52,223); }
div.DivClassName
{
background-color: #6F34DF;
}
.BgClassName
{
background-color: #6F34DF;
}
</style>
border-color css
<style>
span { border-color: #6F34DF; }
span { border-color: rgb(111,52,223); }
td.TdClassName
{
border-color: #6F34DF;
}
.TagClassName
{
border-color: #6F34DF;
}
</style>