Shades of Electric Indigo #690CDC
Tints of Electric Indigo #690CDC
RGB
CMYK
RGB Variations
Color information
#690CDC (or 0x690CDC) is known color: Electric Indigo. HEX triplet: 69, 0C and DC. RGB value is (105,12,220). Sum of RGB (Red+Green+Blue) = 105+12+220=337 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.16% from 337); Green value is 12 (5.08% from 255 or 3.56% from 337); Blue value is 220 (86.33% from 255 or 65.28% from 337); Max value from RGB is 220 - color contains mainly: blue. Hex color #690CDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #690CDC is #96F323. Grayscale: #3E3E3E. Windows color (decimal): -9892644 or 14421097. OLE color: 14421097.
HSL color Cylindrical-coordinate representation of color #690CDC: hue angle of 266.83º 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 #690CDC is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 12 | 220 | - |
| CMYK | 0.52 | 0.95 | 0 | 0.14 |
| HSL | 266.83º | 0.9% | 0.45% | - |
| HSV(B) | 266.83º | 0.95% | 0.86% | - |
| XYZ | 18.88 | 8.43 | 68.34 | - |
| YUV | 63.52 | 216.31 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 12 | 220 | 0.52 | 0.95 | 0 | 0.14 | 266.83 | 0.9 | 0.45 |
| Hex | 69 | C | DC | 34 | 5F | 0 | E | 10B | 5A | 2D |
| Octal | 151 | 14 | 334 | 64 | 137 | 0 | 16 | 413 | 132 | 55 |
| Binary | 1101001 | 1100 | 11011100 | 110100 | 1011111 | 0 | 1110 | 100001011 | 1011010 | 101101 |
Color Harmonies of #690CDC
Complementary color
Monochromatic Colors of #690CDC
Black with #690CDC
Text Example
Text Example
White with #690CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690CDC; }
p { color: rgb(105,12,220); }
H1.HeaderClassName
{
color: #690CDC;
}
.AnyTagClassName
{
color: #690CDC;
}
</style>
background-color css
<style>
a { background-color: #690CDC; }
a { background-color: rgb(105,12,220); }
div.DivClassName
{
background-color: #690CDC;
}
.BgClassName
{
background-color: #690CDC;
}
</style>
border-color css
<style>
span { border-color: #690CDC; }
span { border-color: rgb(105,12,220); }
td.TdClassName
{
border-color: #690CDC;
}
.TagClassName
{
border-color: #690CDC;
}
</style>