Shades of Blue Violet #6F38EF
Tints of Blue Violet #6F38EF
RGB
CMYK
RGB Variations
Color information
#6F38EF (or 0x6F38EF) is known color: Blue Violet. HEX triplet: 6F, 38 and EF. RGB value is (111,56,239). Sum of RGB (Red+Green+Blue) = 111+56+239=406 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.34% from 406); Green value is 56 (22.27% from 255 or 13.79% from 406); Blue value is 239 (93.75% from 255 or 58.87% from 406); Max value from RGB is 239 - color contains mainly: blue. Hex color #6F38EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F38EF is #90C710. Grayscale: #5C5C5C. Windows color (decimal): -9488145 or 15677551. OLE color: 15677551.
HSL color Cylindrical-coordinate representation of color #6F38EF: hue angle of 258.03º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F38EF is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 111 | 56 | 239 | - |
| CMYK | 0.54 | 0.77 | 0 | 0.06 |
| HSL | 258.03º | 0.85% | 0.58% | - |
| HSV(B) | 258.03º | 0.77% | 0.94% | - |
| XYZ | 23.55 | 12.44 | 82.82 | - |
| YUV | 93.31 | 210.22 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 56 | 239 | 0.54 | 0.77 | 0 | 0.06 | 258.03 | 0.85 | 0.58 |
| Hex | 6F | 38 | EF | 36 | 4D | 0 | 6 | 102 | 55 | 3A |
| Octal | 157 | 70 | 357 | 66 | 115 | 0 | 6 | 402 | 125 | 72 |
| Binary | 1101111 | 111000 | 11101111 | 110110 | 1001101 | 0 | 110 | 100000010 | 1010101 | 111010 |
Color Harmonies of #6F38EF
Complementary color
Monochromatic Colors of #6F38EF
Black with #6F38EF
Text Example
Text Example
White with #6F38EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F38EF; }
p { color: rgb(111,56,239); }
H1.HeaderClassName
{
color: #6F38EF;
}
.AnyTagClassName
{
color: #6F38EF;
}
</style>
background-color css
<style>
a { background-color: #6F38EF; }
a { background-color: rgb(111,56,239); }
div.DivClassName
{
background-color: #6F38EF;
}
.BgClassName
{
background-color: #6F38EF;
}
</style>
border-color css
<style>
span { border-color: #6F38EF; }
span { border-color: rgb(111,56,239); }
td.TdClassName
{
border-color: #6F38EF;
}
.TagClassName
{
border-color: #6F38EF;
}
</style>