Shades of Electric Indigo #6A0BFE
Tints of Electric Indigo #6A0BFE
RGB
CMYK
RGB Variations
Color information
#6A0BFE (or 0x6A0BFE) is known color: Electric Indigo. HEX triplet: 6A, 0B and FE. RGB value is (106,11,254). Sum of RGB (Red+Green+Blue) = 106+11+254=371 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.57% from 371); Green value is 11 (4.69% from 255 or 2.96% from 371); Blue value is 254 (99.61% from 255 or 68.46% from 371); Max value from RGB is 254 - color contains mainly: blue. Hex color #6A0BFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6A0BFE is #95F401. Grayscale: #424242. Windows color (decimal): -9827330 or 16649066. OLE color: 16649066.
HSL color Cylindrical-coordinate representation of color #6A0BFE: hue angle of 263.46º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6A0BFE is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 106 | 11 | 254 | - |
| CMYK | 0.58 | 0.96 | 0 | 0.00 |
| HSL | 263.46º | 0.99% | 0.52% | - |
| HSV(B) | 263.46º | 0.96% | 1% | - |
| XYZ | 23.95 | 10.46 | 94.52 | - |
| YUV | 67.11 | 233.47 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 11 | 254 | 0.58 | 0.96 | 0 | 0.00 | 263.46 | 0.99 | 0.52 |
| Hex | 6A | B | FE | 3A | 60 | 0 | 0 | 107 | 63 | 34 |
| Octal | 152 | 13 | 376 | 72 | 140 | 0 | 0 | 407 | 143 | 64 |
| Binary | 1101010 | 1011 | 11111110 | 111010 | 1100000 | 0 | 0 | 100000111 | 1100011 | 110100 |
Color Harmonies of #6A0BFE
Complementary color
Monochromatic Colors of #6A0BFE
Black with #6A0BFE
Text Example
Text Example
White with #6A0BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0BFE; }
p { color: rgb(106,11,254); }
H1.HeaderClassName
{
color: #6A0BFE;
}
.AnyTagClassName
{
color: #6A0BFE;
}
</style>
background-color css
<style>
a { background-color: #6A0BFE; }
a { background-color: rgb(106,11,254); }
div.DivClassName
{
background-color: #6A0BFE;
}
.BgClassName
{
background-color: #6A0BFE;
}
</style>
border-color css
<style>
span { border-color: #6A0BFE; }
span { border-color: rgb(106,11,254); }
td.TdClassName
{
border-color: #6A0BFE;
}
.TagClassName
{
border-color: #6A0BFE;
}
</style>