Shades of Blue Violet #6F40EA
Tints of Blue Violet #6F40EA
RGB
CMYK
RGB Variations
Color information
#6F40EA (or 0x6F40EA) is known color: Blue Violet. HEX triplet: 6F, 40 and EA. RGB value is (111,64,234). Sum of RGB (Red+Green+Blue) = 111+64+234=409 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.14% from 409); Green value is 64 (25.39% from 255 or 15.65% from 409); Blue value is 234 (91.80% from 255 or 57.21% from 409); Max value from RGB is 234 - color contains mainly: blue. Hex color #6F40EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F40EA is #90BF15. Grayscale: #606060. Windows color (decimal): -9486102 or 15351919. OLE color: 15351919.
HSL color Cylindrical-coordinate representation of color #6F40EA: hue angle of 256.59º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6F40EA is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 111 | 64 | 234 | - |
| CMYK | 0.53 | 0.73 | 0 | 0.08 |
| HSL | 256.59º | 0.8% | 0.58% | - |
| HSV(B) | 256.59º | 0.73% | 0.92% | - |
| XYZ | 23.24 | 12.99 | 79.12 | - |
| YUV | 97.43 | 205.07 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 64 | 234 | 0.53 | 0.73 | 0 | 0.08 | 256.59 | 0.8 | 0.58 |
| Hex | 6F | 40 | EA | 35 | 49 | 0 | 8 | 101 | 50 | 3A |
| Octal | 157 | 100 | 352 | 65 | 111 | 0 | 10 | 401 | 120 | 72 |
| Binary | 1101111 | 1000000 | 11101010 | 110101 | 1001001 | 0 | 1000 | 100000001 | 1010000 | 111010 |
Color Harmonies of #6F40EA
Complementary color
Monochromatic Colors of #6F40EA
Black with #6F40EA
Text Example
Text Example
White with #6F40EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F40EA; }
p { color: rgb(111,64,234); }
H1.HeaderClassName
{
color: #6F40EA;
}
.AnyTagClassName
{
color: #6F40EA;
}
</style>
background-color css
<style>
a { background-color: #6F40EA; }
a { background-color: rgb(111,64,234); }
div.DivClassName
{
background-color: #6F40EA;
}
.BgClassName
{
background-color: #6F40EA;
}
</style>
border-color css
<style>
span { border-color: #6F40EA; }
span { border-color: rgb(111,64,234); }
td.TdClassName
{
border-color: #6F40EA;
}
.TagClassName
{
border-color: #6F40EA;
}
</style>