Shades of Electric Indigo #6709EA
Tints of Electric Indigo #6709EA
RGB
CMYK
RGB Variations
Color information
#6709EA (or 0x6709EA) is known color: Electric Indigo. HEX triplet: 67, 09 and EA. RGB value is (103,9,234). Sum of RGB (Red+Green+Blue) = 103+9+234=346 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.77% from 346); Green value is 9 (3.91% from 255 or 2.60% from 346); Blue value is 234 (91.80% from 255 or 67.63% from 346); Max value from RGB is 234 - color contains mainly: blue. Hex color #6709EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6709EA is #98F615. Grayscale: #3D3D3D. Windows color (decimal): -10024470 or 15337831. OLE color: 15337831.
HSL color Cylindrical-coordinate representation of color #6709EA: hue angle of 265.07º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6709EA is Cyan = 0.56, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 103 | 9 | 234 | - |
| CMYK | 0.56 | 0.96 | 0 | 0.08 |
| HSL | 265.07º | 0.93% | 0.48% | - |
| HSV(B) | 265.07º | 0.96% | 0.92% | - |
| XYZ | 20.54 | 9.02 | 78.5 | - |
| YUV | 62.76 | 224.64 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 9 | 234 | 0.56 | 0.96 | 0 | 0.08 | 265.07 | 0.93 | 0.48 |
| Hex | 67 | 9 | EA | 38 | 60 | 0 | 8 | 109 | 5D | 30 |
| Octal | 147 | 11 | 352 | 70 | 140 | 0 | 10 | 411 | 135 | 60 |
| Binary | 1100111 | 1001 | 11101010 | 111000 | 1100000 | 0 | 1000 | 100001001 | 1011101 | 110000 |
Color Harmonies of #6709EA
Complementary color
Monochromatic Colors of #6709EA
Black with #6709EA
Text Example
Text Example
White with #6709EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6709EA; }
p { color: rgb(103,9,234); }
H1.HeaderClassName
{
color: #6709EA;
}
.AnyTagClassName
{
color: #6709EA;
}
</style>
background-color css
<style>
a { background-color: #6709EA; }
a { background-color: rgb(103,9,234); }
div.DivClassName
{
background-color: #6709EA;
}
.BgClassName
{
background-color: #6709EA;
}
</style>
border-color css
<style>
span { border-color: #6709EA; }
span { border-color: rgb(103,9,234); }
td.TdClassName
{
border-color: #6709EA;
}
.TagClassName
{
border-color: #6709EA;
}
</style>