Shades of Dark Violet #6F08CE
Tints of Dark Violet #6F08CE
RGB
CMYK
RGB Variations
Color information
#6F08CE (or 0x6F08CE) is known color: Dark Violet. HEX triplet: 6F, 08 and CE. RGB value is (111,8,206). Sum of RGB (Red+Green+Blue) = 111+8+206=325 (43% of max value = 765). Red value is 111 (43.75% from 255 or 34.15% from 325); Green value is 8 (3.52% from 255 or 2.46% from 325); Blue value is 206 (80.86% from 255 or 63.38% from 325); Max value from RGB is 206 - color contains mainly: blue. Hex color #6F08CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F08CE is #90F731. Grayscale: #3C3C3C. Windows color (decimal): -9500466 or 13502575. OLE color: 13502575.
HSL color Cylindrical-coordinate representation of color #6F08CE: hue angle of 271.21º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6F08CE is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 8 | 206 | - |
| CMYK | 0.46 | 0.96 | 0 | 0.19 |
| HSL | 271.21º | 0.93% | 0.42% | - |
| HSV(B) | 271.21º | 0.96% | 0.81% | - |
| XYZ | 17.78 | 8.01 | 59 | - |
| YUV | 61.37 | 209.62 | 163.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 8 | 206 | 0.46 | 0.96 | 0 | 0.19 | 271.21 | 0.93 | 0.42 |
| Hex | 6F | 8 | CE | 2E | 60 | 0 | 13 | 10F | 5D | 2A |
| Octal | 157 | 10 | 316 | 56 | 140 | 0 | 23 | 417 | 135 | 52 |
| Binary | 1101111 | 1000 | 11001110 | 101110 | 1100000 | 0 | 10011 | 100001111 | 1011101 | 101010 |
Color Harmonies of #6F08CE
Complementary color
Monochromatic Colors of #6F08CE
Black with #6F08CE
Text Example
Text Example
White with #6F08CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F08CE; }
p { color: rgb(111,8,206); }
H1.HeaderClassName
{
color: #6F08CE;
}
.AnyTagClassName
{
color: #6F08CE;
}
</style>
background-color css
<style>
a { background-color: #6F08CE; }
a { background-color: rgb(111,8,206); }
div.DivClassName
{
background-color: #6F08CE;
}
.BgClassName
{
background-color: #6F08CE;
}
</style>
border-color css
<style>
span { border-color: #6F08CE; }
span { border-color: rgb(111,8,206); }
td.TdClassName
{
border-color: #6F08CE;
}
.TagClassName
{
border-color: #6F08CE;
}
</style>