Shades of Electric Indigo #6709F4
Tints of Electric Indigo #6709F4
RGB
CMYK
RGB Variations
Color information
#6709F4 (or 0x6709F4) is known color: Electric Indigo. HEX triplet: 67, 09 and F4. RGB value is (103,9,244). Sum of RGB (Red+Green+Blue) = 103+9+244=356 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.93% from 356); Green value is 9 (3.91% from 255 or 2.53% from 356); Blue value is 244 (95.70% from 255 or 68.54% from 356); Max value from RGB is 244 - color contains mainly: blue. Hex color #6709F4 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6709F4 is #98F60B. Grayscale: #3F3F3F. Windows color (decimal): -10024460 or 15993191. OLE color: 15993191.
HSL color Cylindrical-coordinate representation of color #6709F4: hue angle of 264º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6709F4 is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 103 | 9 | 244 | - |
| CMYK | 0.58 | 0.96 | 0 | 0.04 |
| HSL | 264º | 0.93% | 0.5% | - |
| HSV(B) | 264º | 0.96% | 0.96% | - |
| XYZ | 22.02 | 9.61 | 86.28 | - |
| YUV | 63.9 | 229.64 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 9 | 244 | 0.58 | 0.96 | 0 | 0.04 | 264 | 0.93 | 0.5 |
| Hex | 67 | 9 | F4 | 3A | 60 | 0 | 4 | 108 | 5D | 32 |
| Octal | 147 | 11 | 364 | 72 | 140 | 0 | 4 | 410 | 135 | 62 |
| Binary | 1100111 | 1001 | 11110100 | 111010 | 1100000 | 0 | 100 | 100001000 | 1011101 | 110010 |
Color Harmonies of #6709F4
Complementary color
Monochromatic Colors of #6709F4
Black with #6709F4
Text Example
Text Example
White with #6709F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6709F4; }
p { color: rgb(103,9,244); }
H1.HeaderClassName
{
color: #6709F4;
}
.AnyTagClassName
{
color: #6709F4;
}
</style>
background-color css
<style>
a { background-color: #6709F4; }
a { background-color: rgb(103,9,244); }
div.DivClassName
{
background-color: #6709F4;
}
.BgClassName
{
background-color: #6709F4;
}
</style>
border-color css
<style>
span { border-color: #6709F4; }
span { border-color: rgb(103,9,244); }
td.TdClassName
{
border-color: #6709F4;
}
.TagClassName
{
border-color: #6709F4;
}
</style>