Shades of Dark Violet #6C01BC
Tints of Dark Violet #6C01BC
RGB
CMYK
RGB Variations
Color information
#6C01BC (or 0x6C01BC) is known color: Dark Violet. HEX triplet: 6C, 01 and BC. RGB value is (108,1,188). Sum of RGB (Red+Green+Blue) = 108+1+188=297 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.36% from 297); Green value is 1 (0.78% from 255 or 0.34% 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 #6C01BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C01BC is #93FE43. Grayscale: #353535. Windows color (decimal): -9698884 or 12321132. OLE color: 12321132.
HSL color Cylindrical-coordinate representation of color #6C01BC: hue angle of 274.33º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6C01BC is Cyan = 0.43, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 108 | 1 | 188 | - |
| CMYK | 0.43 | 0.99 | 0 | 0.26 |
| HSL | 274.33º | 0.99% | 0.37% | - |
| HSV(B) | 274.33º | 0.99% | 0.74% | - |
| XYZ | 15.27 | 6.84 | 48.09 | - |
| YUV | 54.31 | 203.45 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 1 | 188 | 0.43 | 0.99 | 0 | 0.26 | 274.33 | 0.99 | 0.37 |
| Hex | 6C | 1 | BC | 2B | 63 | 0 | 1A | 112 | 63 | 25 |
| Octal | 154 | 1 | 274 | 53 | 143 | 0 | 32 | 422 | 143 | 45 |
| Binary | 1101100 | 1 | 10111100 | 101011 | 1100011 | 0 | 11010 | 100010010 | 1100011 | 100101 |
Color Harmonies of #6C01BC
Complementary color
Monochromatic Colors of #6C01BC
Black with #6C01BC
Text Example
Text Example
White with #6C01BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C01BC; }
p { color: rgb(108,1,188); }
H1.HeaderClassName
{
color: #6C01BC;
}
.AnyTagClassName
{
color: #6C01BC;
}
</style>
background-color css
<style>
a { background-color: #6C01BC; }
a { background-color: rgb(108,1,188); }
div.DivClassName
{
background-color: #6C01BC;
}
.BgClassName
{
background-color: #6C01BC;
}
</style>
border-color css
<style>
span { border-color: #6C01BC; }
span { border-color: rgb(108,1,188); }
td.TdClassName
{
border-color: #6C01BC;
}
.TagClassName
{
border-color: #6C01BC;
}
</style>