Shades of Blue Violet #6F33EE
Tints of Blue Violet #6F33EE
RGB
CMYK
RGB Variations
Color information
#6F33EE (or 0x6F33EE) is known color: Blue Violet. HEX triplet: 6F, 33 and EE. RGB value is (111,51,238). Sum of RGB (Red+Green+Blue) = 111+51+238=400 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.75% from 400); Green value is 51 (20.31% from 255 or 12.75% from 400); Blue value is 238 (93.36% from 255 or 59.5% from 400); Max value from RGB is 238 - color contains mainly: blue. Hex color #6F33EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F33EE is #90CC11. Grayscale: #595959. Windows color (decimal): -9489426 or 15610735. OLE color: 15610735.
HSL color Cylindrical-coordinate representation of color #6F33EE: hue angle of 259.25º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6F33EE is Cyan = 0.53, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 51 | 238 | - |
| CMYK | 0.53 | 0.79 | 0 | 0.07 |
| HSL | 259.25º | 0.85% | 0.57% | - |
| HSV(B) | 259.25º | 0.79% | 0.93% | - |
| XYZ | 23.17 | 11.92 | 81.97 | - |
| YUV | 90.26 | 211.38 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 51 | 238 | 0.53 | 0.79 | 0 | 0.07 | 259.25 | 0.85 | 0.57 |
| Hex | 6F | 33 | EE | 35 | 4F | 0 | 7 | 103 | 55 | 39 |
| Octal | 157 | 63 | 356 | 65 | 117 | 0 | 7 | 403 | 125 | 71 |
| Binary | 1101111 | 110011 | 11101110 | 110101 | 1001111 | 0 | 111 | 100000011 | 1010101 | 111001 |
Color Harmonies of #6F33EE
Complementary color
Monochromatic Colors of #6F33EE
Black with #6F33EE
Text Example
Text Example
White with #6F33EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F33EE; }
p { color: rgb(111,51,238); }
H1.HeaderClassName
{
color: #6F33EE;
}
.AnyTagClassName
{
color: #6F33EE;
}
</style>
background-color css
<style>
a { background-color: #6F33EE; }
a { background-color: rgb(111,51,238); }
div.DivClassName
{
background-color: #6F33EE;
}
.BgClassName
{
background-color: #6F33EE;
}
</style>
border-color css
<style>
span { border-color: #6F33EE; }
span { border-color: rgb(111,51,238); }
td.TdClassName
{
border-color: #6F33EE;
}
.TagClassName
{
border-color: #6F33EE;
}
</style>