Shades of Electric Indigo #690FFA
Tints of Electric Indigo #690FFA
RGB
CMYK
RGB Variations
Color information
#690FFA (or 0x690FFA) is known color: Electric Indigo. HEX triplet: 69, 0F and FA. RGB value is (105,15,250). Sum of RGB (Red+Green+Blue) = 105+15+250=370 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.38% from 370); Green value is 15 (6.25% from 255 or 4.05% from 370); Blue value is 250 (98.05% from 255 or 67.57% from 370); Max value from RGB is 250 - color contains mainly: blue. Hex color #690FFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #690FFA is #96F005. Grayscale: #434343. Windows color (decimal): -9891846 or 16387945. OLE color: 16387945.
HSL color Cylindrical-coordinate representation of color #690FFA: hue angle of 262.98º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #690FFA is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 105 | 15 | 250 | - |
| CMYK | 0.58 | 0.94 | 0 | 0.02 |
| HSL | 262.98º | 0.96% | 0.52% | - |
| HSV(B) | 262.98º | 0.94% | 0.98% | - |
| XYZ | 23.25 | 10.25 | 91.19 | - |
| YUV | 68.7 | 230.32 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 15 | 250 | 0.58 | 0.94 | 0 | 0.02 | 262.98 | 0.96 | 0.52 |
| Hex | 69 | F | FA | 3A | 5E | 0 | 2 | 107 | 60 | 34 |
| Octal | 151 | 17 | 372 | 72 | 136 | 0 | 2 | 407 | 140 | 64 |
| Binary | 1101001 | 1111 | 11111010 | 111010 | 1011110 | 0 | 10 | 100000111 | 1100000 | 110100 |
Color Harmonies of #690FFA
Complementary color
Monochromatic Colors of #690FFA
Black with #690FFA
Text Example
Text Example
White with #690FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690FFA; }
p { color: rgb(105,15,250); }
H1.HeaderClassName
{
color: #690FFA;
}
.AnyTagClassName
{
color: #690FFA;
}
</style>
background-color css
<style>
a { background-color: #690FFA; }
a { background-color: rgb(105,15,250); }
div.DivClassName
{
background-color: #690FFA;
}
.BgClassName
{
background-color: #690FFA;
}
</style>
border-color css
<style>
span { border-color: #690FFA; }
span { border-color: rgb(105,15,250); }
td.TdClassName
{
border-color: #690FFA;
}
.TagClassName
{
border-color: #690FFA;
}
</style>