Shades of Blue Violet #6F10DA
Tints of Blue Violet #6F10DA
RGB
CMYK
RGB Variations
Color information
#6F10DA (or 0x6F10DA) is known color: Blue Violet. HEX triplet: 6F, 10 and DA. RGB value is (111,16,218). Sum of RGB (Red+Green+Blue) = 111+16+218=345 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.17% from 345); Green value is 16 (6.64% from 255 or 4.64% from 345); Blue value is 218 (85.55% from 255 or 63.19% from 345); Max value from RGB is 218 - color contains mainly: blue. Hex color #6F10DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F10DA is #90EF25. Grayscale: #424242. Windows color (decimal): -9498406 or 14291055. OLE color: 14291055.
HSL color Cylindrical-coordinate representation of color #6F10DA: hue angle of 268.22º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6F10DA is Cyan = 0.49, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 111 | 16 | 218 | - |
| CMYK | 0.49 | 0.93 | 0 | 0.15 |
| HSL | 268.22º | 0.86% | 0.46% | - |
| HSV(B) | 268.22º | 0.93% | 0.85% | - |
| XYZ | 19.4 | 8.81 | 67.01 | - |
| YUV | 67.43 | 212.97 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 16 | 218 | 0.49 | 0.93 | 0 | 0.15 | 268.22 | 0.86 | 0.46 |
| Hex | 6F | 10 | DA | 31 | 5D | 0 | F | 10C | 56 | 2E |
| Octal | 157 | 20 | 332 | 61 | 135 | 0 | 17 | 414 | 126 | 56 |
| Binary | 1101111 | 10000 | 11011010 | 110001 | 1011101 | 0 | 1111 | 100001100 | 1010110 | 101110 |
Color Harmonies of #6F10DA
Complementary color
Monochromatic Colors of #6F10DA
Black with #6F10DA
Text Example
Text Example
White with #6F10DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F10DA; }
p { color: rgb(111,16,218); }
H1.HeaderClassName
{
color: #6F10DA;
}
.AnyTagClassName
{
color: #6F10DA;
}
</style>
background-color css
<style>
a { background-color: #6F10DA; }
a { background-color: rgb(111,16,218); }
div.DivClassName
{
background-color: #6F10DA;
}
.BgClassName
{
background-color: #6F10DA;
}
</style>
border-color css
<style>
span { border-color: #6F10DA; }
span { border-color: rgb(111,16,218); }
td.TdClassName
{
border-color: #6F10DA;
}
.TagClassName
{
border-color: #6F10DA;
}
</style>