Shades of Dark Violet #6F06CE
Tints of Dark Violet #6F06CE
RGB
CMYK
RGB Variations
Color information
#6F06CE (or 0x6F06CE) is known color: Dark Violet. HEX triplet: 6F, 06 and CE. RGB value is (111,6,206). Sum of RGB (Red+Green+Blue) = 111+6+206=323 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.37% from 323); Green value is 6 (2.73% from 255 or 1.86% from 323); Blue value is 206 (80.86% from 255 or 63.78% from 323); Max value from RGB is 206 - color contains mainly: blue. Hex color #6F06CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F06CE is #90F931. Grayscale: #3B3B3B. Windows color (decimal): -9500978 or 13502063. OLE color: 13502063.
HSL color Cylindrical-coordinate representation of color #6F06CE: hue angle of 271.5º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6F06CE is Cyan = 0.46, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 6 | 206 | - |
| CMYK | 0.46 | 0.97 | 0 | 0.19 |
| HSL | 271.5º | 0.94% | 0.42% | - |
| HSV(B) | 271.5º | 0.97% | 0.81% | - |
| XYZ | 17.76 | 7.97 | 58.99 | - |
| YUV | 60.2 | 210.29 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 6 | 206 | 0.46 | 0.97 | 0 | 0.19 | 271.5 | 0.94 | 0.42 |
| Hex | 6F | 6 | CE | 2E | 61 | 0 | 13 | 110 | 5E | 2A |
| Octal | 157 | 6 | 316 | 56 | 141 | 0 | 23 | 420 | 136 | 52 |
| Binary | 1101111 | 110 | 11001110 | 101110 | 1100001 | 0 | 10011 | 100010000 | 1011110 | 101010 |
Color Harmonies of #6F06CE
Complementary color
Monochromatic Colors of #6F06CE
Black with #6F06CE
Text Example
Text Example
White with #6F06CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F06CE; }
p { color: rgb(111,6,206); }
H1.HeaderClassName
{
color: #6F06CE;
}
.AnyTagClassName
{
color: #6F06CE;
}
</style>
background-color css
<style>
a { background-color: #6F06CE; }
a { background-color: rgb(111,6,206); }
div.DivClassName
{
background-color: #6F06CE;
}
.BgClassName
{
background-color: #6F06CE;
}
</style>
border-color css
<style>
span { border-color: #6F06CE; }
span { border-color: rgb(111,6,206); }
td.TdClassName
{
border-color: #6F06CE;
}
.TagClassName
{
border-color: #6F06CE;
}
</style>