Shades of Electric Indigo #690AFB
Tints of Electric Indigo #690AFB
RGB
CMYK
RGB Variations
Color information
#690AFB (or 0x690AFB) is known color: Electric Indigo. HEX triplet: 69, 0A and FB. RGB value is (105,10,251). Sum of RGB (Red+Green+Blue) = 105+10+251=366 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.69% from 366); Green value is 10 (4.30% from 255 or 2.73% from 366); Blue value is 251 (98.44% from 255 or 68.58% from 366); Max value from RGB is 251 - color contains mainly: blue. Hex color #690AFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #690AFB is #96F504. Grayscale: #414141. Windows color (decimal): -9893125 or 16452201. OLE color: 16452201.
HSL color Cylindrical-coordinate representation of color #690AFB: hue angle of 263.65º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #690AFB is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 105 | 10 | 251 | - |
| CMYK | 0.58 | 0.96 | 0 | 0.02 |
| HSL | 263.65º | 0.97% | 0.51% | - |
| HSV(B) | 263.65º | 0.96% | 0.98% | - |
| XYZ | 23.35 | 10.19 | 92 | - |
| YUV | 65.88 | 232.47 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 10 | 251 | 0.58 | 0.96 | 0 | 0.02 | 263.65 | 0.97 | 0.51 |
| Hex | 69 | A | FB | 3A | 60 | 0 | 2 | 108 | 61 | 33 |
| Octal | 151 | 12 | 373 | 72 | 140 | 0 | 2 | 410 | 141 | 63 |
| Binary | 1101001 | 1010 | 11111011 | 111010 | 1100000 | 0 | 10 | 100001000 | 1100001 | 110011 |
Color Harmonies of #690AFB
Complementary color
Monochromatic Colors of #690AFB
Black with #690AFB
Text Example
Text Example
White with #690AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690AFB; }
p { color: rgb(105,10,251); }
H1.HeaderClassName
{
color: #690AFB;
}
.AnyTagClassName
{
color: #690AFB;
}
</style>
background-color css
<style>
a { background-color: #690AFB; }
a { background-color: rgb(105,10,251); }
div.DivClassName
{
background-color: #690AFB;
}
.BgClassName
{
background-color: #690AFB;
}
</style>
border-color css
<style>
span { border-color: #690AFB; }
span { border-color: rgb(105,10,251); }
td.TdClassName
{
border-color: #690AFB;
}
.TagClassName
{
border-color: #690AFB;
}
</style>