Shades of Blue Violet #6F3FEE
Tints of Blue Violet #6F3FEE
RGB
CMYK
RGB Variations
Color information
#6F3FEE (or 0x6F3FEE) is known color: Blue Violet. HEX triplet: 6F, 3F and EE. RGB value is (111,63,238). Sum of RGB (Red+Green+Blue) = 111+63+238=412 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.94% from 412); Green value is 63 (25% from 255 or 15.29% from 412); Blue value is 238 (93.36% from 255 or 57.77% from 412); Max value from RGB is 238 - color contains mainly: blue. Hex color #6F3FEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F3FEE is #90C011. Grayscale: #606060. Windows color (decimal): -9486354 or 15613807. OLE color: 15613807.
HSL color Cylindrical-coordinate representation of color #6F3FEE: hue angle of 256.46º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6F3FEE is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 63 | 238 | - |
| CMYK | 0.53 | 0.74 | 0 | 0.07 |
| HSL | 256.46º | 0.84% | 0.59% | - |
| HSV(B) | 256.46º | 0.74% | 0.93% | - |
| XYZ | 23.77 | 13.11 | 82.17 | - |
| YUV | 97.3 | 207.4 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 63 | 238 | 0.53 | 0.74 | 0 | 0.07 | 256.46 | 0.84 | 0.59 |
| Hex | 6F | 3F | EE | 35 | 4A | 0 | 7 | 100 | 54 | 3B |
| Octal | 157 | 77 | 356 | 65 | 112 | 0 | 7 | 400 | 124 | 73 |
| Binary | 1101111 | 111111 | 11101110 | 110101 | 1001010 | 0 | 111 | 100000000 | 1010100 | 111011 |
Color Harmonies of #6F3FEE
Complementary color
Monochromatic Colors of #6F3FEE
Black with #6F3FEE
Text Example
Text Example
White with #6F3FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3FEE; }
p { color: rgb(111,63,238); }
H1.HeaderClassName
{
color: #6F3FEE;
}
.AnyTagClassName
{
color: #6F3FEE;
}
</style>
background-color css
<style>
a { background-color: #6F3FEE; }
a { background-color: rgb(111,63,238); }
div.DivClassName
{
background-color: #6F3FEE;
}
.BgClassName
{
background-color: #6F3FEE;
}
</style>
border-color css
<style>
span { border-color: #6F3FEE; }
span { border-color: rgb(111,63,238); }
td.TdClassName
{
border-color: #6F3FEE;
}
.TagClassName
{
border-color: #6F3FEE;
}
</style>