Shades of Electric Indigo #6F05E6
Tints of Electric Indigo #6F05E6
RGB
CMYK
RGB Variations
Color information
#6F05E6 (or 0x6F05E6) is known color: Electric Indigo. HEX triplet: 6F, 05 and E6. RGB value is (111,5,230). Sum of RGB (Red+Green+Blue) = 111+5+230=346 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.08% from 346); Green value is 5 (2.34% from 255 or 1.45% from 346); Blue value is 230 (90.23% from 255 or 66.47% from 346); Max value from RGB is 230 - color contains mainly: blue. Hex color #6F05E6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F05E6 is #90FA19. Grayscale: #3D3D3D. Windows color (decimal): -9501210 or 15074671. OLE color: 15074671.
HSL color Cylindrical-coordinate representation of color #6F05E6: hue angle of 268.27º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6F05E6 is Cyan = 0.52, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 111 | 5 | 230 | - |
| CMYK | 0.52 | 0.98 | 0 | 0.10 |
| HSL | 268.27º | 0.96% | 0.46% | - |
| HSV(B) | 268.27º | 0.98% | 0.9% | - |
| XYZ | 20.89 | 9.2 | 75.54 | - |
| YUV | 62.34 | 222.62 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 5 | 230 | 0.52 | 0.98 | 0 | 0.10 | 268.27 | 0.96 | 0.46 |
| Hex | 6F | 5 | E6 | 34 | 62 | 0 | A | 10C | 60 | 2E |
| Octal | 157 | 5 | 346 | 64 | 142 | 0 | 12 | 414 | 140 | 56 |
| Binary | 1101111 | 101 | 11100110 | 110100 | 1100010 | 0 | 1010 | 100001100 | 1100000 | 101110 |
Color Harmonies of #6F05E6
Complementary color
Monochromatic Colors of #6F05E6
Black with #6F05E6
Text Example
Text Example
White with #6F05E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F05E6; }
p { color: rgb(111,5,230); }
H1.HeaderClassName
{
color: #6F05E6;
}
.AnyTagClassName
{
color: #6F05E6;
}
</style>
background-color css
<style>
a { background-color: #6F05E6; }
a { background-color: rgb(111,5,230); }
div.DivClassName
{
background-color: #6F05E6;
}
.BgClassName
{
background-color: #6F05E6;
}
</style>
border-color css
<style>
span { border-color: #6F05E6; }
span { border-color: rgb(111,5,230); }
td.TdClassName
{
border-color: #6F05E6;
}
.TagClassName
{
border-color: #6F05E6;
}
</style>