Shades of Electric Indigo #6B18FE
Tints of Electric Indigo #6B18FE
RGB
CMYK
RGB Variations
Color information
#6B18FE (or 0x6B18FE) is known color: Electric Indigo. HEX triplet: 6B, 18 and FE. RGB value is (107,24,254). Sum of RGB (Red+Green+Blue) = 107+24+254=385 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.79% from 385); Green value is 24 (9.77% from 255 or 6.23% from 385); Blue value is 254 (99.61% from 255 or 65.97% from 385); Max value from RGB is 254 - color contains mainly: blue. Hex color #6B18FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6B18FE is #94E701. Grayscale: #4A4A4A. Windows color (decimal): -9758466 or 16652395. OLE color: 16652395.
HSL color Cylindrical-coordinate representation of color #6B18FE: hue angle of 261.65º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6B18FE is Cyan = 0.58, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 107 | 24 | 254 | - |
| CMYK | 0.58 | 0.91 | 0 | 0.00 |
| HSL | 261.65º | 0.99% | 0.55% | - |
| HSV(B) | 261.65º | 0.91% | 1% | - |
| XYZ | 24.28 | 10.93 | 94.6 | - |
| YUV | 75.04 | 229 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 24 | 254 | 0.58 | 0.91 | 0 | 0.00 | 261.65 | 0.99 | 0.55 |
| Hex | 6B | 18 | FE | 3A | 5B | 0 | 0 | 106 | 63 | 37 |
| Octal | 153 | 30 | 376 | 72 | 133 | 0 | 0 | 406 | 143 | 67 |
| Binary | 1101011 | 11000 | 11111110 | 111010 | 1011011 | 0 | 0 | 100000110 | 1100011 | 110111 |
Color Harmonies of #6B18FE
Complementary color
Monochromatic Colors of #6B18FE
Black with #6B18FE
Text Example
Text Example
White with #6B18FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B18FE; }
p { color: rgb(107,24,254); }
H1.HeaderClassName
{
color: #6B18FE;
}
.AnyTagClassName
{
color: #6B18FE;
}
</style>
background-color css
<style>
a { background-color: #6B18FE; }
a { background-color: rgb(107,24,254); }
div.DivClassName
{
background-color: #6B18FE;
}
.BgClassName
{
background-color: #6B18FE;
}
</style>
border-color css
<style>
span { border-color: #6B18FE; }
span { border-color: rgb(107,24,254); }
td.TdClassName
{
border-color: #6B18FE;
}
.TagClassName
{
border-color: #6B18FE;
}
</style>