Shades of Electric Indigo #690CDD
Tints of Electric Indigo #690CDD
RGB
CMYK
RGB Variations
Color information
#690CDD (or 0x690CDD) is known color: Electric Indigo. HEX triplet: 69, 0C and DD. RGB value is (105,12,221). Sum of RGB (Red+Green+Blue) = 105+12+221=338 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.07% from 338); Green value is 12 (5.08% from 255 or 3.55% from 338); Blue value is 221 (86.72% from 255 or 65.38% from 338); Max value from RGB is 221 - color contains mainly: blue. Hex color #690CDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #690CDD is #96F322. Grayscale: #3E3E3E. Windows color (decimal): -9892643 or 14486633. OLE color: 14486633.
HSL color Cylindrical-coordinate representation of color #690CDD: hue angle of 266.7º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #690CDD is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 12 | 221 | - |
| CMYK | 0.52 | 0.95 | 0 | 0.13 |
| HSL | 266.7º | 0.9% | 0.46% | - |
| HSV(B) | 266.7º | 0.95% | 0.87% | - |
| XYZ | 19.01 | 8.49 | 69.04 | - |
| YUV | 63.63 | 216.81 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 12 | 221 | 0.52 | 0.95 | 0 | 0.13 | 266.7 | 0.9 | 0.46 |
| Hex | 69 | C | DD | 34 | 5F | 0 | D | 10B | 5A | 2E |
| Octal | 151 | 14 | 335 | 64 | 137 | 0 | 15 | 413 | 132 | 56 |
| Binary | 1101001 | 1100 | 11011101 | 110100 | 1011111 | 0 | 1101 | 100001011 | 1011010 | 101110 |
Color Harmonies of #690CDD
Complementary color
Monochromatic Colors of #690CDD
Black with #690CDD
Text Example
Text Example
White with #690CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690CDD; }
p { color: rgb(105,12,221); }
H1.HeaderClassName
{
color: #690CDD;
}
.AnyTagClassName
{
color: #690CDD;
}
</style>
background-color css
<style>
a { background-color: #690CDD; }
a { background-color: rgb(105,12,221); }
div.DivClassName
{
background-color: #690CDD;
}
.BgClassName
{
background-color: #690CDD;
}
</style>
border-color css
<style>
span { border-color: #690CDD; }
span { border-color: rgb(105,12,221); }
td.TdClassName
{
border-color: #690CDD;
}
.TagClassName
{
border-color: #690CDD;
}
</style>