Shades of Electric Indigo #690DFE
Tints of Electric Indigo #690DFE
RGB
CMYK
RGB Variations
Color information
#690DFE (or 0x690DFE) is known color: Electric Indigo. HEX triplet: 69, 0D and FE. RGB value is (105,13,254). Sum of RGB (Red+Green+Blue) = 105+13+254=372 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.23% from 372); Green value is 13 (5.47% from 255 or 3.49% from 372); Blue value is 254 (99.61% from 255 or 68.28% from 372); Max value from RGB is 254 - color contains mainly: blue. Hex color #690DFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #690DFE is #96F201. Grayscale: #434343. Windows color (decimal): -9892354 or 16649577. OLE color: 16649577.
HSL color Cylindrical-coordinate representation of color #690DFE: hue angle of 262.9º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #690DFE is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 105 | 13 | 254 | - |
| CMYK | 0.59 | 0.95 | 0 | 0.00 |
| HSL | 262.9º | 0.99% | 0.52% | - |
| HSV(B) | 262.9º | 0.95% | 1% | - |
| XYZ | 23.86 | 10.45 | 94.52 | - |
| YUV | 67.98 | 232.98 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 13 | 254 | 0.59 | 0.95 | 0 | 0.00 | 262.9 | 0.99 | 0.52 |
| Hex | 69 | D | FE | 3B | 5F | 0 | 0 | 107 | 63 | 34 |
| Octal | 151 | 15 | 376 | 73 | 137 | 0 | 0 | 407 | 143 | 64 |
| Binary | 1101001 | 1101 | 11111110 | 111011 | 1011111 | 0 | 0 | 100000111 | 1100011 | 110100 |
Color Harmonies of #690DFE
Complementary color
Monochromatic Colors of #690DFE
Black with #690DFE
Text Example
Text Example
White with #690DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690DFE; }
p { color: rgb(105,13,254); }
H1.HeaderClassName
{
color: #690DFE;
}
.AnyTagClassName
{
color: #690DFE;
}
</style>
background-color css
<style>
a { background-color: #690DFE; }
a { background-color: rgb(105,13,254); }
div.DivClassName
{
background-color: #690DFE;
}
.BgClassName
{
background-color: #690DFE;
}
</style>
border-color css
<style>
span { border-color: #690DFE; }
span { border-color: rgb(105,13,254); }
td.TdClassName
{
border-color: #690DFE;
}
.TagClassName
{
border-color: #690DFE;
}
</style>