Shades of Electric Indigo #6B18EE
Tints of Electric Indigo #6B18EE
RGB
CMYK
RGB Variations
Color information
#6B18EE (or 0x6B18EE) is known color: Electric Indigo. HEX triplet: 6B, 18 and EE. RGB value is (107,24,238). Sum of RGB (Red+Green+Blue) = 107+24+238=369 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.00% from 369); Green value is 24 (9.77% from 255 or 6.50% from 369); Blue value is 238 (93.36% from 255 or 64.50% from 369); Max value from RGB is 238 - color contains mainly: blue. Hex color #6B18EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6B18EE is #94E711. Grayscale: #484848. Windows color (decimal): -9758482 or 15603819. OLE color: 15603819.
HSL color Cylindrical-coordinate representation of color #6B18EE: hue angle of 263.27º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6B18EE is Cyan = 0.55, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 24 | 238 | - |
| CMYK | 0.55 | 0.90 | 0 | 0.07 |
| HSL | 263.27º | 0.86% | 0.51% | - |
| HSV(B) | 263.27º | 0.9% | 0.93% | - |
| XYZ | 21.82 | 9.95 | 81.66 | - |
| YUV | 73.21 | 221 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 24 | 238 | 0.55 | 0.90 | 0 | 0.07 | 263.27 | 0.86 | 0.51 |
| Hex | 6B | 18 | EE | 37 | 5A | 0 | 7 | 107 | 56 | 33 |
| Octal | 153 | 30 | 356 | 67 | 132 | 0 | 7 | 407 | 126 | 63 |
| Binary | 1101011 | 11000 | 11101110 | 110111 | 1011010 | 0 | 111 | 100000111 | 1010110 | 110011 |
Color Harmonies of #6B18EE
Complementary color
Monochromatic Colors of #6B18EE
Black with #6B18EE
Text Example
Text Example
White with #6B18EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B18EE; }
p { color: rgb(107,24,238); }
H1.HeaderClassName
{
color: #6B18EE;
}
.AnyTagClassName
{
color: #6B18EE;
}
</style>
background-color css
<style>
a { background-color: #6B18EE; }
a { background-color: rgb(107,24,238); }
div.DivClassName
{
background-color: #6B18EE;
}
.BgClassName
{
background-color: #6B18EE;
}
</style>
border-color css
<style>
span { border-color: #6B18EE; }
span { border-color: rgb(107,24,238); }
td.TdClassName
{
border-color: #6B18EE;
}
.TagClassName
{
border-color: #6B18EE;
}
</style>