Shades of Electric Indigo #6B12FF
Tints of Electric Indigo #6B12FF
RGB
CMYK
RGB Variations
Color information
#6B12FF (or 0x6B12FF) is known color: Electric Indigo. HEX triplet: 6B, 12 and FF. RGB value is (107,18,255). Sum of RGB (Red+Green+Blue) = 107+18+255=380 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.16% from 380); Green value is 18 (7.42% from 255 or 4.74% from 380); Blue value is 255 (100% from 255 or 67.11% from 380); Max value from RGB is 255 - color contains mainly: blue. Hex color #6B12FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6B12FF is #94ED00. Grayscale: #464646. Windows color (decimal): -9760001 or 16716395. OLE color: 16716395.
HSL color Cylindrical-coordinate representation of color #6B12FF: hue angle of 262.53º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6B12FF is Cyan = 0.58, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 107 | 18 | 255 | - |
| CMYK | 0.58 | 0.93 | 0 | 0 |
| HSL | 262.53º | 1% | 0.54% | - |
| HSV(B) | 262.53º | 0.93% | 1% | - |
| XYZ | 24.33 | 10.78 | 95.41 | - |
| YUV | 71.63 | 231.49 | 153.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 18 | 255 | 0.58 | 0.93 | 0 | 0 | 262.53 | 1 | 0.54 |
| Hex | 6B | 12 | FF | 3A | 5D | 0 | 0 | 107 | 64 | 36 |
| Octal | 153 | 22 | 377 | 72 | 135 | 0 | 0 | 407 | 144 | 66 |
| Binary | 1101011 | 10010 | 11111111 | 111010 | 1011101 | 0 | 0 | 100000111 | 1100100 | 110110 |
Color Harmonies of #6B12FF
Complementary color
Monochromatic Colors of #6B12FF
Black with #6B12FF
Text Example
Text Example
White with #6B12FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B12FF; }
p { color: rgb(107,18,255); }
H1.HeaderClassName
{
color: #6B12FF;
}
.AnyTagClassName
{
color: #6B12FF;
}
</style>
background-color css
<style>
a { background-color: #6B12FF; }
a { background-color: rgb(107,18,255); }
div.DivClassName
{
background-color: #6B12FF;
}
.BgClassName
{
background-color: #6B12FF;
}
</style>
border-color css
<style>
span { border-color: #6B12FF; }
span { border-color: rgb(107,18,255); }
td.TdClassName
{
border-color: #6B12FF;
}
.TagClassName
{
border-color: #6B12FF;
}
</style>