Shades of Blue Violet #6F36E6
Tints of Blue Violet #6F36E6
RGB
CMYK
RGB Variations
Color information
#6F36E6 (or 0x6F36E6) is known color: Blue Violet. HEX triplet: 6F, 36 and E6. RGB value is (111,54,230). Sum of RGB (Red+Green+Blue) = 111+54+230=395 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.10% from 395); Green value is 54 (21.48% from 255 or 13.67% from 395); Blue value is 230 (90.23% from 255 or 58.23% from 395); Max value from RGB is 230 - color contains mainly: blue. Hex color #6F36E6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F36E6 is #90C919. Grayscale: #5A5A5A. Windows color (decimal): -9488666 or 15087215. OLE color: 15087215.
HSL color Cylindrical-coordinate representation of color #6F36E6: hue angle of 259.43º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F36E6 is Cyan = 0.52, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 111 | 54 | 230 | - |
| CMYK | 0.52 | 0.77 | 0 | 0.10 |
| HSL | 259.43º | 0.78% | 0.56% | - |
| HSV(B) | 259.43º | 0.77% | 0.9% | - |
| XYZ | 22.16 | 11.73 | 75.96 | - |
| YUV | 91.11 | 206.38 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 54 | 230 | 0.52 | 0.77 | 0 | 0.10 | 259.43 | 0.78 | 0.56 |
| Hex | 6F | 36 | E6 | 34 | 4D | 0 | A | 103 | 4E | 38 |
| Octal | 157 | 66 | 346 | 64 | 115 | 0 | 12 | 403 | 116 | 70 |
| Binary | 1101111 | 110110 | 11100110 | 110100 | 1001101 | 0 | 1010 | 100000011 | 1001110 | 111000 |
Color Harmonies of #6F36E6
Complementary color
Monochromatic Colors of #6F36E6
Black with #6F36E6
Text Example
Text Example
White with #6F36E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F36E6; }
p { color: rgb(111,54,230); }
H1.HeaderClassName
{
color: #6F36E6;
}
.AnyTagClassName
{
color: #6F36E6;
}
</style>
background-color css
<style>
a { background-color: #6F36E6; }
a { background-color: rgb(111,54,230); }
div.DivClassName
{
background-color: #6F36E6;
}
.BgClassName
{
background-color: #6F36E6;
}
</style>
border-color css
<style>
span { border-color: #6F36E6; }
span { border-color: rgb(111,54,230); }
td.TdClassName
{
border-color: #6F36E6;
}
.TagClassName
{
border-color: #6F36E6;
}
</style>