Shades of Dark Violet #6D00BC
Tints of Dark Violet #6D00BC
RGB
CMYK
RGB Variations
Color information
#6D00BC (or 0x6D00BC) is known color: Dark Violet. HEX triplet: 6D, 00 and BC. RGB value is (109,0,188). Sum of RGB (Red+Green+Blue) = 109+0+188=297 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.70% from 297); Green value is 0 (0.39% from 255 or 0% from 297); Blue value is 188 (73.83% from 255 or 63.30% from 297); Max value from RGB is 188 - color contains mainly: blue. Hex color #6D00BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D00BC is #92FF43. Grayscale: #353535. Windows color (decimal): -9633604 or 12320877. OLE color: 12320877.
HSL color Cylindrical-coordinate representation of color #6D00BC: hue angle of 274.79º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6D00BC is Cyan = 0.42, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 0 | 188 | - |
| CMYK | 0.42 | 1 | 0 | 0.26 |
| HSL | 274.79º | 1% | 0.37% | - |
| HSV(B) | 274.79º | 1% | 0.74% | - |
| XYZ | 15.38 | 6.88 | 48.09 | - |
| YUV | 54.02 | 203.61 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 0 | 188 | 0.42 | 1 | 0 | 0.26 | 274.79 | 1 | 0.37 |
| Hex | 6D | 0 | BC | 2A | 64 | 0 | 1A | 113 | 64 | 25 |
| Octal | 155 | 0 | 274 | 52 | 144 | 0 | 32 | 423 | 144 | 45 |
| Binary | 1101101 | 0 | 10111100 | 101010 | 1100100 | 0 | 11010 | 100010011 | 1100100 | 100101 |
Color Harmonies of #6D00BC
Complementary color
Monochromatic Colors of #6D00BC
Black with #6D00BC
Text Example
Text Example
White with #6D00BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D00BC; }
p { color: rgb(109,0,188); }
H1.HeaderClassName
{
color: #6D00BC;
}
.AnyTagClassName
{
color: #6D00BC;
}
</style>
background-color css
<style>
a { background-color: #6D00BC; }
a { background-color: rgb(109,0,188); }
div.DivClassName
{
background-color: #6D00BC;
}
.BgClassName
{
background-color: #6D00BC;
}
</style>
border-color css
<style>
span { border-color: #6D00BC; }
span { border-color: rgb(109,0,188); }
td.TdClassName
{
border-color: #6D00BC;
}
.TagClassName
{
border-color: #6D00BC;
}
</style>