Shades of Electric Indigo #690BDD
Tints of Electric Indigo #690BDD
RGB
CMYK
RGB Variations
Color information
#690BDD (or 0x690BDD) is known color: Electric Indigo. HEX triplet: 69, 0B and DD. RGB value is (105,11,221). Sum of RGB (Red+Green+Blue) = 105+11+221=337 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.16% from 337); Green value is 11 (4.69% from 255 or 3.26% from 337); Blue value is 221 (86.72% from 255 or 65.58% from 337); Max value from RGB is 221 - color contains mainly: blue. Hex color #690BDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #690BDD is #96F422. Grayscale: #3E3E3E. Windows color (decimal): -9892899 or 14486377. OLE color: 14486377.
HSL color Cylindrical-coordinate representation of color #690BDD: hue angle of 266.86º 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 #690BDD is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 11 | 221 | - |
| CMYK | 0.52 | 0.95 | 0 | 0.13 |
| HSL | 266.86º | 0.91% | 0.45% | - |
| HSV(B) | 266.86º | 0.95% | 0.87% | - |
| XYZ | 19 | 8.46 | 69.04 | - |
| YUV | 63.05 | 217.14 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 11 | 221 | 0.52 | 0.95 | 0 | 0.13 | 266.86 | 0.91 | 0.45 |
| Hex | 69 | B | DD | 34 | 5F | 0 | D | 10B | 5B | 2D |
| Octal | 151 | 13 | 335 | 64 | 137 | 0 | 15 | 413 | 133 | 55 |
| Binary | 1101001 | 1011 | 11011101 | 110100 | 1011111 | 0 | 1101 | 100001011 | 1011011 | 101101 |
Color Harmonies of #690BDD
Complementary color
Monochromatic Colors of #690BDD
Black with #690BDD
Text Example
Text Example
White with #690BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690BDD; }
p { color: rgb(105,11,221); }
H1.HeaderClassName
{
color: #690BDD;
}
.AnyTagClassName
{
color: #690BDD;
}
</style>
background-color css
<style>
a { background-color: #690BDD; }
a { background-color: rgb(105,11,221); }
div.DivClassName
{
background-color: #690BDD;
}
.BgClassName
{
background-color: #690BDD;
}
</style>
border-color css
<style>
span { border-color: #690BDD; }
span { border-color: rgb(105,11,221); }
td.TdClassName
{
border-color: #690BDD;
}
.TagClassName
{
border-color: #690BDD;
}
</style>