Shades of Electric Indigo #690FDF
Tints of Electric Indigo #690FDF
RGB
CMYK
RGB Variations
Color information
#690FDF (or 0x690FDF) is known color: Electric Indigo. HEX triplet: 69, 0F and DF. RGB value is (105,15,223). Sum of RGB (Red+Green+Blue) = 105+15+223=343 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.61% from 343); Green value is 15 (6.25% from 255 or 4.37% from 343); Blue value is 223 (87.5% from 255 or 65.01% from 343); Max value from RGB is 223 - color contains mainly: blue. Hex color #690FDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #690FDF is #96F020. Grayscale: #404040. Windows color (decimal): -9891873 or 14618473. OLE color: 14618473.
HSL color Cylindrical-coordinate representation of color #690FDF: hue angle of 265.96º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #690FDF is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 15 | 223 | - |
| CMYK | 0.53 | 0.93 | 0 | 0.13 |
| HSL | 265.96º | 0.87% | 0.47% | - |
| HSV(B) | 265.96º | 0.93% | 0.87% | - |
| XYZ | 19.32 | 8.67 | 70.47 | - |
| YUV | 65.62 | 216.82 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 15 | 223 | 0.53 | 0.93 | 0 | 0.13 | 265.96 | 0.87 | 0.47 |
| Hex | 69 | F | DF | 35 | 5D | 0 | D | 10A | 57 | 2F |
| Octal | 151 | 17 | 337 | 65 | 135 | 0 | 15 | 412 | 127 | 57 |
| Binary | 1101001 | 1111 | 11011111 | 110101 | 1011101 | 0 | 1101 | 100001010 | 1010111 | 101111 |
Color Harmonies of #690FDF
Complementary color
Monochromatic Colors of #690FDF
Black with #690FDF
Text Example
Text Example
White with #690FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690FDF; }
p { color: rgb(105,15,223); }
H1.HeaderClassName
{
color: #690FDF;
}
.AnyTagClassName
{
color: #690FDF;
}
</style>
background-color css
<style>
a { background-color: #690FDF; }
a { background-color: rgb(105,15,223); }
div.DivClassName
{
background-color: #690FDF;
}
.BgClassName
{
background-color: #690FDF;
}
</style>
border-color css
<style>
span { border-color: #690FDF; }
span { border-color: rgb(105,15,223); }
td.TdClassName
{
border-color: #690FDF;
}
.TagClassName
{
border-color: #690FDF;
}
</style>