Shades of Electric Indigo #6A0CFF
Tints of Electric Indigo #6A0CFF
RGB
CMYK
RGB Variations
Color information
#6A0CFF (or 0x6A0CFF) is known color: Electric Indigo. HEX triplet: 6A, 0C and FF. RGB value is (106,12,255). Sum of RGB (Red+Green+Blue) = 106+12+255=373 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.42% from 373); Green value is 12 (5.08% from 255 or 3.22% from 373); Blue value is 255 (100% from 255 or 68.36% from 373); Max value from RGB is 255 - color contains mainly: blue. Hex color #6A0CFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6A0CFF is #95F300. Grayscale: #424242. Windows color (decimal): -9827073 or 16714858. OLE color: 16714858.
HSL color Cylindrical-coordinate representation of color #6A0CFF: hue angle of 263.21º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6A0CFF is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 106 | 12 | 255 | - |
| CMYK | 0.58 | 0.95 | 0 | 0 |
| HSL | 263.21º | 1% | 0.52% | - |
| HSV(B) | 263.21º | 0.95% | 1% | - |
| XYZ | 24.13 | 10.55 | 95.37 | - |
| YUV | 67.81 | 233.64 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 12 | 255 | 0.58 | 0.95 | 0 | 0 | 263.21 | 1 | 0.52 |
| Hex | 6A | C | FF | 3A | 5F | 0 | 0 | 107 | 64 | 34 |
| Octal | 152 | 14 | 377 | 72 | 137 | 0 | 0 | 407 | 144 | 64 |
| Binary | 1101010 | 1100 | 11111111 | 111010 | 1011111 | 0 | 0 | 100000111 | 1100100 | 110100 |
Color Harmonies of #6A0CFF
Complementary color
Monochromatic Colors of #6A0CFF
Black with #6A0CFF
Text Example
Text Example
White with #6A0CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0CFF; }
p { color: rgb(106,12,255); }
H1.HeaderClassName
{
color: #6A0CFF;
}
.AnyTagClassName
{
color: #6A0CFF;
}
</style>
background-color css
<style>
a { background-color: #6A0CFF; }
a { background-color: rgb(106,12,255); }
div.DivClassName
{
background-color: #6A0CFF;
}
.BgClassName
{
background-color: #6A0CFF;
}
</style>
border-color css
<style>
span { border-color: #6A0CFF; }
span { border-color: rgb(106,12,255); }
td.TdClassName
{
border-color: #6A0CFF;
}
.TagClassName
{
border-color: #6A0CFF;
}
</style>