Shades of Electric Indigo #6F15EA
Tints of Electric Indigo #6F15EA
RGB
CMYK
RGB Variations
Color information
#6F15EA (or 0x6F15EA) is known color: Electric Indigo. HEX triplet: 6F, 15 and EA. RGB value is (111,21,234). Sum of RGB (Red+Green+Blue) = 111+21+234=366 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.33% from 366); Green value is 21 (8.59% from 255 or 5.74% from 366); Blue value is 234 (91.80% from 255 or 63.93% from 366); Max value from RGB is 234 - color contains mainly: blue. Hex color #6F15EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F15EA is #90EA15. Grayscale: #474747. Windows color (decimal): -9497110 or 15340911. OLE color: 15340911.
HSL color Cylindrical-coordinate representation of color #6F15EA: hue angle of 265.35º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6F15EA is Cyan = 0.53, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 111 | 21 | 234 | - |
| CMYK | 0.53 | 0.91 | 0 | 0.08 |
| HSL | 265.35º | 0.84% | 0.5% | - |
| HSV(B) | 265.35º | 0.91% | 0.92% | - |
| XYZ | 21.67 | 9.86 | 78.6 | - |
| YUV | 72.19 | 219.32 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 21 | 234 | 0.53 | 0.91 | 0 | 0.08 | 265.35 | 0.84 | 0.5 |
| Hex | 6F | 15 | EA | 35 | 5B | 0 | 8 | 109 | 54 | 32 |
| Octal | 157 | 25 | 352 | 65 | 133 | 0 | 10 | 411 | 124 | 62 |
| Binary | 1101111 | 10101 | 11101010 | 110101 | 1011011 | 0 | 1000 | 100001001 | 1010100 | 110010 |
Color Harmonies of #6F15EA
Complementary color
Monochromatic Colors of #6F15EA
Black with #6F15EA
Text Example
Text Example
White with #6F15EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F15EA; }
p { color: rgb(111,21,234); }
H1.HeaderClassName
{
color: #6F15EA;
}
.AnyTagClassName
{
color: #6F15EA;
}
</style>
background-color css
<style>
a { background-color: #6F15EA; }
a { background-color: rgb(111,21,234); }
div.DivClassName
{
background-color: #6F15EA;
}
.BgClassName
{
background-color: #6F15EA;
}
</style>
border-color css
<style>
span { border-color: #6F15EA; }
span { border-color: rgb(111,21,234); }
td.TdClassName
{
border-color: #6F15EA;
}
.TagClassName
{
border-color: #6F15EA;
}
</style>