Shades of Electric Indigo #690BDC
Tints of Electric Indigo #690BDC
RGB
CMYK
RGB Variations
Color information
#690BDC (or 0x690BDC) is known color: Electric Indigo. HEX triplet: 69, 0B and DC. RGB value is (105,11,220). Sum of RGB (Red+Green+Blue) = 105+11+220=336 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.25% from 336); Green value is 11 (4.69% from 255 or 3.27% from 336); Blue value is 220 (86.33% from 255 or 65.48% from 336); Max value from RGB is 220 - color contains mainly: blue. Hex color #690BDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #690BDC is #96F423. Grayscale: #3E3E3E. Windows color (decimal): -9892900 or 14420841. OLE color: 14420841.
HSL color Cylindrical-coordinate representation of color #690BDC: hue angle of 266.99º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #690BDC is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 11 | 220 | - |
| CMYK | 0.52 | 0.95 | 0 | 0.14 |
| HSL | 266.99º | 0.9% | 0.45% | - |
| HSV(B) | 266.99º | 0.95% | 0.86% | - |
| XYZ | 18.86 | 8.41 | 68.34 | - |
| YUV | 62.93 | 216.64 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 11 | 220 | 0.52 | 0.95 | 0 | 0.14 | 266.99 | 0.9 | 0.45 |
| Hex | 69 | B | DC | 34 | 5F | 0 | E | 10B | 5A | 2D |
| Octal | 151 | 13 | 334 | 64 | 137 | 0 | 16 | 413 | 132 | 55 |
| Binary | 1101001 | 1011 | 11011100 | 110100 | 1011111 | 0 | 1110 | 100001011 | 1011010 | 101101 |
Color Harmonies of #690BDC
Complementary color
Monochromatic Colors of #690BDC
Black with #690BDC
Text Example
Text Example
White with #690BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690BDC; }
p { color: rgb(105,11,220); }
H1.HeaderClassName
{
color: #690BDC;
}
.AnyTagClassName
{
color: #690BDC;
}
</style>
background-color css
<style>
a { background-color: #690BDC; }
a { background-color: rgb(105,11,220); }
div.DivClassName
{
background-color: #690BDC;
}
.BgClassName
{
background-color: #690BDC;
}
</style>
border-color css
<style>
span { border-color: #690BDC; }
span { border-color: rgb(105,11,220); }
td.TdClassName
{
border-color: #690BDC;
}
.TagClassName
{
border-color: #690BDC;
}
</style>