Shades of Electric Indigo #690BFD
Tints of Electric Indigo #690BFD
RGB
CMYK
RGB Variations
Color information
#690BFD (or 0x690BFD) is known color: Electric Indigo. HEX triplet: 69, 0B and FD. RGB value is (105,11,253). Sum of RGB (Red+Green+Blue) = 105+11+253=369 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.46% from 369); Green value is 11 (4.69% from 255 or 2.98% from 369); Blue value is 253 (99.22% from 255 or 68.56% from 369); Max value from RGB is 253 - color contains mainly: blue. Hex color #690BFD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #690BFD is #96F402. Grayscale: #414141. Windows color (decimal): -9892867 or 16583529. OLE color: 16583529.
HSL color Cylindrical-coordinate representation of color #690BFD: hue angle of 263.31º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #690BFD is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 105 | 11 | 253 | - |
| CMYK | 0.58 | 0.96 | 0 | 0.01 |
| HSL | 263.31º | 0.98% | 0.52% | - |
| HSV(B) | 263.31º | 0.96% | 0.99% | - |
| XYZ | 23.68 | 10.33 | 93.68 | - |
| YUV | 66.69 | 233.14 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 11 | 253 | 0.58 | 0.96 | 0 | 0.01 | 263.31 | 0.98 | 0.52 |
| Hex | 69 | B | FD | 3A | 60 | 0 | 1 | 107 | 62 | 34 |
| Octal | 151 | 13 | 375 | 72 | 140 | 0 | 1 | 407 | 142 | 64 |
| Binary | 1101001 | 1011 | 11111101 | 111010 | 1100000 | 0 | 1 | 100000111 | 1100010 | 110100 |
Color Harmonies of #690BFD
Complementary color
Monochromatic Colors of #690BFD
Black with #690BFD
Text Example
Text Example
White with #690BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690BFD; }
p { color: rgb(105,11,253); }
H1.HeaderClassName
{
color: #690BFD;
}
.AnyTagClassName
{
color: #690BFD;
}
</style>
background-color css
<style>
a { background-color: #690BFD; }
a { background-color: rgb(105,11,253); }
div.DivClassName
{
background-color: #690BFD;
}
.BgClassName
{
background-color: #690BFD;
}
</style>
border-color css
<style>
span { border-color: #690BFD; }
span { border-color: rgb(105,11,253); }
td.TdClassName
{
border-color: #690BFD;
}
.TagClassName
{
border-color: #690BFD;
}
</style>