Shades of Electric Indigo #6A01FF
Tints of Electric Indigo #6A01FF
RGB
CMYK
RGB Variations
Color information
#6A01FF (or 0x6A01FF) is known color: Electric Indigo. HEX triplet: 6A, 01 and FF. RGB value is (106,1,255). Sum of RGB (Red+Green+Blue) = 106+1+255=362 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.28% from 362); Green value is 1 (0.78% from 255 or 0.28% from 362); Blue value is 255 (100% from 255 or 70.44% from 362); Max value from RGB is 255 - color contains mainly: blue. Hex color #6A01FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6A01FF is #95FE00. Grayscale: #3C3C3C. Windows color (decimal): -9829889 or 16712042. OLE color: 16712042.
HSL color Cylindrical-coordinate representation of color #6A01FF: hue angle of 264.8º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6A01FF is Cyan = 0.58, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 106 | 1 | 255 | - |
| CMYK | 0.58 | 1.00 | 0 | 0 |
| HSL | 264.8º | 1% | 0.5% | - |
| HSV(B) | 264.8º | 1% | 1% | - |
| XYZ | 24 | 10.31 | 95.33 | - |
| YUV | 61.35 | 237.29 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 1 | 255 | 0.58 | 1.00 | 0 | 0 | 264.8 | 1 | 0.5 |
| Hex | 6A | 1 | FF | 3A | 64 | 0 | 0 | 109 | 64 | 32 |
| Octal | 152 | 1 | 377 | 72 | 144 | 0 | 0 | 411 | 144 | 62 |
| Binary | 1101010 | 1 | 11111111 | 111010 | 1100100 | 0 | 0 | 100001001 | 1100100 | 110010 |
Color Harmonies of #6A01FF
Complementary color
Monochromatic Colors of #6A01FF
Black with #6A01FF
Text Example
Text Example
White with #6A01FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A01FF; }
p { color: rgb(106,1,255); }
H1.HeaderClassName
{
color: #6A01FF;
}
.AnyTagClassName
{
color: #6A01FF;
}
</style>
background-color css
<style>
a { background-color: #6A01FF; }
a { background-color: rgb(106,1,255); }
div.DivClassName
{
background-color: #6A01FF;
}
.BgClassName
{
background-color: #6A01FF;
}
</style>
border-color css
<style>
span { border-color: #6A01FF; }
span { border-color: rgb(106,1,255); }
td.TdClassName
{
border-color: #6A01FF;
}
.TagClassName
{
border-color: #6A01FF;
}
</style>