Shades of Electric Indigo #6905DA
Tints of Electric Indigo #6905DA
RGB
CMYK
RGB Variations
Color information
#6905DA (or 0x6905DA) is known color: Electric Indigo. HEX triplet: 69, 05 and DA. RGB value is (105,5,218). Sum of RGB (Red+Green+Blue) = 105+5+218=328 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.01% from 328); Green value is 5 (2.34% from 255 or 1.52% from 328); Blue value is 218 (85.55% from 255 or 66.46% from 328); Max value from RGB is 218 - color contains mainly: blue. Hex color #6905DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6905DA is #96FA25. Grayscale: #3A3A3A. Windows color (decimal): -9894438 or 14288233. OLE color: 14288233.
HSL color Cylindrical-coordinate representation of color #6905DA: hue angle of 268.17º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6905DA is Cyan = 0.52, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 105 | 5 | 218 | - |
| CMYK | 0.52 | 0.98 | 0 | 0.15 |
| HSL | 268.17º | 0.96% | 0.44% | - |
| HSV(B) | 268.17º | 0.98% | 0.85% | - |
| XYZ | 18.53 | 8.17 | 66.93 | - |
| YUV | 59.18 | 217.63 | 160.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 5 | 218 | 0.52 | 0.98 | 0 | 0.15 | 268.17 | 0.96 | 0.44 |
| Hex | 69 | 5 | DA | 34 | 62 | 0 | F | 10C | 60 | 2C |
| Octal | 151 | 5 | 332 | 64 | 142 | 0 | 17 | 414 | 140 | 54 |
| Binary | 1101001 | 101 | 11011010 | 110100 | 1100010 | 0 | 1111 | 100001100 | 1100000 | 101100 |
Color Harmonies of #6905DA
Complementary color
Monochromatic Colors of #6905DA
Black with #6905DA
Text Example
Text Example
White with #6905DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6905DA; }
p { color: rgb(105,5,218); }
H1.HeaderClassName
{
color: #6905DA;
}
.AnyTagClassName
{
color: #6905DA;
}
</style>
background-color css
<style>
a { background-color: #6905DA; }
a { background-color: rgb(105,5,218); }
div.DivClassName
{
background-color: #6905DA;
}
.BgClassName
{
background-color: #6905DA;
}
</style>
border-color css
<style>
span { border-color: #6905DA; }
span { border-color: rgb(105,5,218); }
td.TdClassName
{
border-color: #6905DA;
}
.TagClassName
{
border-color: #6905DA;
}
</style>