Shades of Electric Indigo #6A00F1
Tints of Electric Indigo #6A00F1
RGB
CMYK
RGB Variations
Color information
#6A00F1 (or 0x6A00F1) is known color: Electric Indigo. HEX triplet: 6A, 00 and F1. RGB value is (106,0,241). Sum of RGB (Red+Green+Blue) = 106+0+241=347 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.55% from 347); Green value is 0 (0.39% from 255 or 0% from 347); Blue value is 241 (94.53% from 255 or 69.45% from 347); Max value from RGB is 241 - color contains mainly: blue. Hex color #6A00F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6A00F1 is #95FF0E. Grayscale: #3A3A3A. Windows color (decimal): -9830159 or 15794282. OLE color: 15794282.
HSL color Cylindrical-coordinate representation of color #6A00F1: hue angle of 266.39º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6A00F1 is Cyan = 0.56, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 106 | 0 | 241 | - |
| CMYK | 0.56 | 1 | 0 | 0.05 |
| HSL | 266.39º | 1% | 0.47% | - |
| HSV(B) | 266.39º | 1% | 0.95% | - |
| XYZ | 21.82 | 9.42 | 83.89 | - |
| YUV | 59.17 | 230.62 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 0 | 241 | 0.56 | 1 | 0 | 0.05 | 266.39 | 1 | 0.47 |
| Hex | 6A | 0 | F1 | 38 | 64 | 0 | 5 | 10A | 64 | 2F |
| Octal | 152 | 0 | 361 | 70 | 144 | 0 | 5 | 412 | 144 | 57 |
| Binary | 1101010 | 0 | 11110001 | 111000 | 1100100 | 0 | 101 | 100001010 | 1100100 | 101111 |
Color Harmonies of #6A00F1
Complementary color
Monochromatic Colors of #6A00F1
Black with #6A00F1
Text Example
Text Example
White with #6A00F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A00F1; }
p { color: rgb(106,0,241); }
H1.HeaderClassName
{
color: #6A00F1;
}
.AnyTagClassName
{
color: #6A00F1;
}
</style>
background-color css
<style>
a { background-color: #6A00F1; }
a { background-color: rgb(106,0,241); }
div.DivClassName
{
background-color: #6A00F1;
}
.BgClassName
{
background-color: #6A00F1;
}
</style>
border-color css
<style>
span { border-color: #6A00F1; }
span { border-color: rgb(106,0,241); }
td.TdClassName
{
border-color: #6A00F1;
}
.TagClassName
{
border-color: #6A00F1;
}
</style>