Shades of Dark Violet #6F08CB
Tints of Dark Violet #6F08CB
RGB
CMYK
RGB Variations
Color information
#6F08CB (or 0x6F08CB) is known color: Dark Violet. HEX triplet: 6F, 08 and CB. RGB value is (111,8,203). Sum of RGB (Red+Green+Blue) = 111+8+203=322 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.47% from 322); Green value is 8 (3.52% from 255 or 2.48% from 322); Blue value is 203 (79.69% from 255 or 63.04% from 322); Max value from RGB is 203 - color contains mainly: blue. Hex color #6F08CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F08CB is #90F734. Grayscale: #3C3C3C. Windows color (decimal): -9500469 or 13305967. OLE color: 13305967.
HSL color Cylindrical-coordinate representation of color #6F08CB: hue angle of 271.69º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6F08CB is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 8 | 203 | - |
| CMYK | 0.45 | 0.96 | 0 | 0.20 |
| HSL | 271.69º | 0.92% | 0.41% | - |
| HSV(B) | 271.69º | 0.96% | 0.8% | - |
| XYZ | 17.42 | 7.86 | 57.1 | - |
| YUV | 61.03 | 208.12 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 8 | 203 | 0.45 | 0.96 | 0 | 0.20 | 271.69 | 0.92 | 0.41 |
| Hex | 6F | 8 | CB | 2D | 60 | 0 | 14 | 110 | 5C | 29 |
| Octal | 157 | 10 | 313 | 55 | 140 | 0 | 24 | 420 | 134 | 51 |
| Binary | 1101111 | 1000 | 11001011 | 101101 | 1100000 | 0 | 10100 | 100010000 | 1011100 | 101001 |
Color Harmonies of #6F08CB
Complementary color
Monochromatic Colors of #6F08CB
Black with #6F08CB
Text Example
Text Example
White with #6F08CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F08CB; }
p { color: rgb(111,8,203); }
H1.HeaderClassName
{
color: #6F08CB;
}
.AnyTagClassName
{
color: #6F08CB;
}
</style>
background-color css
<style>
a { background-color: #6F08CB; }
a { background-color: rgb(111,8,203); }
div.DivClassName
{
background-color: #6F08CB;
}
.BgClassName
{
background-color: #6F08CB;
}
</style>
border-color css
<style>
span { border-color: #6F08CB; }
span { border-color: rgb(111,8,203); }
td.TdClassName
{
border-color: #6F08CB;
}
.TagClassName
{
border-color: #6F08CB;
}
</style>