Shades of Blue Violet #6F1FED
Tints of Blue Violet #6F1FED
RGB
CMYK
RGB Variations
Color information
#6F1FED (or 0x6F1FED) is known color: Blue Violet. HEX triplet: 6F, 1F and ED. RGB value is (111,31,237). Sum of RGB (Red+Green+Blue) = 111+31+237=379 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.29% from 379); Green value is 31 (12.5% from 255 or 8.18% from 379); Blue value is 237 (92.97% from 255 or 62.53% from 379); Max value from RGB is 237 - color contains mainly: blue. Hex color #6F1FED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F1FED is #90E012. Grayscale: #4D4D4D. Windows color (decimal): -9494547 or 15540079. OLE color: 15540079.
HSL color Cylindrical-coordinate representation of color #6F1FED: hue angle of 263.3º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6F1FED is Cyan = 0.53, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 31 | 237 | - |
| CMYK | 0.53 | 0.87 | 0 | 0.07 |
| HSL | 263.3º | 0.85% | 0.53% | - |
| HSV(B) | 263.3º | 0.87% | 0.93% | - |
| XYZ | 22.33 | 10.47 | 80.97 | - |
| YUV | 78.4 | 217.5 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 31 | 237 | 0.53 | 0.87 | 0 | 0.07 | 263.3 | 0.85 | 0.53 |
| Hex | 6F | 1F | ED | 35 | 57 | 0 | 7 | 107 | 55 | 35 |
| Octal | 157 | 37 | 355 | 65 | 127 | 0 | 7 | 407 | 125 | 65 |
| Binary | 1101111 | 11111 | 11101101 | 110101 | 1010111 | 0 | 111 | 100000111 | 1010101 | 110101 |
Color Harmonies of #6F1FED
Complementary color
Monochromatic Colors of #6F1FED
Black with #6F1FED
Text Example
Text Example
White with #6F1FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1FED; }
p { color: rgb(111,31,237); }
H1.HeaderClassName
{
color: #6F1FED;
}
.AnyTagClassName
{
color: #6F1FED;
}
</style>
background-color css
<style>
a { background-color: #6F1FED; }
a { background-color: rgb(111,31,237); }
div.DivClassName
{
background-color: #6F1FED;
}
.BgClassName
{
background-color: #6F1FED;
}
</style>
border-color css
<style>
span { border-color: #6F1FED; }
span { border-color: rgb(111,31,237); }
td.TdClassName
{
border-color: #6F1FED;
}
.TagClassName
{
border-color: #6F1FED;
}
</style>