Shades of Electric Indigo #690CF1
Tints of Electric Indigo #690CF1
RGB
CMYK
RGB Variations
Color information
#690CF1 (or 0x690CF1) is known color: Electric Indigo. HEX triplet: 69, 0C and F1. RGB value is (105,12,241). Sum of RGB (Red+Green+Blue) = 105+12+241=358 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.33% from 358); Green value is 12 (5.08% from 255 or 3.35% from 358); Blue value is 241 (94.53% from 255 or 67.32% from 358); Max value from RGB is 241 - color contains mainly: blue. Hex color #690CF1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #690CF1 is #96F30E. Grayscale: #414141. Windows color (decimal): -9892623 or 15797353. OLE color: 15797353.
HSL color Cylindrical-coordinate representation of color #690CF1: hue angle of 264.37º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #690CF1 is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 105 | 12 | 241 | - |
| CMYK | 0.56 | 0.95 | 0 | 0.05 |
| HSL | 264.37º | 0.91% | 0.5% | - |
| HSV(B) | 264.37º | 0.95% | 0.95% | - |
| XYZ | 21.83 | 9.62 | 83.92 | - |
| YUV | 65.91 | 226.81 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 12 | 241 | 0.56 | 0.95 | 0 | 0.05 | 264.37 | 0.91 | 0.5 |
| Hex | 69 | C | F1 | 38 | 5F | 0 | 5 | 108 | 5B | 32 |
| Octal | 151 | 14 | 361 | 70 | 137 | 0 | 5 | 410 | 133 | 62 |
| Binary | 1101001 | 1100 | 11110001 | 111000 | 1011111 | 0 | 101 | 100001000 | 1011011 | 110010 |
Color Harmonies of #690CF1
Complementary color
Monochromatic Colors of #690CF1
Black with #690CF1
Text Example
Text Example
White with #690CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690CF1; }
p { color: rgb(105,12,241); }
H1.HeaderClassName
{
color: #690CF1;
}
.AnyTagClassName
{
color: #690CF1;
}
</style>
background-color css
<style>
a { background-color: #690CF1; }
a { background-color: rgb(105,12,241); }
div.DivClassName
{
background-color: #690CF1;
}
.BgClassName
{
background-color: #690CF1;
}
</style>
border-color css
<style>
span { border-color: #690CF1; }
span { border-color: rgb(105,12,241); }
td.TdClassName
{
border-color: #690CF1;
}
.TagClassName
{
border-color: #690CF1;
}
</style>