Shades of Electric Indigo #6A09FF
Tints of Electric Indigo #6A09FF
RGB
CMYK
RGB Variations
Color information
#6A09FF (or 0x6A09FF) is known color: Electric Indigo. HEX triplet: 6A, 09 and FF. RGB value is (106,9,255). Sum of RGB (Red+Green+Blue) = 106+9+255=370 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.65% from 370); Green value is 9 (3.91% from 255 or 2.43% from 370); Blue value is 255 (100% from 255 or 68.92% from 370); Max value from RGB is 255 - color contains mainly: blue. Hex color #6A09FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6A09FF is #95F600. Grayscale: #414141. Windows color (decimal): -9827841 or 16714090. OLE color: 16714090.
HSL color Cylindrical-coordinate representation of color #6A09FF: hue angle of 263.66º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6A09FF is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 106 | 9 | 255 | - |
| CMYK | 0.58 | 0.96 | 0 | 0 |
| HSL | 263.66º | 1% | 0.52% | - |
| HSV(B) | 263.66º | 0.96% | 1% | - |
| XYZ | 24.09 | 10.48 | 95.36 | - |
| YUV | 66.05 | 234.64 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 9 | 255 | 0.58 | 0.96 | 0 | 0 | 263.66 | 1 | 0.52 |
| Hex | 6A | 9 | FF | 3A | 60 | 0 | 0 | 108 | 64 | 34 |
| Octal | 152 | 11 | 377 | 72 | 140 | 0 | 0 | 410 | 144 | 64 |
| Binary | 1101010 | 1001 | 11111111 | 111010 | 1100000 | 0 | 0 | 100001000 | 1100100 | 110100 |
Color Harmonies of #6A09FF
Complementary color
Monochromatic Colors of #6A09FF
Black with #6A09FF
Text Example
Text Example
White with #6A09FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A09FF; }
p { color: rgb(106,9,255); }
H1.HeaderClassName
{
color: #6A09FF;
}
.AnyTagClassName
{
color: #6A09FF;
}
</style>
background-color css
<style>
a { background-color: #6A09FF; }
a { background-color: rgb(106,9,255); }
div.DivClassName
{
background-color: #6A09FF;
}
.BgClassName
{
background-color: #6A09FF;
}
</style>
border-color css
<style>
span { border-color: #6A09FF; }
span { border-color: rgb(106,9,255); }
td.TdClassName
{
border-color: #6A09FF;
}
.TagClassName
{
border-color: #6A09FF;
}
</style>