Shades of Blue Violet #6F31EE
Tints of Blue Violet #6F31EE
RGB
CMYK
RGB Variations
Color information
#6F31EE (or 0x6F31EE) is known color: Blue Violet. HEX triplet: 6F, 31 and EE. RGB value is (111,49,238). Sum of RGB (Red+Green+Blue) = 111+49+238=398 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.89% from 398); Green value is 49 (19.53% from 255 or 12.31% from 398); Blue value is 238 (93.36% from 255 or 59.80% from 398); Max value from RGB is 238 - color contains mainly: blue. Hex color #6F31EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F31EE is #90CE11. Grayscale: #585858. Windows color (decimal): -9489938 or 15610223. OLE color: 15610223.
HSL color Cylindrical-coordinate representation of color #6F31EE: hue angle of 259.68º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6F31EE is Cyan = 0.53, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 49 | 238 | - |
| CMYK | 0.53 | 0.79 | 0 | 0.07 |
| HSL | 259.68º | 0.85% | 0.56% | - |
| HSV(B) | 259.68º | 0.79% | 0.93% | - |
| XYZ | 23.09 | 11.75 | 81.94 | - |
| YUV | 89.08 | 212.04 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 49 | 238 | 0.53 | 0.79 | 0 | 0.07 | 259.68 | 0.85 | 0.56 |
| Hex | 6F | 31 | EE | 35 | 4F | 0 | 7 | 104 | 55 | 38 |
| Octal | 157 | 61 | 356 | 65 | 117 | 0 | 7 | 404 | 125 | 70 |
| Binary | 1101111 | 110001 | 11101110 | 110101 | 1001111 | 0 | 111 | 100000100 | 1010101 | 111000 |
Color Harmonies of #6F31EE
Complementary color
Monochromatic Colors of #6F31EE
Black with #6F31EE
Text Example
Text Example
White with #6F31EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F31EE; }
p { color: rgb(111,49,238); }
H1.HeaderClassName
{
color: #6F31EE;
}
.AnyTagClassName
{
color: #6F31EE;
}
</style>
background-color css
<style>
a { background-color: #6F31EE; }
a { background-color: rgb(111,49,238); }
div.DivClassName
{
background-color: #6F31EE;
}
.BgClassName
{
background-color: #6F31EE;
}
</style>
border-color css
<style>
span { border-color: #6F31EE; }
span { border-color: rgb(111,49,238); }
td.TdClassName
{
border-color: #6F31EE;
}
.TagClassName
{
border-color: #6F31EE;
}
</style>