Shades of Electric Indigo #690CDA
Tints of Electric Indigo #690CDA
RGB
CMYK
RGB Variations
Color information
#690CDA (or 0x690CDA) is known color: Electric Indigo. HEX triplet: 69, 0C and DA. RGB value is (105,12,218). Sum of RGB (Red+Green+Blue) = 105+12+218=335 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.34% from 335); Green value is 12 (5.08% from 255 or 3.58% from 335); Blue value is 218 (85.55% from 255 or 65.07% from 335); Max value from RGB is 218 - color contains mainly: blue. Hex color #690CDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #690CDA is #96F325. Grayscale: #3E3E3E. Windows color (decimal): -9892646 or 14290025. OLE color: 14290025.
HSL color Cylindrical-coordinate representation of color #690CDA: hue angle of 267.09º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #690CDA is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 105 | 12 | 218 | - |
| CMYK | 0.52 | 0.94 | 0 | 0.15 |
| HSL | 267.09º | 0.9% | 0.45% | - |
| HSV(B) | 267.09º | 0.94% | 0.85% | - |
| XYZ | 18.61 | 8.33 | 66.96 | - |
| YUV | 63.29 | 215.31 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 12 | 218 | 0.52 | 0.94 | 0 | 0.15 | 267.09 | 0.9 | 0.45 |
| Hex | 69 | C | DA | 34 | 5E | 0 | F | 10B | 5A | 2D |
| Octal | 151 | 14 | 332 | 64 | 136 | 0 | 17 | 413 | 132 | 55 |
| Binary | 1101001 | 1100 | 11011010 | 110100 | 1011110 | 0 | 1111 | 100001011 | 1011010 | 101101 |
Color Harmonies of #690CDA
Complementary color
Monochromatic Colors of #690CDA
Black with #690CDA
Text Example
Text Example
White with #690CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690CDA; }
p { color: rgb(105,12,218); }
H1.HeaderClassName
{
color: #690CDA;
}
.AnyTagClassName
{
color: #690CDA;
}
</style>
background-color css
<style>
a { background-color: #690CDA; }
a { background-color: rgb(105,12,218); }
div.DivClassName
{
background-color: #690CDA;
}
.BgClassName
{
background-color: #690CDA;
}
</style>
border-color css
<style>
span { border-color: #690CDA; }
span { border-color: rgb(105,12,218); }
td.TdClassName
{
border-color: #690CDA;
}
.TagClassName
{
border-color: #690CDA;
}
</style>