Shades of Dark Violet #6C00BA
Tints of Dark Violet #6C00BA
RGB
CMYK
RGB Variations
Color information
#6C00BA (or 0x6C00BA) is known color: Dark Violet. HEX triplet: 6C, 00 and BA. RGB value is (108,0,186). Sum of RGB (Red+Green+Blue) = 108+0+186=294 (38% of max value = 765). Red value is 108 (42.58% from 255 or 36.73% from 294); Green value is 0 (0.39% from 255 or 0% from 294); Blue value is 186 (73.05% from 255 or 63.27% from 294); Max value from RGB is 186 - color contains mainly: blue. Hex color #6C00BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C00BA is #93FF45. Grayscale: #343434. Windows color (decimal): -9699142 or 12189804. OLE color: 12189804.
HSL color Cylindrical-coordinate representation of color #6C00BA: hue angle of 274.84º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6C00BA is Cyan = 0.42, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 108 | 0 | 186 | - |
| CMYK | 0.42 | 1 | 0 | 0.27 |
| HSL | 274.84º | 1% | 0.36% | - |
| HSV(B) | 274.84º | 1% | 0.73% | - |
| XYZ | 15.05 | 6.73 | 46.96 | - |
| YUV | 53.5 | 202.78 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 0 | 186 | 0.42 | 1 | 0 | 0.27 | 274.84 | 1 | 0.36 |
| Hex | 6C | 0 | BA | 2A | 64 | 0 | 1B | 113 | 64 | 24 |
| Octal | 154 | 0 | 272 | 52 | 144 | 0 | 33 | 423 | 144 | 44 |
| Binary | 1101100 | 0 | 10111010 | 101010 | 1100100 | 0 | 11011 | 100010011 | 1100100 | 100100 |
Color Harmonies of #6C00BA
Complementary color
Monochromatic Colors of #6C00BA
Black with #6C00BA
Text Example
Text Example
White with #6C00BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C00BA; }
p { color: rgb(108,0,186); }
H1.HeaderClassName
{
color: #6C00BA;
}
.AnyTagClassName
{
color: #6C00BA;
}
</style>
background-color css
<style>
a { background-color: #6C00BA; }
a { background-color: rgb(108,0,186); }
div.DivClassName
{
background-color: #6C00BA;
}
.BgClassName
{
background-color: #6C00BA;
}
</style>
border-color css
<style>
span { border-color: #6C00BA; }
span { border-color: rgb(108,0,186); }
td.TdClassName
{
border-color: #6C00BA;
}
.TagClassName
{
border-color: #6C00BA;
}
</style>