Shades of Electric Indigo #690BFC
Tints of Electric Indigo #690BFC
RGB
CMYK
RGB Variations
Color information
#690BFC (or 0x690BFC) is known color: Electric Indigo. HEX triplet: 69, 0B and FC. RGB value is (105,11,252). Sum of RGB (Red+Green+Blue) = 105+11+252=368 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.53% from 368); Green value is 11 (4.69% from 255 or 2.99% from 368); Blue value is 252 (98.83% from 255 or 68.48% from 368); Max value from RGB is 252 - color contains mainly: blue. Hex color #690BFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #690BFC is #96F403. Grayscale: #414141. Windows color (decimal): -9892868 or 16517993. OLE color: 16517993.
HSL color Cylindrical-coordinate representation of color #690BFC: hue angle of 263.4º 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 #690BFC is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 105 | 11 | 252 | - |
| CMYK | 0.58 | 0.96 | 0 | 0.01 |
| HSL | 263.4º | 0.98% | 0.52% | - |
| HSV(B) | 263.4º | 0.96% | 0.99% | - |
| XYZ | 23.52 | 10.27 | 92.84 | - |
| YUV | 66.58 | 232.64 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 11 | 252 | 0.58 | 0.96 | 0 | 0.01 | 263.4 | 0.98 | 0.52 |
| Hex | 69 | B | FC | 3A | 60 | 0 | 1 | 107 | 62 | 34 |
| Octal | 151 | 13 | 374 | 72 | 140 | 0 | 1 | 407 | 142 | 64 |
| Binary | 1101001 | 1011 | 11111100 | 111010 | 1100000 | 0 | 1 | 100000111 | 1100010 | 110100 |
Color Harmonies of #690BFC
Complementary color
Monochromatic Colors of #690BFC
Black with #690BFC
Text Example
Text Example
White with #690BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690BFC; }
p { color: rgb(105,11,252); }
H1.HeaderClassName
{
color: #690BFC;
}
.AnyTagClassName
{
color: #690BFC;
}
</style>
background-color css
<style>
a { background-color: #690BFC; }
a { background-color: rgb(105,11,252); }
div.DivClassName
{
background-color: #690BFC;
}
.BgClassName
{
background-color: #690BFC;
}
</style>
border-color css
<style>
span { border-color: #690BFC; }
span { border-color: rgb(105,11,252); }
td.TdClassName
{
border-color: #690BFC;
}
.TagClassName
{
border-color: #690BFC;
}
</style>