Shades of Blue Violet #6F10DD
Tints of Blue Violet #6F10DD
RGB
CMYK
RGB Variations
Color information
#6F10DD (or 0x6F10DD) is known color: Blue Violet. HEX triplet: 6F, 10 and DD. RGB value is (111,16,221). Sum of RGB (Red+Green+Blue) = 111+16+221=348 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.90% from 348); Green value is 16 (6.64% from 255 or 4.60% from 348); Blue value is 221 (86.72% from 255 or 63.51% from 348); Max value from RGB is 221 - color contains mainly: blue. Hex color #6F10DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F10DD is #90EF22. Grayscale: #434343. Windows color (decimal): -9498403 or 14487663. OLE color: 14487663.
HSL color Cylindrical-coordinate representation of color #6F10DD: hue angle of 267.8º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6F10DD is Cyan = 0.50, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 16 | 221 | - |
| CMYK | 0.50 | 0.93 | 0 | 0.13 |
| HSL | 267.8º | 0.86% | 0.46% | - |
| HSV(B) | 267.8º | 0.93% | 0.87% | - |
| XYZ | 19.79 | 8.97 | 69.09 | - |
| YUV | 67.78 | 214.47 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 16 | 221 | 0.50 | 0.93 | 0 | 0.13 | 267.8 | 0.86 | 0.46 |
| Hex | 6F | 10 | DD | 32 | 5D | 0 | D | 10C | 56 | 2E |
| Octal | 157 | 20 | 335 | 62 | 135 | 0 | 15 | 414 | 126 | 56 |
| Binary | 1101111 | 10000 | 11011101 | 110010 | 1011101 | 0 | 1101 | 100001100 | 1010110 | 101110 |
Color Harmonies of #6F10DD
Complementary color
Monochromatic Colors of #6F10DD
Black with #6F10DD
Text Example
Text Example
White with #6F10DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F10DD; }
p { color: rgb(111,16,221); }
H1.HeaderClassName
{
color: #6F10DD;
}
.AnyTagClassName
{
color: #6F10DD;
}
</style>
background-color css
<style>
a { background-color: #6F10DD; }
a { background-color: rgb(111,16,221); }
div.DivClassName
{
background-color: #6F10DD;
}
.BgClassName
{
background-color: #6F10DD;
}
</style>
border-color css
<style>
span { border-color: #6F10DD; }
span { border-color: rgb(111,16,221); }
td.TdClassName
{
border-color: #6F10DD;
}
.TagClassName
{
border-color: #6F10DD;
}
</style>