Shades of Electric Indigo #6F19EA
Tints of Electric Indigo #6F19EA
RGB
CMYK
RGB Variations
Color information
#6F19EA (or 0x6F19EA) is known color: Electric Indigo. HEX triplet: 6F, 19 and EA. RGB value is (111,25,234). Sum of RGB (Red+Green+Blue) = 111+25+234=370 (49% of max value = 765). Red value is 111 (43.75% from 255 or 30% from 370); Green value is 25 (10.16% from 255 or 6.76% from 370); Blue value is 234 (91.80% from 255 or 63.24% from 370); Max value from RGB is 234 - color contains mainly: blue. Hex color #6F19EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F19EA is #90E615. Grayscale: #494949. Windows color (decimal): -9496086 or 15341935. OLE color: 15341935.
HSL color Cylindrical-coordinate representation of color #6F19EA: hue angle of 264.69º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6F19EA is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 111 | 25 | 234 | - |
| CMYK | 0.53 | 0.89 | 0 | 0.08 |
| HSL | 264.69º | 0.83% | 0.51% | - |
| HSV(B) | 264.69º | 0.89% | 0.92% | - |
| XYZ | 21.75 | 10.02 | 78.63 | - |
| YUV | 74.54 | 217.99 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 25 | 234 | 0.53 | 0.89 | 0 | 0.08 | 264.69 | 0.83 | 0.51 |
| Hex | 6F | 19 | EA | 35 | 59 | 0 | 8 | 109 | 53 | 33 |
| Octal | 157 | 31 | 352 | 65 | 131 | 0 | 10 | 411 | 123 | 63 |
| Binary | 1101111 | 11001 | 11101010 | 110101 | 1011001 | 0 | 1000 | 100001001 | 1010011 | 110011 |
Color Harmonies of #6F19EA
Complementary color
Monochromatic Colors of #6F19EA
Black with #6F19EA
Text Example
Text Example
White with #6F19EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F19EA; }
p { color: rgb(111,25,234); }
H1.HeaderClassName
{
color: #6F19EA;
}
.AnyTagClassName
{
color: #6F19EA;
}
</style>
background-color css
<style>
a { background-color: #6F19EA; }
a { background-color: rgb(111,25,234); }
div.DivClassName
{
background-color: #6F19EA;
}
.BgClassName
{
background-color: #6F19EA;
}
</style>
border-color css
<style>
span { border-color: #6F19EA; }
span { border-color: rgb(111,25,234); }
td.TdClassName
{
border-color: #6F19EA;
}
.TagClassName
{
border-color: #6F19EA;
}
</style>