Shades of Electric Indigo #690DF7
Tints of Electric Indigo #690DF7
RGB
CMYK
RGB Variations
Color information
#690DF7 (or 0x690DF7) is known color: Electric Indigo. HEX triplet: 69, 0D and F7. RGB value is (105,13,247). Sum of RGB (Red+Green+Blue) = 105+13+247=365 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.77% from 365); Green value is 13 (5.47% from 255 or 3.56% from 365); Blue value is 247 (96.88% from 255 or 67.67% from 365); Max value from RGB is 247 - color contains mainly: blue. Hex color #690DF7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #690DF7 is #96F208. Grayscale: #424242. Windows color (decimal): -9892361 or 16190825. OLE color: 16190825.
HSL color Cylindrical-coordinate representation of color #690DF7: hue angle of 263.59º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #690DF7 is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 105 | 13 | 247 | - |
| CMYK | 0.57 | 0.95 | 0 | 0.03 |
| HSL | 263.59º | 0.94% | 0.51% | - |
| HSV(B) | 263.59º | 0.95% | 0.97% | - |
| XYZ | 22.76 | 10.01 | 88.73 | - |
| YUV | 67.18 | 229.48 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 13 | 247 | 0.57 | 0.95 | 0 | 0.03 | 263.59 | 0.94 | 0.51 |
| Hex | 69 | D | F7 | 39 | 5F | 0 | 3 | 108 | 5E | 33 |
| Octal | 151 | 15 | 367 | 71 | 137 | 0 | 3 | 410 | 136 | 63 |
| Binary | 1101001 | 1101 | 11110111 | 111001 | 1011111 | 0 | 11 | 100001000 | 1011110 | 110011 |
Color Harmonies of #690DF7
Complementary color
Monochromatic Colors of #690DF7
Black with #690DF7
Text Example
Text Example
White with #690DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690DF7; }
p { color: rgb(105,13,247); }
H1.HeaderClassName
{
color: #690DF7;
}
.AnyTagClassName
{
color: #690DF7;
}
</style>
background-color css
<style>
a { background-color: #690DF7; }
a { background-color: rgb(105,13,247); }
div.DivClassName
{
background-color: #690DF7;
}
.BgClassName
{
background-color: #690DF7;
}
</style>
border-color css
<style>
span { border-color: #690DF7; }
span { border-color: rgb(105,13,247); }
td.TdClassName
{
border-color: #690DF7;
}
.TagClassName
{
border-color: #690DF7;
}
</style>