Shades of Blue Violet #6F3DEC
Tints of Blue Violet #6F3DEC
RGB
CMYK
RGB Variations
Color information
#6F3DEC (or 0x6F3DEC) is known color: Blue Violet. HEX triplet: 6F, 3D and EC. RGB value is (111,61,236). Sum of RGB (Red+Green+Blue) = 111+61+236=408 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.21% from 408); Green value is 61 (24.22% from 255 or 14.95% from 408); Blue value is 236 (92.58% from 255 or 57.84% from 408); Max value from RGB is 236 - color contains mainly: blue. Hex color #6F3DEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F3DEC is #90C213. Grayscale: #5F5F5F. Windows color (decimal): -9486868 or 15482223. OLE color: 15482223.
HSL color Cylindrical-coordinate representation of color #6F3DEC: hue angle of 257.14º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6F3DEC is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 61 | 236 | - |
| CMYK | 0.53 | 0.74 | 0 | 0.07 |
| HSL | 257.14º | 0.82% | 0.58% | - |
| HSV(B) | 257.14º | 0.74% | 0.93% | - |
| XYZ | 23.36 | 12.77 | 80.59 | - |
| YUV | 95.9 | 207.07 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 61 | 236 | 0.53 | 0.74 | 0 | 0.07 | 257.14 | 0.82 | 0.58 |
| Hex | 6F | 3D | EC | 35 | 4A | 0 | 7 | 101 | 52 | 3A |
| Octal | 157 | 75 | 354 | 65 | 112 | 0 | 7 | 401 | 122 | 72 |
| Binary | 1101111 | 111101 | 11101100 | 110101 | 1001010 | 0 | 111 | 100000001 | 1010010 | 111010 |
Color Harmonies of #6F3DEC
Complementary color
Monochromatic Colors of #6F3DEC
Black with #6F3DEC
Text Example
Text Example
White with #6F3DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3DEC; }
p { color: rgb(111,61,236); }
H1.HeaderClassName
{
color: #6F3DEC;
}
.AnyTagClassName
{
color: #6F3DEC;
}
</style>
background-color css
<style>
a { background-color: #6F3DEC; }
a { background-color: rgb(111,61,236); }
div.DivClassName
{
background-color: #6F3DEC;
}
.BgClassName
{
background-color: #6F3DEC;
}
</style>
border-color css
<style>
span { border-color: #6F3DEC; }
span { border-color: rgb(111,61,236); }
td.TdClassName
{
border-color: #6F3DEC;
}
.TagClassName
{
border-color: #6F3DEC;
}
</style>