Shades of Electric Indigo #690DFB
Tints of Electric Indigo #690DFB
RGB
CMYK
RGB Variations
Color information
#690DFB (or 0x690DFB) is known color: Electric Indigo. HEX triplet: 69, 0D and FB. RGB value is (105,13,251). Sum of RGB (Red+Green+Blue) = 105+13+251=369 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.46% from 369); Green value is 13 (5.47% from 255 or 3.52% from 369); Blue value is 251 (98.44% from 255 or 68.02% from 369); Max value from RGB is 251 - color contains mainly: blue. Hex color #690DFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #690DFB is #96F204. Grayscale: #424242. Windows color (decimal): -9892357 or 16452969. OLE color: 16452969.
HSL color Cylindrical-coordinate representation of color #690DFB: hue angle of 263.19º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #690DFB is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 105 | 13 | 251 | - |
| CMYK | 0.58 | 0.95 | 0 | 0.02 |
| HSL | 263.19º | 0.97% | 0.52% | - |
| HSV(B) | 263.19º | 0.95% | 0.98% | - |
| XYZ | 23.38 | 10.26 | 92.01 | - |
| YUV | 67.64 | 231.48 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 13 | 251 | 0.58 | 0.95 | 0 | 0.02 | 263.19 | 0.97 | 0.52 |
| Hex | 69 | D | FB | 3A | 5F | 0 | 2 | 107 | 61 | 34 |
| Octal | 151 | 15 | 373 | 72 | 137 | 0 | 2 | 407 | 141 | 64 |
| Binary | 1101001 | 1101 | 11111011 | 111010 | 1011111 | 0 | 10 | 100000111 | 1100001 | 110100 |
Color Harmonies of #690DFB
Complementary color
Monochromatic Colors of #690DFB
Black with #690DFB
Text Example
Text Example
White with #690DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690DFB; }
p { color: rgb(105,13,251); }
H1.HeaderClassName
{
color: #690DFB;
}
.AnyTagClassName
{
color: #690DFB;
}
</style>
background-color css
<style>
a { background-color: #690DFB; }
a { background-color: rgb(105,13,251); }
div.DivClassName
{
background-color: #690DFB;
}
.BgClassName
{
background-color: #690DFB;
}
</style>
border-color css
<style>
span { border-color: #690DFB; }
span { border-color: rgb(105,13,251); }
td.TdClassName
{
border-color: #690DFB;
}
.TagClassName
{
border-color: #690DFB;
}
</style>