Shades of Blue Violet #6D1EE4
Tints of Blue Violet #6D1EE4
RGB
CMYK
RGB Variations
Color information
#6D1EE4 (or 0x6D1EE4) is known color: Blue Violet. HEX triplet: 6D, 1E and E4. RGB value is (109,30,228). Sum of RGB (Red+Green+Blue) = 109+30+228=367 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.70% from 367); Green value is 30 (12.11% from 255 or 8.17% from 367); Blue value is 228 (89.45% from 255 or 62.13% from 367); Max value from RGB is 228 - color contains mainly: blue. Hex color #6D1EE4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D1EE4 is #92E11B. Grayscale: #4B4B4B. Windows color (decimal): -9625884 or 14949997. OLE color: 14949997.
HSL color Cylindrical-coordinate representation of color #6D1EE4: hue angle of 263.94º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6D1EE4 is Cyan = 0.52, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 109 | 30 | 228 | - |
| CMYK | 0.52 | 0.87 | 0 | 0.11 |
| HSL | 263.94º | 0.79% | 0.51% | - |
| HSV(B) | 263.94º | 0.87% | 0.89% | - |
| XYZ | 20.77 | 9.78 | 74.19 | - |
| YUV | 76.19 | 213.67 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 30 | 228 | 0.52 | 0.87 | 0 | 0.11 | 263.94 | 0.79 | 0.51 |
| Hex | 6D | 1E | E4 | 34 | 57 | 0 | B | 108 | 4F | 33 |
| Octal | 155 | 36 | 344 | 64 | 127 | 0 | 13 | 410 | 117 | 63 |
| Binary | 1101101 | 11110 | 11100100 | 110100 | 1010111 | 0 | 1011 | 100001000 | 1001111 | 110011 |
Color Harmonies of #6D1EE4
Complementary color
Monochromatic Colors of #6D1EE4
Black with #6D1EE4
Text Example
Text Example
White with #6D1EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1EE4; }
p { color: rgb(109,30,228); }
H1.HeaderClassName
{
color: #6D1EE4;
}
.AnyTagClassName
{
color: #6D1EE4;
}
</style>
background-color css
<style>
a { background-color: #6D1EE4; }
a { background-color: rgb(109,30,228); }
div.DivClassName
{
background-color: #6D1EE4;
}
.BgClassName
{
background-color: #6D1EE4;
}
</style>
border-color css
<style>
span { border-color: #6D1EE4; }
span { border-color: rgb(109,30,228); }
td.TdClassName
{
border-color: #6D1EE4;
}
.TagClassName
{
border-color: #6D1EE4;
}
</style>