Shades of Dark Violet #6C06D1
Tints of Dark Violet #6C06D1
RGB
CMYK
RGB Variations
Color information
#6C06D1 (or 0x6C06D1) is known color: Dark Violet. HEX triplet: 6C, 06 and D1. RGB value is (108,6,209). Sum of RGB (Red+Green+Blue) = 108+6+209=323 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.44% from 323); Green value is 6 (2.73% from 255 or 1.86% from 323); Blue value is 209 (82.03% from 255 or 64.71% from 323); Max value from RGB is 209 - color contains mainly: blue. Hex color #6C06D1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C06D1 is #93F92E. Grayscale: #3A3A3A. Windows color (decimal): -9697583 or 13698668. OLE color: 13698668.
HSL color Cylindrical-coordinate representation of color #6C06D1: hue angle of 270.15º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6C06D1 is Cyan = 0.48, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 108 | 6 | 209 | - |
| CMYK | 0.48 | 0.97 | 0 | 0.18 |
| HSL | 270.15º | 0.94% | 0.42% | - |
| HSV(B) | 270.15º | 0.97% | 0.82% | - |
| XYZ | 17.76 | 7.92 | 60.91 | - |
| YUV | 59.64 | 212.29 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 6 | 209 | 0.48 | 0.97 | 0 | 0.18 | 270.15 | 0.94 | 0.42 |
| Hex | 6C | 6 | D1 | 30 | 61 | 0 | 12 | 10E | 5E | 2A |
| Octal | 154 | 6 | 321 | 60 | 141 | 0 | 22 | 416 | 136 | 52 |
| Binary | 1101100 | 110 | 11010001 | 110000 | 1100001 | 0 | 10010 | 100001110 | 1011110 | 101010 |
Color Harmonies of #6C06D1
Complementary color
Monochromatic Colors of #6C06D1
Black with #6C06D1
Text Example
Text Example
White with #6C06D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C06D1; }
p { color: rgb(108,6,209); }
H1.HeaderClassName
{
color: #6C06D1;
}
.AnyTagClassName
{
color: #6C06D1;
}
</style>
background-color css
<style>
a { background-color: #6C06D1; }
a { background-color: rgb(108,6,209); }
div.DivClassName
{
background-color: #6C06D1;
}
.BgClassName
{
background-color: #6C06D1;
}
</style>
border-color css
<style>
span { border-color: #6C06D1; }
span { border-color: rgb(108,6,209); }
td.TdClassName
{
border-color: #6C06D1;
}
.TagClassName
{
border-color: #6C06D1;
}
</style>