Shades of Electric Indigo #6B10EA
Tints of Electric Indigo #6B10EA
RGB
CMYK
RGB Variations
Color information
#6B10EA (or 0x6B10EA) is known color: Electric Indigo. HEX triplet: 6B, 10 and EA. RGB value is (107,16,234). Sum of RGB (Red+Green+Blue) = 107+16+234=357 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.97% from 357); Green value is 16 (6.64% from 255 or 4.48% from 357); Blue value is 234 (91.80% from 255 or 65.55% from 357); Max value from RGB is 234 - color contains mainly: blue. Hex color #6B10EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6B10EA is #94EF15. Grayscale: #434343. Windows color (decimal): -9760534 or 15339627. OLE color: 15339627.
HSL color Cylindrical-coordinate representation of color #6B10EA: hue angle of 265.05º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6B10EA is Cyan = 0.54, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 107 | 16 | 234 | - |
| CMYK | 0.54 | 0.93 | 0 | 0.08 |
| HSL | 265.05º | 0.87% | 0.49% | - |
| HSV(B) | 265.05º | 0.93% | 0.92% | - |
| XYZ | 21.1 | 9.44 | 78.55 | - |
| YUV | 68.06 | 221.65 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 16 | 234 | 0.54 | 0.93 | 0 | 0.08 | 265.05 | 0.87 | 0.49 |
| Hex | 6B | 10 | EA | 36 | 5D | 0 | 8 | 109 | 57 | 31 |
| Octal | 153 | 20 | 352 | 66 | 135 | 0 | 10 | 411 | 127 | 61 |
| Binary | 1101011 | 10000 | 11101010 | 110110 | 1011101 | 0 | 1000 | 100001001 | 1010111 | 110001 |
Color Harmonies of #6B10EA
Complementary color
Monochromatic Colors of #6B10EA
Black with #6B10EA
Text Example
Text Example
White with #6B10EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B10EA; }
p { color: rgb(107,16,234); }
H1.HeaderClassName
{
color: #6B10EA;
}
.AnyTagClassName
{
color: #6B10EA;
}
</style>
background-color css
<style>
a { background-color: #6B10EA; }
a { background-color: rgb(107,16,234); }
div.DivClassName
{
background-color: #6B10EA;
}
.BgClassName
{
background-color: #6B10EA;
}
</style>
border-color css
<style>
span { border-color: #6B10EA; }
span { border-color: rgb(107,16,234); }
td.TdClassName
{
border-color: #6B10EA;
}
.TagClassName
{
border-color: #6B10EA;
}
</style>