Shades of Electric Indigo #6A07F7
Tints of Electric Indigo #6A07F7
RGB
CMYK
RGB Variations
Color information
#6A07F7 (or 0x6A07F7) is known color: Electric Indigo. HEX triplet: 6A, 07 and F7. RGB value is (106,7,247). Sum of RGB (Red+Green+Blue) = 106+7+247=360 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.44% from 360); Green value is 7 (3.12% from 255 or 1.94% from 360); Blue value is 247 (96.88% from 255 or 68.61% from 360); Max value from RGB is 247 - color contains mainly: blue. Hex color #6A07F7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6A07F7 is #95F808. Grayscale: #3F3F3F. Windows color (decimal): -9828361 or 16189290. OLE color: 16189290.
HSL color Cylindrical-coordinate representation of color #6A07F7: hue angle of 264.75º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6A07F7 is Cyan = 0.57, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 106 | 7 | 247 | - |
| CMYK | 0.57 | 0.97 | 0 | 0.03 |
| HSL | 264.75º | 0.94% | 0.5% | - |
| HSV(B) | 264.75º | 0.97% | 0.97% | - |
| XYZ | 22.81 | 9.93 | 88.71 | - |
| YUV | 63.96 | 231.3 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 7 | 247 | 0.57 | 0.97 | 0 | 0.03 | 264.75 | 0.94 | 0.5 |
| Hex | 6A | 7 | F7 | 39 | 61 | 0 | 3 | 109 | 5E | 32 |
| Octal | 152 | 7 | 367 | 71 | 141 | 0 | 3 | 411 | 136 | 62 |
| Binary | 1101010 | 111 | 11110111 | 111001 | 1100001 | 0 | 11 | 100001001 | 1011110 | 110010 |
Color Harmonies of #6A07F7
Complementary color
Monochromatic Colors of #6A07F7
Black with #6A07F7
Text Example
Text Example
White with #6A07F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A07F7; }
p { color: rgb(106,7,247); }
H1.HeaderClassName
{
color: #6A07F7;
}
.AnyTagClassName
{
color: #6A07F7;
}
</style>
background-color css
<style>
a { background-color: #6A07F7; }
a { background-color: rgb(106,7,247); }
div.DivClassName
{
background-color: #6A07F7;
}
.BgClassName
{
background-color: #6A07F7;
}
</style>
border-color css
<style>
span { border-color: #6A07F7; }
span { border-color: rgb(106,7,247); }
td.TdClassName
{
border-color: #6A07F7;
}
.TagClassName
{
border-color: #6A07F7;
}
</style>