Shades of Electric Indigo #690FDE
Tints of Electric Indigo #690FDE
RGB
CMYK
RGB Variations
Color information
#690FDE (or 0x690FDE) is known color: Electric Indigo. HEX triplet: 69, 0F and DE. RGB value is (105,15,222). Sum of RGB (Red+Green+Blue) = 105+15+222=342 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.70% from 342); Green value is 15 (6.25% from 255 or 4.39% from 342); Blue value is 222 (87.11% from 255 or 64.91% from 342); Max value from RGB is 222 - color contains mainly: blue. Hex color #690FDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #690FDE is #96F021. Grayscale: #404040. Windows color (decimal): -9891874 or 14552937. OLE color: 14552937.
HSL color Cylindrical-coordinate representation of color #690FDE: hue angle of 266.09º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #690FDE is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 15 | 222 | - |
| CMYK | 0.53 | 0.93 | 0 | 0.13 |
| HSL | 266.09º | 0.87% | 0.46% | - |
| HSV(B) | 266.09º | 0.93% | 0.87% | - |
| XYZ | 19.18 | 8.62 | 69.76 | - |
| YUV | 65.51 | 216.32 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 15 | 222 | 0.53 | 0.93 | 0 | 0.13 | 266.09 | 0.87 | 0.46 |
| Hex | 69 | F | DE | 35 | 5D | 0 | D | 10A | 57 | 2E |
| Octal | 151 | 17 | 336 | 65 | 135 | 0 | 15 | 412 | 127 | 56 |
| Binary | 1101001 | 1111 | 11011110 | 110101 | 1011101 | 0 | 1101 | 100001010 | 1010111 | 101110 |
Color Harmonies of #690FDE
Complementary color
Monochromatic Colors of #690FDE
Black with #690FDE
Text Example
Text Example
White with #690FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690FDE; }
p { color: rgb(105,15,222); }
H1.HeaderClassName
{
color: #690FDE;
}
.AnyTagClassName
{
color: #690FDE;
}
</style>
background-color css
<style>
a { background-color: #690FDE; }
a { background-color: rgb(105,15,222); }
div.DivClassName
{
background-color: #690FDE;
}
.BgClassName
{
background-color: #690FDE;
}
</style>
border-color css
<style>
span { border-color: #690FDE; }
span { border-color: rgb(105,15,222); }
td.TdClassName
{
border-color: #690FDE;
}
.TagClassName
{
border-color: #690FDE;
}
</style>