Shades of Electric Indigo #690FDC
Tints of Electric Indigo #690FDC
RGB
CMYK
RGB Variations
Color information
#690FDC (or 0x690FDC) is known color: Electric Indigo. HEX triplet: 69, 0F and DC. RGB value is (105,15,220). Sum of RGB (Red+Green+Blue) = 105+15+220=340 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.88% from 340); Green value is 15 (6.25% from 255 or 4.41% from 340); Blue value is 220 (86.33% from 255 or 64.71% from 340); Max value from RGB is 220 - color contains mainly: blue. Hex color #690FDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #690FDC is #96F023. Grayscale: #404040. Windows color (decimal): -9891876 or 14421865. OLE color: 14421865.
HSL color Cylindrical-coordinate representation of color #690FDC: hue angle of 266.34º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #690FDC is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 15 | 220 | - |
| CMYK | 0.52 | 0.93 | 0 | 0.14 |
| HSL | 266.34º | 0.87% | 0.46% | - |
| HSV(B) | 266.34º | 0.93% | 0.86% | - |
| XYZ | 18.91 | 8.51 | 68.36 | - |
| YUV | 65.28 | 215.32 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 15 | 220 | 0.52 | 0.93 | 0 | 0.14 | 266.34 | 0.87 | 0.46 |
| Hex | 69 | F | DC | 34 | 5D | 0 | E | 10A | 57 | 2E |
| Octal | 151 | 17 | 334 | 64 | 135 | 0 | 16 | 412 | 127 | 56 |
| Binary | 1101001 | 1111 | 11011100 | 110100 | 1011101 | 0 | 1110 | 100001010 | 1010111 | 101110 |
Color Harmonies of #690FDC
Complementary color
Monochromatic Colors of #690FDC
Black with #690FDC
Text Example
Text Example
White with #690FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690FDC; }
p { color: rgb(105,15,220); }
H1.HeaderClassName
{
color: #690FDC;
}
.AnyTagClassName
{
color: #690FDC;
}
</style>
background-color css
<style>
a { background-color: #690FDC; }
a { background-color: rgb(105,15,220); }
div.DivClassName
{
background-color: #690FDC;
}
.BgClassName
{
background-color: #690FDC;
}
</style>
border-color css
<style>
span { border-color: #690FDC; }
span { border-color: rgb(105,15,220); }
td.TdClassName
{
border-color: #690FDC;
}
.TagClassName
{
border-color: #690FDC;
}
</style>