Shades of Electric Indigo #6A0AF3
Tints of Electric Indigo #6A0AF3
RGB
CMYK
RGB Variations
Color information
#6A0AF3 (or 0x6A0AF3) is known color: Electric Indigo. HEX triplet: 6A, 0A and F3. RGB value is (106,10,243). Sum of RGB (Red+Green+Blue) = 106+10+243=359 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.53% from 359); Green value is 10 (4.30% from 255 or 2.79% from 359); Blue value is 243 (95.31% from 255 or 67.69% from 359); Max value from RGB is 243 - color contains mainly: blue. Hex color #6A0AF3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6A0AF3 is #95F50C. Grayscale: #404040. Windows color (decimal): -9827597 or 15927914. OLE color: 15927914.
HSL color Cylindrical-coordinate representation of color #6A0AF3: hue angle of 264.72º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6A0AF3 is Cyan = 0.56, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 106 | 10 | 243 | - |
| CMYK | 0.56 | 0.96 | 0 | 0.05 |
| HSL | 264.72º | 0.92% | 0.5% | - |
| HSV(B) | 264.72º | 0.96% | 0.95% | - |
| XYZ | 22.23 | 9.75 | 85.5 | - |
| YUV | 65.27 | 228.3 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 10 | 243 | 0.56 | 0.96 | 0 | 0.05 | 264.72 | 0.92 | 0.5 |
| Hex | 6A | A | F3 | 38 | 60 | 0 | 5 | 109 | 5C | 32 |
| Octal | 152 | 12 | 363 | 70 | 140 | 0 | 5 | 411 | 134 | 62 |
| Binary | 1101010 | 1010 | 11110011 | 111000 | 1100000 | 0 | 101 | 100001001 | 1011100 | 110010 |
Color Harmonies of #6A0AF3
Complementary color
Monochromatic Colors of #6A0AF3
Black with #6A0AF3
Text Example
Text Example
White with #6A0AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0AF3; }
p { color: rgb(106,10,243); }
H1.HeaderClassName
{
color: #6A0AF3;
}
.AnyTagClassName
{
color: #6A0AF3;
}
</style>
background-color css
<style>
a { background-color: #6A0AF3; }
a { background-color: rgb(106,10,243); }
div.DivClassName
{
background-color: #6A0AF3;
}
.BgClassName
{
background-color: #6A0AF3;
}
</style>
border-color css
<style>
span { border-color: #6A0AF3; }
span { border-color: rgb(106,10,243); }
td.TdClassName
{
border-color: #6A0AF3;
}
.TagClassName
{
border-color: #6A0AF3;
}
</style>