Shades of Electric Indigo #6A00EF
Tints of Electric Indigo #6A00EF
RGB
CMYK
RGB Variations
Color information
#6A00EF (or 0x6A00EF) is known color: Electric Indigo. HEX triplet: 6A, 00 and EF. RGB value is (106,0,239). Sum of RGB (Red+Green+Blue) = 106+0+239=345 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.72% from 345); Green value is 0 (0.39% from 255 or 0% from 345); Blue value is 239 (93.75% from 255 or 69.28% from 345); Max value from RGB is 239 - color contains mainly: blue. Hex color #6A00EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6A00EF is #95FF10. Grayscale: #3A3A3A. Windows color (decimal): -9830161 or 15663210. OLE color: 15663210.
HSL color Cylindrical-coordinate representation of color #6A00EF: hue angle of 266.61º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6A00EF is Cyan = 0.56, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 106 | 0 | 239 | - |
| CMYK | 0.56 | 1 | 0 | 0.06 |
| HSL | 266.61º | 1% | 0.47% | - |
| HSV(B) | 266.61º | 1% | 0.94% | - |
| XYZ | 21.52 | 9.3 | 82.32 | - |
| YUV | 58.94 | 229.62 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 0 | 239 | 0.56 | 1 | 0 | 0.06 | 266.61 | 1 | 0.47 |
| Hex | 6A | 0 | EF | 38 | 64 | 0 | 6 | 10B | 64 | 2F |
| Octal | 152 | 0 | 357 | 70 | 144 | 0 | 6 | 413 | 144 | 57 |
| Binary | 1101010 | 0 | 11101111 | 111000 | 1100100 | 0 | 110 | 100001011 | 1100100 | 101111 |
Color Harmonies of #6A00EF
Complementary color
Monochromatic Colors of #6A00EF
Black with #6A00EF
Text Example
Text Example
White with #6A00EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A00EF; }
p { color: rgb(106,0,239); }
H1.HeaderClassName
{
color: #6A00EF;
}
.AnyTagClassName
{
color: #6A00EF;
}
</style>
background-color css
<style>
a { background-color: #6A00EF; }
a { background-color: rgb(106,0,239); }
div.DivClassName
{
background-color: #6A00EF;
}
.BgClassName
{
background-color: #6A00EF;
}
</style>
border-color css
<style>
span { border-color: #6A00EF; }
span { border-color: rgb(106,0,239); }
td.TdClassName
{
border-color: #6A00EF;
}
.TagClassName
{
border-color: #6A00EF;
}
</style>