Shades of Blue Violet #6E1DDF
Tints of Blue Violet #6E1DDF
RGB
CMYK
RGB Variations
Color information
#6E1DDF (or 0x6E1DDF) is known color: Blue Violet. HEX triplet: 6E, 1D and DF. RGB value is (110,29,223). Sum of RGB (Red+Green+Blue) = 110+29+223=362 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.39% from 362); Green value is 29 (11.72% from 255 or 8.01% from 362); Blue value is 223 (87.5% from 255 or 61.60% from 362); Max value from RGB is 223 - color contains mainly: blue. Hex color #6E1DDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E1DDF is #91E220. Grayscale: #4A4A4A. Windows color (decimal): -9560609 or 14622062. OLE color: 14622062.
HSL color Cylindrical-coordinate representation of color #6E1DDF: hue angle of 265.05º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6E1DDF is Cyan = 0.51, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 29 | 223 | - |
| CMYK | 0.51 | 0.87 | 0 | 0.13 |
| HSL | 265.05º | 0.77% | 0.49% | - |
| HSV(B) | 265.05º | 0.87% | 0.87% | - |
| XYZ | 20.19 | 9.52 | 70.59 | - |
| YUV | 75.34 | 211.34 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 29 | 223 | 0.51 | 0.87 | 0 | 0.13 | 265.05 | 0.77 | 0.49 |
| Hex | 6E | 1D | DF | 33 | 57 | 0 | D | 109 | 4D | 31 |
| Octal | 156 | 35 | 337 | 63 | 127 | 0 | 15 | 411 | 115 | 61 |
| Binary | 1101110 | 11101 | 11011111 | 110011 | 1010111 | 0 | 1101 | 100001001 | 1001101 | 110001 |
Color Harmonies of #6E1DDF
Complementary color
Monochromatic Colors of #6E1DDF
Black with #6E1DDF
Text Example
Text Example
White with #6E1DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1DDF; }
p { color: rgb(110,29,223); }
H1.HeaderClassName
{
color: #6E1DDF;
}
.AnyTagClassName
{
color: #6E1DDF;
}
</style>
background-color css
<style>
a { background-color: #6E1DDF; }
a { background-color: rgb(110,29,223); }
div.DivClassName
{
background-color: #6E1DDF;
}
.BgClassName
{
background-color: #6E1DDF;
}
</style>
border-color css
<style>
span { border-color: #6E1DDF; }
span { border-color: rgb(110,29,223); }
td.TdClassName
{
border-color: #6E1DDF;
}
.TagClassName
{
border-color: #6E1DDF;
}
</style>