Shades of Electric Indigo #6B17FC
Tints of Electric Indigo #6B17FC
RGB
CMYK
RGB Variations
Color information
#6B17FC (or 0x6B17FC) is known color: Electric Indigo. HEX triplet: 6B, 17 and FC. RGB value is (107,23,252). Sum of RGB (Red+Green+Blue) = 107+23+252=382 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.01% from 382); Green value is 23 (9.38% from 255 or 6.02% from 382); Blue value is 252 (98.83% from 255 or 65.97% from 382); Max value from RGB is 252 - color contains mainly: blue. Hex color #6B17FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6B17FC is #94E803. Grayscale: #494949. Windows color (decimal): -9758724 or 16521067. OLE color: 16521067.
HSL color Cylindrical-coordinate representation of color #6B17FC: hue angle of 262.01º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6B17FC is Cyan = 0.58, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 23 | 252 | - |
| CMYK | 0.58 | 0.91 | 0 | 0.01 |
| HSL | 262.01º | 0.97% | 0.54% | - |
| HSV(B) | 262.01º | 0.91% | 0.99% | - |
| XYZ | 23.94 | 10.77 | 92.91 | - |
| YUV | 74.22 | 228.33 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 23 | 252 | 0.58 | 0.91 | 0 | 0.01 | 262.01 | 0.97 | 0.54 |
| Hex | 6B | 17 | FC | 3A | 5B | 0 | 1 | 106 | 61 | 36 |
| Octal | 153 | 27 | 374 | 72 | 133 | 0 | 1 | 406 | 141 | 66 |
| Binary | 1101011 | 10111 | 11111100 | 111010 | 1011011 | 0 | 1 | 100000110 | 1100001 | 110110 |
Color Harmonies of #6B17FC
Complementary color
Monochromatic Colors of #6B17FC
Black with #6B17FC
Text Example
Text Example
White with #6B17FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B17FC; }
p { color: rgb(107,23,252); }
H1.HeaderClassName
{
color: #6B17FC;
}
.AnyTagClassName
{
color: #6B17FC;
}
</style>
background-color css
<style>
a { background-color: #6B17FC; }
a { background-color: rgb(107,23,252); }
div.DivClassName
{
background-color: #6B17FC;
}
.BgClassName
{
background-color: #6B17FC;
}
</style>
border-color css
<style>
span { border-color: #6B17FC; }
span { border-color: rgb(107,23,252); }
td.TdClassName
{
border-color: #6B17FC;
}
.TagClassName
{
border-color: #6B17FC;
}
</style>