Shades of Blue Violet #6F33E6
Tints of Blue Violet #6F33E6
RGB
CMYK
RGB Variations
Color information
#6F33E6 (or 0x6F33E6) is known color: Blue Violet. HEX triplet: 6F, 33 and E6. RGB value is (111,51,230). Sum of RGB (Red+Green+Blue) = 111+51+230=392 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.32% from 392); Green value is 51 (20.31% from 255 or 13.01% from 392); Blue value is 230 (90.23% from 255 or 58.67% from 392); Max value from RGB is 230 - color contains mainly: blue. Hex color #6F33E6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F33E6 is #90CC19. Grayscale: #585858. Windows color (decimal): -9489434 or 15086447. OLE color: 15086447.
HSL color Cylindrical-coordinate representation of color #6F33E6: hue angle of 260.11º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6F33E6 is Cyan = 0.52, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 111 | 51 | 230 | - |
| CMYK | 0.52 | 0.78 | 0 | 0.10 |
| HSL | 260.11º | 0.78% | 0.55% | - |
| HSV(B) | 260.11º | 0.78% | 0.9% | - |
| XYZ | 22.02 | 11.46 | 75.91 | - |
| YUV | 89.35 | 207.38 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 51 | 230 | 0.52 | 0.78 | 0 | 0.10 | 260.11 | 0.78 | 0.55 |
| Hex | 6F | 33 | E6 | 34 | 4E | 0 | A | 104 | 4E | 37 |
| Octal | 157 | 63 | 346 | 64 | 116 | 0 | 12 | 404 | 116 | 67 |
| Binary | 1101111 | 110011 | 11100110 | 110100 | 1001110 | 0 | 1010 | 100000100 | 1001110 | 110111 |
Color Harmonies of #6F33E6
Complementary color
Monochromatic Colors of #6F33E6
Black with #6F33E6
Text Example
Text Example
White with #6F33E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F33E6; }
p { color: rgb(111,51,230); }
H1.HeaderClassName
{
color: #6F33E6;
}
.AnyTagClassName
{
color: #6F33E6;
}
</style>
background-color css
<style>
a { background-color: #6F33E6; }
a { background-color: rgb(111,51,230); }
div.DivClassName
{
background-color: #6F33E6;
}
.BgClassName
{
background-color: #6F33E6;
}
</style>
border-color css
<style>
span { border-color: #6F33E6; }
span { border-color: rgb(111,51,230); }
td.TdClassName
{
border-color: #6F33E6;
}
.TagClassName
{
border-color: #6F33E6;
}
</style>