Shades of Dark Violet #6C00BB
Tints of Dark Violet #6C00BB
RGB
CMYK
RGB Variations
Color information
#6C00BB (or 0x6C00BB) is known color: Dark Violet. HEX triplet: 6C, 00 and BB. RGB value is (108,0,187). Sum of RGB (Red+Green+Blue) = 108+0+187=295 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.61% from 295); Green value is 0 (0.39% from 255 or 0% from 295); Blue value is 187 (73.44% from 255 or 63.39% from 295); Max value from RGB is 187 - color contains mainly: blue. Hex color #6C00BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C00BB is #93FF44. Grayscale: #343434. Windows color (decimal): -9699141 or 12255340. OLE color: 12255340.
HSL color Cylindrical-coordinate representation of color #6C00BB: hue angle of 274.65º 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 #6C00BB is Cyan = 0.42, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 108 | 0 | 187 | - |
| CMYK | 0.42 | 1 | 0 | 0.27 |
| HSL | 274.65º | 1% | 0.37% | - |
| HSV(B) | 274.65º | 1% | 0.73% | - |
| XYZ | 15.15 | 6.78 | 47.52 | - |
| YUV | 53.61 | 203.28 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 0 | 187 | 0.42 | 1 | 0 | 0.27 | 274.65 | 1 | 0.37 |
| Hex | 6C | 0 | BB | 2A | 64 | 0 | 1B | 113 | 64 | 25 |
| Octal | 154 | 0 | 273 | 52 | 144 | 0 | 33 | 423 | 144 | 45 |
| Binary | 1101100 | 0 | 10111011 | 101010 | 1100100 | 0 | 11011 | 100010011 | 1100100 | 100101 |
Color Harmonies of #6C00BB
Complementary color
Monochromatic Colors of #6C00BB
Black with #6C00BB
Text Example
Text Example
White with #6C00BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C00BB; }
p { color: rgb(108,0,187); }
H1.HeaderClassName
{
color: #6C00BB;
}
.AnyTagClassName
{
color: #6C00BB;
}
</style>
background-color css
<style>
a { background-color: #6C00BB; }
a { background-color: rgb(108,0,187); }
div.DivClassName
{
background-color: #6C00BB;
}
.BgClassName
{
background-color: #6C00BB;
}
</style>
border-color css
<style>
span { border-color: #6C00BB; }
span { border-color: rgb(108,0,187); }
td.TdClassName
{
border-color: #6C00BB;
}
.TagClassName
{
border-color: #6C00BB;
}
</style>