Shades of Electric Indigo #6905EF
Tints of Electric Indigo #6905EF
RGB
CMYK
RGB Variations
Color information
#6905EF (or 0x6905EF) is known color: Electric Indigo. HEX triplet: 69, 05 and EF. RGB value is (105,5,239). Sum of RGB (Red+Green+Blue) = 105+5+239=349 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30.09% from 349); Green value is 5 (2.34% from 255 or 1.43% from 349); Blue value is 239 (93.75% from 255 or 68.48% from 349); Max value from RGB is 239 - color contains mainly: blue. Hex color #6905EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6905EF is #96FA10. Grayscale: #3C3C3C. Windows color (decimal): -9894417 or 15664489. OLE color: 15664489.
HSL color Cylindrical-coordinate representation of color #6905EF: hue angle of 265.64º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6905EF is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 105 | 5 | 239 | - |
| CMYK | 0.56 | 0.98 | 0 | 0.06 |
| HSL | 265.64º | 0.96% | 0.48% | - |
| HSV(B) | 265.64º | 0.98% | 0.94% | - |
| XYZ | 21.46 | 9.34 | 82.33 | - |
| YUV | 61.58 | 228.13 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 5 | 239 | 0.56 | 0.98 | 0 | 0.06 | 265.64 | 0.96 | 0.48 |
| Hex | 69 | 5 | EF | 38 | 62 | 0 | 6 | 10A | 60 | 30 |
| Octal | 151 | 5 | 357 | 70 | 142 | 0 | 6 | 412 | 140 | 60 |
| Binary | 1101001 | 101 | 11101111 | 111000 | 1100010 | 0 | 110 | 100001010 | 1100000 | 110000 |
Color Harmonies of #6905EF
Complementary color
Monochromatic Colors of #6905EF
Black with #6905EF
Text Example
Text Example
White with #6905EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6905EF; }
p { color: rgb(105,5,239); }
H1.HeaderClassName
{
color: #6905EF;
}
.AnyTagClassName
{
color: #6905EF;
}
</style>
background-color css
<style>
a { background-color: #6905EF; }
a { background-color: rgb(105,5,239); }
div.DivClassName
{
background-color: #6905EF;
}
.BgClassName
{
background-color: #6905EF;
}
</style>
border-color css
<style>
span { border-color: #6905EF; }
span { border-color: rgb(105,5,239); }
td.TdClassName
{
border-color: #6905EF;
}
.TagClassName
{
border-color: #6905EF;
}
</style>