Shades of Dark Violet #6E00BB
Tints of Dark Violet #6E00BB
RGB
CMYK
RGB Variations
Color information
#6E00BB (or 0x6E00BB) is known color: Dark Violet. HEX triplet: 6E, 00 and BB. RGB value is (110,0,187). Sum of RGB (Red+Green+Blue) = 110+0+187=297 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.04% from 297); Green value is 0 (0.39% from 255 or 0% from 297); Blue value is 187 (73.44% from 255 or 62.96% from 297); Max value from RGB is 187 - color contains mainly: blue. Hex color #6E00BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E00BB is #91FF44. Grayscale: #353535. Windows color (decimal): -9568069 or 12255342. OLE color: 12255342.
HSL color Cylindrical-coordinate representation of color #6E00BB: hue angle of 275.29º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6E00BB is Cyan = 0.41, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 110 | 0 | 187 | - |
| CMYK | 0.41 | 1 | 0 | 0.27 |
| HSL | 275.29º | 1% | 0.37% | - |
| HSV(B) | 275.29º | 1% | 0.73% | - |
| XYZ | 15.4 | 6.9 | 47.53 | - |
| YUV | 54.21 | 202.94 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 0 | 187 | 0.41 | 1 | 0 | 0.27 | 275.29 | 1 | 0.37 |
| Hex | 6E | 0 | BB | 29 | 64 | 0 | 1B | 113 | 64 | 25 |
| Octal | 156 | 0 | 273 | 51 | 144 | 0 | 33 | 423 | 144 | 45 |
| Binary | 1101110 | 0 | 10111011 | 101001 | 1100100 | 0 | 11011 | 100010011 | 1100100 | 100101 |
Color Harmonies of #6E00BB
Complementary color
Monochromatic Colors of #6E00BB
Black with #6E00BB
Text Example
Text Example
White with #6E00BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E00BB; }
p { color: rgb(110,0,187); }
H1.HeaderClassName
{
color: #6E00BB;
}
.AnyTagClassName
{
color: #6E00BB;
}
</style>
background-color css
<style>
a { background-color: #6E00BB; }
a { background-color: rgb(110,0,187); }
div.DivClassName
{
background-color: #6E00BB;
}
.BgClassName
{
background-color: #6E00BB;
}
</style>
border-color css
<style>
span { border-color: #6E00BB; }
span { border-color: rgb(110,0,187); }
td.TdClassName
{
border-color: #6E00BB;
}
.TagClassName
{
border-color: #6E00BB;
}
</style>