Shades of Electric Indigo #6D08FA
Tints of Electric Indigo #6D08FA
RGB
CMYK
RGB Variations
Color information
#6D08FA (or 0x6D08FA) is known color: Electric Indigo. HEX triplet: 6D, 08 and FA. RGB value is (109,8,250). Sum of RGB (Red+Green+Blue) = 109+8+250=367 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.70% from 367); Green value is 8 (3.52% from 255 or 2.18% from 367); Blue value is 250 (98.05% from 255 or 68.12% from 367); Max value from RGB is 250 - color contains mainly: blue. Hex color #6D08FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6D08FA is #92F705. Grayscale: #404040. Windows color (decimal): -9631494 or 16386157. OLE color: 16386157.
HSL color Cylindrical-coordinate representation of color #6D08FA: hue angle of 265.04º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6D08FA is Cyan = 0.56, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 109 | 8 | 250 | - |
| CMYK | 0.56 | 0.97 | 0 | 0.02 |
| HSL | 265.04º | 0.96% | 0.51% | - |
| HSV(B) | 265.04º | 0.97% | 0.98% | - |
| XYZ | 23.65 | 10.33 | 91.19 | - |
| YUV | 65.79 | 231.96 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 8 | 250 | 0.56 | 0.97 | 0 | 0.02 | 265.04 | 0.96 | 0.51 |
| Hex | 6D | 8 | FA | 38 | 61 | 0 | 2 | 109 | 60 | 33 |
| Octal | 155 | 10 | 372 | 70 | 141 | 0 | 2 | 411 | 140 | 63 |
| Binary | 1101101 | 1000 | 11111010 | 111000 | 1100001 | 0 | 10 | 100001001 | 1100000 | 110011 |
Color Harmonies of #6D08FA
Complementary color
Monochromatic Colors of #6D08FA
Black with #6D08FA
Text Example
Text Example
White with #6D08FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D08FA; }
p { color: rgb(109,8,250); }
H1.HeaderClassName
{
color: #6D08FA;
}
.AnyTagClassName
{
color: #6D08FA;
}
</style>
background-color css
<style>
a { background-color: #6D08FA; }
a { background-color: rgb(109,8,250); }
div.DivClassName
{
background-color: #6D08FA;
}
.BgClassName
{
background-color: #6D08FA;
}
</style>
border-color css
<style>
span { border-color: #6D08FA; }
span { border-color: rgb(109,8,250); }
td.TdClassName
{
border-color: #6D08FA;
}
.TagClassName
{
border-color: #6D08FA;
}
</style>