Shades of Blue Violet #6E26DF
Tints of Blue Violet #6E26DF
RGB
CMYK
RGB Variations
Color information
#6E26DF (or 0x6E26DF) is known color: Blue Violet. HEX triplet: 6E, 26 and DF. RGB value is (110,38,223). Sum of RGB (Red+Green+Blue) = 110+38+223=371 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.65% from 371); Green value is 38 (15.23% from 255 or 10.24% from 371); Blue value is 223 (87.5% from 255 or 60.11% from 371); Max value from RGB is 223 - color contains mainly: blue. Hex color #6E26DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E26DF is #91D920. Grayscale: #4F4F4F. Windows color (decimal): -9558305 or 14624366. OLE color: 14624366.
HSL color Cylindrical-coordinate representation of color #6E26DF: hue angle of 263.35º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6E26DF is Cyan = 0.51, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 38 | 223 | - |
| CMYK | 0.51 | 0.83 | 0 | 0.13 |
| HSL | 263.35º | 0.74% | 0.51% | - |
| HSV(B) | 263.35º | 0.83% | 0.87% | - |
| XYZ | 20.44 | 10.03 | 70.67 | - |
| YUV | 80.62 | 208.35 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 38 | 223 | 0.51 | 0.83 | 0 | 0.13 | 263.35 | 0.74 | 0.51 |
| Hex | 6E | 26 | DF | 33 | 53 | 0 | D | 107 | 4A | 33 |
| Octal | 156 | 46 | 337 | 63 | 123 | 0 | 15 | 407 | 112 | 63 |
| Binary | 1101110 | 100110 | 11011111 | 110011 | 1010011 | 0 | 1101 | 100000111 | 1001010 | 110011 |
Color Harmonies of #6E26DF
Complementary color
Monochromatic Colors of #6E26DF
Black with #6E26DF
Text Example
Text Example
White with #6E26DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E26DF; }
p { color: rgb(110,38,223); }
H1.HeaderClassName
{
color: #6E26DF;
}
.AnyTagClassName
{
color: #6E26DF;
}
</style>
background-color css
<style>
a { background-color: #6E26DF; }
a { background-color: rgb(110,38,223); }
div.DivClassName
{
background-color: #6E26DF;
}
.BgClassName
{
background-color: #6E26DF;
}
</style>
border-color css
<style>
span { border-color: #6E26DF; }
span { border-color: rgb(110,38,223); }
td.TdClassName
{
border-color: #6E26DF;
}
.TagClassName
{
border-color: #6E26DF;
}
</style>