Shades of Blue Violet #6F1ADD
Tints of Blue Violet #6F1ADD
RGB
CMYK
RGB Variations
Color information
#6F1ADD (or 0x6F1ADD) is known color: Blue Violet. HEX triplet: 6F, 1A and DD. RGB value is (111,26,221). Sum of RGB (Red+Green+Blue) = 111+26+221=358 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.01% from 358); Green value is 26 (10.55% from 255 or 7.26% from 358); Blue value is 221 (86.72% from 255 or 61.73% from 358); Max value from RGB is 221 - color contains mainly: blue. Hex color #6F1ADD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F1ADD is #90E522. Grayscale: #484848. Windows color (decimal): -9495843 or 14490223. OLE color: 14490223.
HSL color Cylindrical-coordinate representation of color #6F1ADD: hue angle of 266.15º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6F1ADD is Cyan = 0.50, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 26 | 221 | - |
| CMYK | 0.50 | 0.88 | 0 | 0.13 |
| HSL | 266.15º | 0.79% | 0.48% | - |
| HSV(B) | 266.15º | 0.88% | 0.87% | - |
| XYZ | 19.98 | 9.34 | 69.16 | - |
| YUV | 73.65 | 211.16 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 26 | 221 | 0.50 | 0.88 | 0 | 0.13 | 266.15 | 0.79 | 0.48 |
| Hex | 6F | 1A | DD | 32 | 58 | 0 | D | 10A | 4F | 30 |
| Octal | 157 | 32 | 335 | 62 | 130 | 0 | 15 | 412 | 117 | 60 |
| Binary | 1101111 | 11010 | 11011101 | 110010 | 1011000 | 0 | 1101 | 100001010 | 1001111 | 110000 |
Color Harmonies of #6F1ADD
Complementary color
Monochromatic Colors of #6F1ADD
Black with #6F1ADD
Text Example
Text Example
White with #6F1ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1ADD; }
p { color: rgb(111,26,221); }
H1.HeaderClassName
{
color: #6F1ADD;
}
.AnyTagClassName
{
color: #6F1ADD;
}
</style>
background-color css
<style>
a { background-color: #6F1ADD; }
a { background-color: rgb(111,26,221); }
div.DivClassName
{
background-color: #6F1ADD;
}
.BgClassName
{
background-color: #6F1ADD;
}
</style>
border-color css
<style>
span { border-color: #6F1ADD; }
span { border-color: rgb(111,26,221); }
td.TdClassName
{
border-color: #6F1ADD;
}
.TagClassName
{
border-color: #6F1ADD;
}
</style>