Shades of Dark Violet #6C00CE
Tints of Dark Violet #6C00CE
RGB
CMYK
RGB Variations
Color information
#6C00CE (or 0x6C00CE) is known color: Dark Violet. HEX triplet: 6C, 00 and CE. RGB value is (108,0,206). Sum of RGB (Red+Green+Blue) = 108+0+206=314 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.39% from 314); Green value is 0 (0.39% from 255 or 0% from 314); Blue value is 206 (80.86% from 255 or 65.61% from 314); Max value from RGB is 206 - color contains mainly: blue. Hex color #6C00CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C00CE is #93FF31. Grayscale: #373737. Windows color (decimal): -9699122 or 13500524. OLE color: 13500524.
HSL color Cylindrical-coordinate representation of color #6C00CE: hue angle of 271.46º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6C00CE is Cyan = 0.48, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 108 | 0 | 206 | - |
| CMYK | 0.48 | 1 | 0 | 0.19 |
| HSL | 271.46º | 1% | 0.4% | - |
| HSV(B) | 271.46º | 1% | 0.81% | - |
| XYZ | 17.32 | 7.64 | 58.95 | - |
| YUV | 55.78 | 212.78 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 0 | 206 | 0.48 | 1 | 0 | 0.19 | 271.46 | 1 | 0.4 |
| Hex | 6C | 0 | CE | 30 | 64 | 0 | 13 | 10F | 64 | 28 |
| Octal | 154 | 0 | 316 | 60 | 144 | 0 | 23 | 417 | 144 | 50 |
| Binary | 1101100 | 0 | 11001110 | 110000 | 1100100 | 0 | 10011 | 100001111 | 1100100 | 101000 |
Color Harmonies of #6C00CE
Complementary color
Monochromatic Colors of #6C00CE
Black with #6C00CE
Text Example
Text Example
White with #6C00CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C00CE; }
p { color: rgb(108,0,206); }
H1.HeaderClassName
{
color: #6C00CE;
}
.AnyTagClassName
{
color: #6C00CE;
}
</style>
background-color css
<style>
a { background-color: #6C00CE; }
a { background-color: rgb(108,0,206); }
div.DivClassName
{
background-color: #6C00CE;
}
.BgClassName
{
background-color: #6C00CE;
}
</style>
border-color css
<style>
span { border-color: #6C00CE; }
span { border-color: rgb(108,0,206); }
td.TdClassName
{
border-color: #6C00CE;
}
.TagClassName
{
border-color: #6C00CE;
}
</style>