Shades of Electric Indigo #6B17F9
Tints of Electric Indigo #6B17F9
RGB
CMYK
RGB Variations
Color information
#6B17F9 (or 0x6B17F9) is known color: Electric Indigo. HEX triplet: 6B, 17 and F9. RGB value is (107,23,249). Sum of RGB (Red+Green+Blue) = 107+23+249=379 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.23% from 379); Green value is 23 (9.38% from 255 or 6.07% from 379); Blue value is 249 (97.66% from 255 or 65.70% from 379); Max value from RGB is 249 - color contains mainly: blue. Hex color #6B17F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6B17F9 is #94E806. Grayscale: #494949. Windows color (decimal): -9758727 or 16324459. OLE color: 16324459.
HSL color Cylindrical-coordinate representation of color #6B17F9: hue angle of 262.3º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6B17F9 is Cyan = 0.57, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 107 | 23 | 249 | - |
| CMYK | 0.57 | 0.91 | 0 | 0.02 |
| HSL | 262.3º | 0.95% | 0.53% | - |
| HSV(B) | 262.3º | 0.91% | 0.98% | - |
| XYZ | 23.47 | 10.58 | 90.43 | - |
| YUV | 73.88 | 226.83 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 23 | 249 | 0.57 | 0.91 | 0 | 0.02 | 262.3 | 0.95 | 0.53 |
| Hex | 6B | 17 | F9 | 39 | 5B | 0 | 2 | 106 | 5F | 35 |
| Octal | 153 | 27 | 371 | 71 | 133 | 0 | 2 | 406 | 137 | 65 |
| Binary | 1101011 | 10111 | 11111001 | 111001 | 1011011 | 0 | 10 | 100000110 | 1011111 | 110101 |
Color Harmonies of #6B17F9
Complementary color
Monochromatic Colors of #6B17F9
Black with #6B17F9
Text Example
Text Example
White with #6B17F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B17F9; }
p { color: rgb(107,23,249); }
H1.HeaderClassName
{
color: #6B17F9;
}
.AnyTagClassName
{
color: #6B17F9;
}
</style>
background-color css
<style>
a { background-color: #6B17F9; }
a { background-color: rgb(107,23,249); }
div.DivClassName
{
background-color: #6B17F9;
}
.BgClassName
{
background-color: #6B17F9;
}
</style>
border-color css
<style>
span { border-color: #6B17F9; }
span { border-color: rgb(107,23,249); }
td.TdClassName
{
border-color: #6B17F9;
}
.TagClassName
{
border-color: #6B17F9;
}
</style>