Shades of Electric Indigo #6F09E9
Tints of Electric Indigo #6F09E9
RGB
CMYK
RGB Variations
Color information
#6F09E9 (or 0x6F09E9) is known color: Electric Indigo. HEX triplet: 6F, 09 and E9. RGB value is (111,9,233). Sum of RGB (Red+Green+Blue) = 111+9+233=353 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.44% from 353); Green value is 9 (3.91% from 255 or 2.55% from 353); Blue value is 233 (91.41% from 255 or 66.01% from 353); Max value from RGB is 233 - color contains mainly: blue. Hex color #6F09E9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F09E9 is #90F616. Grayscale: #404040. Windows color (decimal): -9500183 or 15272303. OLE color: 15272303.
HSL color Cylindrical-coordinate representation of color #6F09E9: hue angle of 267.32º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6F09E9 is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 111 | 9 | 233 | - |
| CMYK | 0.52 | 0.96 | 0 | 0.09 |
| HSL | 267.32º | 0.93% | 0.47% | - |
| HSV(B) | 267.32º | 0.96% | 0.91% | - |
| XYZ | 21.36 | 9.46 | 77.79 | - |
| YUV | 65.03 | 222.79 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 9 | 233 | 0.52 | 0.96 | 0 | 0.09 | 267.32 | 0.93 | 0.47 |
| Hex | 6F | 9 | E9 | 34 | 60 | 0 | 9 | 10B | 5D | 2F |
| Octal | 157 | 11 | 351 | 64 | 140 | 0 | 11 | 413 | 135 | 57 |
| Binary | 1101111 | 1001 | 11101001 | 110100 | 1100000 | 0 | 1001 | 100001011 | 1011101 | 101111 |
Color Harmonies of #6F09E9
Complementary color
Monochromatic Colors of #6F09E9
Black with #6F09E9
Text Example
Text Example
White with #6F09E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F09E9; }
p { color: rgb(111,9,233); }
H1.HeaderClassName
{
color: #6F09E9;
}
.AnyTagClassName
{
color: #6F09E9;
}
</style>
background-color css
<style>
a { background-color: #6F09E9; }
a { background-color: rgb(111,9,233); }
div.DivClassName
{
background-color: #6F09E9;
}
.BgClassName
{
background-color: #6F09E9;
}
</style>
border-color css
<style>
span { border-color: #6F09E9; }
span { border-color: rgb(111,9,233); }
td.TdClassName
{
border-color: #6F09E9;
}
.TagClassName
{
border-color: #6F09E9;
}
</style>