Shades of Dark Violet #6B00BC
Tints of Dark Violet #6B00BC
RGB
CMYK
RGB Variations
Color information
#6B00BC (or 0x6B00BC) is known color: Dark Violet. HEX triplet: 6B, 00 and BC. RGB value is (107,0,188). Sum of RGB (Red+Green+Blue) = 107+0+188=295 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.27% from 295); Green value is 0 (0.39% from 255 or 0% from 295); Blue value is 188 (73.83% from 255 or 63.73% from 295); Max value from RGB is 188 - color contains mainly: blue. Hex color #6B00BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B00BC is #94FF43. Grayscale: #343434. Windows color (decimal): -9764676 or 12320875. OLE color: 12320875.
HSL color Cylindrical-coordinate representation of color #6B00BC: hue angle of 274.15º 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 #6B00BC is Cyan = 0.43, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 107 | 0 | 188 | - |
| CMYK | 0.43 | 1 | 0 | 0.26 |
| HSL | 274.15º | 1% | 0.37% | - |
| HSV(B) | 274.15º | 1% | 0.74% | - |
| XYZ | 15.14 | 6.76 | 48.08 | - |
| YUV | 53.43 | 203.95 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 0 | 188 | 0.43 | 1 | 0 | 0.26 | 274.15 | 1 | 0.37 |
| Hex | 6B | 0 | BC | 2B | 64 | 0 | 1A | 112 | 64 | 25 |
| Octal | 153 | 0 | 274 | 53 | 144 | 0 | 32 | 422 | 144 | 45 |
| Binary | 1101011 | 0 | 10111100 | 101011 | 1100100 | 0 | 11010 | 100010010 | 1100100 | 100101 |
Color Harmonies of #6B00BC
Complementary color
Monochromatic Colors of #6B00BC
Black with #6B00BC
Text Example
Text Example
White with #6B00BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B00BC; }
p { color: rgb(107,0,188); }
H1.HeaderClassName
{
color: #6B00BC;
}
.AnyTagClassName
{
color: #6B00BC;
}
</style>
background-color css
<style>
a { background-color: #6B00BC; }
a { background-color: rgb(107,0,188); }
div.DivClassName
{
background-color: #6B00BC;
}
.BgClassName
{
background-color: #6B00BC;
}
</style>
border-color css
<style>
span { border-color: #6B00BC; }
span { border-color: rgb(107,0,188); }
td.TdClassName
{
border-color: #6B00BC;
}
.TagClassName
{
border-color: #6B00BC;
}
</style>