Shades of Blue Violet #6F10DC
Tints of Blue Violet #6F10DC
RGB
CMYK
RGB Variations
Color information
#6F10DC (or 0x6F10DC) is known color: Blue Violet. HEX triplet: 6F, 10 and DC. RGB value is (111,16,220). Sum of RGB (Red+Green+Blue) = 111+16+220=347 (45% of max value = 765). Red value is 111 (43.75% from 255 or 31.99% from 347); Green value is 16 (6.64% from 255 or 4.61% from 347); Blue value is 220 (86.33% from 255 or 63.40% from 347); Max value from RGB is 220 - color contains mainly: blue. Hex color #6F10DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F10DC is #90EF23. Grayscale: #424242. Windows color (decimal): -9498404 or 14422127. OLE color: 14422127.
HSL color Cylindrical-coordinate representation of color #6F10DC: hue angle of 267.94º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6F10DC is Cyan = 0.50, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 16 | 220 | - |
| CMYK | 0.50 | 0.93 | 0 | 0.14 |
| HSL | 267.94º | 0.86% | 0.46% | - |
| HSV(B) | 267.94º | 0.93% | 0.86% | - |
| XYZ | 19.66 | 8.92 | 68.4 | - |
| YUV | 67.66 | 213.97 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 16 | 220 | 0.50 | 0.93 | 0 | 0.14 | 267.94 | 0.86 | 0.46 |
| Hex | 6F | 10 | DC | 32 | 5D | 0 | E | 10C | 56 | 2E |
| Octal | 157 | 20 | 334 | 62 | 135 | 0 | 16 | 414 | 126 | 56 |
| Binary | 1101111 | 10000 | 11011100 | 110010 | 1011101 | 0 | 1110 | 100001100 | 1010110 | 101110 |
Color Harmonies of #6F10DC
Complementary color
Monochromatic Colors of #6F10DC
Black with #6F10DC
Text Example
Text Example
White with #6F10DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F10DC; }
p { color: rgb(111,16,220); }
H1.HeaderClassName
{
color: #6F10DC;
}
.AnyTagClassName
{
color: #6F10DC;
}
</style>
background-color css
<style>
a { background-color: #6F10DC; }
a { background-color: rgb(111,16,220); }
div.DivClassName
{
background-color: #6F10DC;
}
.BgClassName
{
background-color: #6F10DC;
}
</style>
border-color css
<style>
span { border-color: #6F10DC; }
span { border-color: rgb(111,16,220); }
td.TdClassName
{
border-color: #6F10DC;
}
.TagClassName
{
border-color: #6F10DC;
}
</style>