Shades of Blue Violet #6F1CEC
Tints of Blue Violet #6F1CEC
RGB
CMYK
RGB Variations
Color information
#6F1CEC (or 0x6F1CEC) is known color: Blue Violet. HEX triplet: 6F, 1C and EC. RGB value is (111,28,236). Sum of RGB (Red+Green+Blue) = 111+28+236=375 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.6% from 375); Green value is 28 (11.33% from 255 or 7.47% from 375); Blue value is 236 (92.58% from 255 or 62.93% from 375); Max value from RGB is 236 - color contains mainly: blue. Hex color #6F1CEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F1CEC is #90E313. Grayscale: #4B4B4B. Windows color (decimal): -9495316 or 15473775. OLE color: 15473775.
HSL color Cylindrical-coordinate representation of color #6F1CEC: hue angle of 263.94º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6F1CEC is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 28 | 236 | - |
| CMYK | 0.53 | 0.88 | 0 | 0.07 |
| HSL | 263.94º | 0.85% | 0.52% | - |
| HSV(B) | 263.94º | 0.88% | 0.93% | - |
| XYZ | 22.11 | 10.27 | 80.17 | - |
| YUV | 76.53 | 218 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 28 | 236 | 0.53 | 0.88 | 0 | 0.07 | 263.94 | 0.85 | 0.52 |
| Hex | 6F | 1C | EC | 35 | 58 | 0 | 7 | 108 | 55 | 34 |
| Octal | 157 | 34 | 354 | 65 | 130 | 0 | 7 | 410 | 125 | 64 |
| Binary | 1101111 | 11100 | 11101100 | 110101 | 1011000 | 0 | 111 | 100001000 | 1010101 | 110100 |
Color Harmonies of #6F1CEC
Complementary color
Monochromatic Colors of #6F1CEC
Black with #6F1CEC
Text Example
Text Example
White with #6F1CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1CEC; }
p { color: rgb(111,28,236); }
H1.HeaderClassName
{
color: #6F1CEC;
}
.AnyTagClassName
{
color: #6F1CEC;
}
</style>
background-color css
<style>
a { background-color: #6F1CEC; }
a { background-color: rgb(111,28,236); }
div.DivClassName
{
background-color: #6F1CEC;
}
.BgClassName
{
background-color: #6F1CEC;
}
</style>
border-color css
<style>
span { border-color: #6F1CEC; }
span { border-color: rgb(111,28,236); }
td.TdClassName
{
border-color: #6F1CEC;
}
.TagClassName
{
border-color: #6F1CEC;
}
</style>