Shades of Dark Violet #6B00BD
Tints of Dark Violet #6B00BD
RGB
CMYK
RGB Variations
Color information
#6B00BD (or 0x6B00BD) is known color: Dark Violet. HEX triplet: 6B, 00 and BD. RGB value is (107,0,189). Sum of RGB (Red+Green+Blue) = 107+0+189=296 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.15% from 296); Green value is 0 (0.39% from 255 or 0% from 296); Blue value is 189 (74.22% from 255 or 63.85% from 296); Max value from RGB is 189 - color contains mainly: blue. Hex color #6B00BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B00BD is #94FF42. Grayscale: #343434. Windows color (decimal): -9764675 or 12386411. OLE color: 12386411.
HSL color Cylindrical-coordinate representation of color #6B00BD: hue angle of 273.97º 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 #6B00BD is Cyan = 0.43, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 107 | 0 | 189 | - |
| CMYK | 0.43 | 1 | 0 | 0.26 |
| HSL | 273.97º | 1% | 0.37% | - |
| HSV(B) | 273.97º | 1% | 0.74% | - |
| XYZ | 15.25 | 6.8 | 48.65 | - |
| YUV | 53.54 | 204.45 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 0 | 189 | 0.43 | 1 | 0 | 0.26 | 273.97 | 1 | 0.37 |
| Hex | 6B | 0 | BD | 2B | 64 | 0 | 1A | 112 | 64 | 25 |
| Octal | 153 | 0 | 275 | 53 | 144 | 0 | 32 | 422 | 144 | 45 |
| Binary | 1101011 | 0 | 10111101 | 101011 | 1100100 | 0 | 11010 | 100010010 | 1100100 | 100101 |
Color Harmonies of #6B00BD
Complementary color
Monochromatic Colors of #6B00BD
Black with #6B00BD
Text Example
Text Example
White with #6B00BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B00BD; }
p { color: rgb(107,0,189); }
H1.HeaderClassName
{
color: #6B00BD;
}
.AnyTagClassName
{
color: #6B00BD;
}
</style>
background-color css
<style>
a { background-color: #6B00BD; }
a { background-color: rgb(107,0,189); }
div.DivClassName
{
background-color: #6B00BD;
}
.BgClassName
{
background-color: #6B00BD;
}
</style>
border-color css
<style>
span { border-color: #6B00BD; }
span { border-color: rgb(107,0,189); }
td.TdClassName
{
border-color: #6B00BD;
}
.TagClassName
{
border-color: #6B00BD;
}
</style>