Shades of Electric Indigo #690FFC
Tints of Electric Indigo #690FFC
RGB
CMYK
RGB Variations
Color information
#690FFC (or 0x690FFC) is known color: Electric Indigo. HEX triplet: 69, 0F and FC. RGB value is (105,15,252). Sum of RGB (Red+Green+Blue) = 105+15+252=372 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.23% from 372); Green value is 15 (6.25% from 255 or 4.03% from 372); Blue value is 252 (98.83% from 255 or 67.74% from 372); Max value from RGB is 252 - color contains mainly: blue. Hex color #690FFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #690FFC is #96F003. Grayscale: #444444. Windows color (decimal): -9891844 or 16519017. OLE color: 16519017.
HSL color Cylindrical-coordinate representation of color #690FFC: hue angle of 262.78º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #690FFC is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 105 | 15 | 252 | - |
| CMYK | 0.58 | 0.94 | 0 | 0.01 |
| HSL | 262.78º | 0.98% | 0.52% | - |
| HSV(B) | 262.78º | 0.94% | 0.99% | - |
| XYZ | 23.57 | 10.37 | 92.86 | - |
| YUV | 68.93 | 231.32 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 15 | 252 | 0.58 | 0.94 | 0 | 0.01 | 262.78 | 0.98 | 0.52 |
| Hex | 69 | F | FC | 3A | 5E | 0 | 1 | 107 | 62 | 34 |
| Octal | 151 | 17 | 374 | 72 | 136 | 0 | 1 | 407 | 142 | 64 |
| Binary | 1101001 | 1111 | 11111100 | 111010 | 1011110 | 0 | 1 | 100000111 | 1100010 | 110100 |
Color Harmonies of #690FFC
Complementary color
Monochromatic Colors of #690FFC
Black with #690FFC
Text Example
Text Example
White with #690FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690FFC; }
p { color: rgb(105,15,252); }
H1.HeaderClassName
{
color: #690FFC;
}
.AnyTagClassName
{
color: #690FFC;
}
</style>
background-color css
<style>
a { background-color: #690FFC; }
a { background-color: rgb(105,15,252); }
div.DivClassName
{
background-color: #690FFC;
}
.BgClassName
{
background-color: #690FFC;
}
</style>
border-color css
<style>
span { border-color: #690FFC; }
span { border-color: rgb(105,15,252); }
td.TdClassName
{
border-color: #690FFC;
}
.TagClassName
{
border-color: #690FFC;
}
</style>