Shades of Blue Violet #6E3FEF
Tints of Blue Violet #6E3FEF
RGB
CMYK
RGB Variations
Color information
#6E3FEF (or 0x6E3FEF) is known color: Blue Violet. HEX triplet: 6E, 3F and EF. RGB value is (110,63,239). Sum of RGB (Red+Green+Blue) = 110+63+239=412 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.70% from 412); Green value is 63 (25% from 255 or 15.29% from 412); Blue value is 239 (93.75% from 255 or 58.01% from 412); Max value from RGB is 239 - color contains mainly: blue. Hex color #6E3FEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E3FEF is #91C010. Grayscale: #606060. Windows color (decimal): -9551889 or 15679342. OLE color: 15679342.
HSL color Cylindrical-coordinate representation of color #6E3FEF: hue angle of 256.02º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6E3FEF is Cyan = 0.54, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 110 | 63 | 239 | - |
| CMYK | 0.54 | 0.74 | 0 | 0.06 |
| HSL | 256.02º | 0.85% | 0.59% | - |
| HSV(B) | 256.02º | 0.74% | 0.94% | - |
| XYZ | 23.79 | 13.1 | 82.94 | - |
| YUV | 97.12 | 208.07 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 63 | 239 | 0.54 | 0.74 | 0 | 0.06 | 256.02 | 0.85 | 0.59 |
| Hex | 6E | 3F | EF | 36 | 4A | 0 | 6 | 100 | 55 | 3B |
| Octal | 156 | 77 | 357 | 66 | 112 | 0 | 6 | 400 | 125 | 73 |
| Binary | 1101110 | 111111 | 11101111 | 110110 | 1001010 | 0 | 110 | 100000000 | 1010101 | 111011 |
Color Harmonies of #6E3FEF
Complementary color
Monochromatic Colors of #6E3FEF
Black with #6E3FEF
Text Example
Text Example
White with #6E3FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3FEF; }
p { color: rgb(110,63,239); }
H1.HeaderClassName
{
color: #6E3FEF;
}
.AnyTagClassName
{
color: #6E3FEF;
}
</style>
background-color css
<style>
a { background-color: #6E3FEF; }
a { background-color: rgb(110,63,239); }
div.DivClassName
{
background-color: #6E3FEF;
}
.BgClassName
{
background-color: #6E3FEF;
}
</style>
border-color css
<style>
span { border-color: #6E3FEF; }
span { border-color: rgb(110,63,239); }
td.TdClassName
{
border-color: #6E3FEF;
}
.TagClassName
{
border-color: #6E3FEF;
}
</style>