Shades of Electric Indigo #6D17F5
Tints of Electric Indigo #6D17F5
RGB
CMYK
RGB Variations
Color information
#6D17F5 (or 0x6D17F5) is known color: Electric Indigo. HEX triplet: 6D, 17 and F5. RGB value is (109,23,245). Sum of RGB (Red+Green+Blue) = 109+23+245=377 (49% of max value = 765). Red value is 109 (42.97% from 255 or 28.91% from 377); Green value is 23 (9.38% from 255 or 6.10% from 377); Blue value is 245 (96.09% from 255 or 64.99% from 377); Max value from RGB is 245 - color contains mainly: blue. Hex color #6D17F5 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6D17F5 is #92E80A. Grayscale: #494949. Windows color (decimal): -9627659 or 16062317. OLE color: 16062317.
HSL color Cylindrical-coordinate representation of color #6D17F5: hue angle of 263.24º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6D17F5 is Cyan = 0.56, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 109 | 23 | 245 | - |
| CMYK | 0.56 | 0.91 | 0 | 0.04 |
| HSL | 263.24º | 0.92% | 0.53% | - |
| HSV(B) | 263.24º | 0.91% | 0.96% | - |
| XYZ | 23.09 | 10.46 | 87.19 | - |
| YUV | 74.02 | 224.49 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 23 | 245 | 0.56 | 0.91 | 0 | 0.04 | 263.24 | 0.92 | 0.53 |
| Hex | 6D | 17 | F5 | 38 | 5B | 0 | 4 | 107 | 5C | 35 |
| Octal | 155 | 27 | 365 | 70 | 133 | 0 | 4 | 407 | 134 | 65 |
| Binary | 1101101 | 10111 | 11110101 | 111000 | 1011011 | 0 | 100 | 100000111 | 1011100 | 110101 |
Color Harmonies of #6D17F5
Complementary color
Monochromatic Colors of #6D17F5
Black with #6D17F5
Text Example
Text Example
White with #6D17F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D17F5; }
p { color: rgb(109,23,245); }
H1.HeaderClassName
{
color: #6D17F5;
}
.AnyTagClassName
{
color: #6D17F5;
}
</style>
background-color css
<style>
a { background-color: #6D17F5; }
a { background-color: rgb(109,23,245); }
div.DivClassName
{
background-color: #6D17F5;
}
.BgClassName
{
background-color: #6D17F5;
}
</style>
border-color css
<style>
span { border-color: #6D17F5; }
span { border-color: rgb(109,23,245); }
td.TdClassName
{
border-color: #6D17F5;
}
.TagClassName
{
border-color: #6D17F5;
}
</style>