Shades of Electric Indigo #690ADD
Tints of Electric Indigo #690ADD
RGB
CMYK
RGB Variations
Color information
#690ADD (or 0x690ADD) is known color: Electric Indigo. HEX triplet: 69, 0A and DD. RGB value is (105,10,221). Sum of RGB (Red+Green+Blue) = 105+10+221=336 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.25% from 336); Green value is 10 (4.30% from 255 or 2.98% from 336); Blue value is 221 (86.72% from 255 or 65.77% from 336); Max value from RGB is 221 - color contains mainly: blue. Hex color #690ADD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #690ADD is #96F522. Grayscale: #3D3D3D. Windows color (decimal): -9893155 or 14486121. OLE color: 14486121.
HSL color Cylindrical-coordinate representation of color #690ADD: hue angle of 267.01º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #690ADD is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 10 | 221 | - |
| CMYK | 0.52 | 0.95 | 0 | 0.13 |
| HSL | 267.01º | 0.91% | 0.45% | - |
| HSV(B) | 267.01º | 0.95% | 0.87% | - |
| XYZ | 18.99 | 8.44 | 69.04 | - |
| YUV | 62.46 | 217.47 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 10 | 221 | 0.52 | 0.95 | 0 | 0.13 | 267.01 | 0.91 | 0.45 |
| Hex | 69 | A | DD | 34 | 5F | 0 | D | 10B | 5B | 2D |
| Octal | 151 | 12 | 335 | 64 | 137 | 0 | 15 | 413 | 133 | 55 |
| Binary | 1101001 | 1010 | 11011101 | 110100 | 1011111 | 0 | 1101 | 100001011 | 1011011 | 101101 |
Color Harmonies of #690ADD
Complementary color
Monochromatic Colors of #690ADD
Black with #690ADD
Text Example
Text Example
White with #690ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690ADD; }
p { color: rgb(105,10,221); }
H1.HeaderClassName
{
color: #690ADD;
}
.AnyTagClassName
{
color: #690ADD;
}
</style>
background-color css
<style>
a { background-color: #690ADD; }
a { background-color: rgb(105,10,221); }
div.DivClassName
{
background-color: #690ADD;
}
.BgClassName
{
background-color: #690ADD;
}
</style>
border-color css
<style>
span { border-color: #690ADD; }
span { border-color: rgb(105,10,221); }
td.TdClassName
{
border-color: #690ADD;
}
.TagClassName
{
border-color: #690ADD;
}
</style>