Shades of Electric Indigo #690FEE
Tints of Electric Indigo #690FEE
RGB
CMYK
RGB Variations
Color information
#690FEE (or 0x690FEE) is known color: Electric Indigo. HEX triplet: 69, 0F and EE. RGB value is (105,15,238). Sum of RGB (Red+Green+Blue) = 105+15+238=358 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.33% from 358); Green value is 15 (6.25% from 255 or 4.19% from 358); Blue value is 238 (93.36% from 255 or 66.48% from 358); Max value from RGB is 238 - color contains mainly: blue. Hex color #690FEE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #690FEE is #96F011. Grayscale: #424242. Windows color (decimal): -9891858 or 15601513. OLE color: 15601513.
HSL color Cylindrical-coordinate representation of color #690FEE: hue angle of 264.22º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #690FEE is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 15 | 238 | - |
| CMYK | 0.56 | 0.94 | 0 | 0.07 |
| HSL | 264.22º | 0.88% | 0.5% | - |
| HSV(B) | 264.22º | 0.94% | 0.93% | - |
| XYZ | 21.43 | 9.52 | 81.6 | - |
| YUV | 67.33 | 224.32 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 15 | 238 | 0.56 | 0.94 | 0 | 0.07 | 264.22 | 0.88 | 0.5 |
| Hex | 69 | F | EE | 38 | 5E | 0 | 7 | 108 | 58 | 32 |
| Octal | 151 | 17 | 356 | 70 | 136 | 0 | 7 | 410 | 130 | 62 |
| Binary | 1101001 | 1111 | 11101110 | 111000 | 1011110 | 0 | 111 | 100001000 | 1011000 | 110010 |
Color Harmonies of #690FEE
Complementary color
Monochromatic Colors of #690FEE
Black with #690FEE
Text Example
Text Example
White with #690FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690FEE; }
p { color: rgb(105,15,238); }
H1.HeaderClassName
{
color: #690FEE;
}
.AnyTagClassName
{
color: #690FEE;
}
</style>
background-color css
<style>
a { background-color: #690FEE; }
a { background-color: rgb(105,15,238); }
div.DivClassName
{
background-color: #690FEE;
}
.BgClassName
{
background-color: #690FEE;
}
</style>
border-color css
<style>
span { border-color: #690FEE; }
span { border-color: rgb(105,15,238); }
td.TdClassName
{
border-color: #690FEE;
}
.TagClassName
{
border-color: #690FEE;
}
</style>