Shades of Electric Indigo #6F13EA
Tints of Electric Indigo #6F13EA
RGB
CMYK
RGB Variations
Color information
#6F13EA (or 0x6F13EA) is known color: Electric Indigo. HEX triplet: 6F, 13 and EA. RGB value is (111,19,234). Sum of RGB (Red+Green+Blue) = 111+19+234=364 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.49% from 364); Green value is 19 (7.81% from 255 or 5.22% from 364); Blue value is 234 (91.80% from 255 or 64.29% from 364); Max value from RGB is 234 - color contains mainly: blue. Hex color #6F13EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F13EA is #90EC15. Grayscale: #464646. Windows color (decimal): -9497622 or 15340399. OLE color: 15340399.
HSL color Cylindrical-coordinate representation of color #6F13EA: hue angle of 265.67º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6F13EA is Cyan = 0.53, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 111 | 19 | 234 | - |
| CMYK | 0.53 | 0.92 | 0 | 0.08 |
| HSL | 265.67º | 0.85% | 0.5% | - |
| HSV(B) | 265.67º | 0.92% | 0.92% | - |
| XYZ | 21.64 | 9.79 | 78.59 | - |
| YUV | 71.02 | 219.98 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 19 | 234 | 0.53 | 0.92 | 0 | 0.08 | 265.67 | 0.85 | 0.5 |
| Hex | 6F | 13 | EA | 35 | 5C | 0 | 8 | 10A | 55 | 32 |
| Octal | 157 | 23 | 352 | 65 | 134 | 0 | 10 | 412 | 125 | 62 |
| Binary | 1101111 | 10011 | 11101010 | 110101 | 1011100 | 0 | 1000 | 100001010 | 1010101 | 110010 |
Color Harmonies of #6F13EA
Complementary color
Monochromatic Colors of #6F13EA
Black with #6F13EA
Text Example
Text Example
White with #6F13EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F13EA; }
p { color: rgb(111,19,234); }
H1.HeaderClassName
{
color: #6F13EA;
}
.AnyTagClassName
{
color: #6F13EA;
}
</style>
background-color css
<style>
a { background-color: #6F13EA; }
a { background-color: rgb(111,19,234); }
div.DivClassName
{
background-color: #6F13EA;
}
.BgClassName
{
background-color: #6F13EA;
}
</style>
border-color css
<style>
span { border-color: #6F13EA; }
span { border-color: rgb(111,19,234); }
td.TdClassName
{
border-color: #6F13EA;
}
.TagClassName
{
border-color: #6F13EA;
}
</style>