Shades of Electric Indigo #6A0BF4
Tints of Electric Indigo #6A0BF4
RGB
CMYK
RGB Variations
Color information
#6A0BF4 (or 0x6A0BF4) is known color: Electric Indigo. HEX triplet: 6A, 0B and F4. RGB value is (106,11,244). Sum of RGB (Red+Green+Blue) = 106+11+244=361 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.36% from 361); Green value is 11 (4.69% from 255 or 3.05% from 361); Blue value is 244 (95.70% from 255 or 67.59% from 361); Max value from RGB is 244 - color contains mainly: blue. Hex color #6A0BF4 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6A0BF4 is #95F40B. Grayscale: #414141. Windows color (decimal): -9827340 or 15993706. OLE color: 15993706.
HSL color Cylindrical-coordinate representation of color #6A0BF4: hue angle of 264.46º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6A0BF4 is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 106 | 11 | 244 | - |
| CMYK | 0.57 | 0.95 | 0 | 0.04 |
| HSL | 264.46º | 0.91% | 0.5% | - |
| HSV(B) | 264.46º | 0.95% | 0.96% | - |
| XYZ | 22.39 | 9.84 | 86.31 | - |
| YUV | 65.97 | 228.47 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 11 | 244 | 0.57 | 0.95 | 0 | 0.04 | 264.46 | 0.91 | 0.5 |
| Hex | 6A | B | F4 | 39 | 5F | 0 | 4 | 108 | 5B | 32 |
| Octal | 152 | 13 | 364 | 71 | 137 | 0 | 4 | 410 | 133 | 62 |
| Binary | 1101010 | 1011 | 11110100 | 111001 | 1011111 | 0 | 100 | 100001000 | 1011011 | 110010 |
Color Harmonies of #6A0BF4
Complementary color
Monochromatic Colors of #6A0BF4
Black with #6A0BF4
Text Example
Text Example
White with #6A0BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0BF4; }
p { color: rgb(106,11,244); }
H1.HeaderClassName
{
color: #6A0BF4;
}
.AnyTagClassName
{
color: #6A0BF4;
}
</style>
background-color css
<style>
a { background-color: #6A0BF4; }
a { background-color: rgb(106,11,244); }
div.DivClassName
{
background-color: #6A0BF4;
}
.BgClassName
{
background-color: #6A0BF4;
}
</style>
border-color css
<style>
span { border-color: #6A0BF4; }
span { border-color: rgb(106,11,244); }
td.TdClassName
{
border-color: #6A0BF4;
}
.TagClassName
{
border-color: #6A0BF4;
}
</style>