Shades of Electric Indigo #6903DC
Tints of Electric Indigo #6903DC
RGB
CMYK
RGB Variations
Color information
#6903DC (or 0x6903DC) is known color: Electric Indigo. HEX triplet: 69, 03 and DC. RGB value is (105,3,220). Sum of RGB (Red+Green+Blue) = 105+3+220=328 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.01% from 328); Green value is 3 (1.56% from 255 or 0.91% from 328); Blue value is 220 (86.33% from 255 or 67.07% from 328); Max value from RGB is 220 - color contains mainly: blue. Hex color #6903DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6903DC is #96FC23. Grayscale: #393939. Windows color (decimal): -9894948 or 14418793. OLE color: 14418793.
HSL color Cylindrical-coordinate representation of color #6903DC: hue angle of 268.2º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6903DC is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 3 | 220 | - |
| CMYK | 0.52 | 0.99 | 0 | 0.14 |
| HSL | 268.2º | 0.97% | 0.44% | - |
| HSV(B) | 268.2º | 0.99% | 0.86% | - |
| XYZ | 18.78 | 8.24 | 68.31 | - |
| YUV | 58.24 | 219.29 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 3 | 220 | 0.52 | 0.99 | 0 | 0.14 | 268.2 | 0.97 | 0.44 |
| Hex | 69 | 3 | DC | 34 | 63 | 0 | E | 10C | 61 | 2C |
| Octal | 151 | 3 | 334 | 64 | 143 | 0 | 16 | 414 | 141 | 54 |
| Binary | 1101001 | 11 | 11011100 | 110100 | 1100011 | 0 | 1110 | 100001100 | 1100001 | 101100 |
Color Harmonies of #6903DC
Complementary color
Monochromatic Colors of #6903DC
Black with #6903DC
Text Example
Text Example
White with #6903DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6903DC; }
p { color: rgb(105,3,220); }
H1.HeaderClassName
{
color: #6903DC;
}
.AnyTagClassName
{
color: #6903DC;
}
</style>
background-color css
<style>
a { background-color: #6903DC; }
a { background-color: rgb(105,3,220); }
div.DivClassName
{
background-color: #6903DC;
}
.BgClassName
{
background-color: #6903DC;
}
</style>
border-color css
<style>
span { border-color: #6903DC; }
span { border-color: rgb(105,3,220); }
td.TdClassName
{
border-color: #6903DC;
}
.TagClassName
{
border-color: #6903DC;
}
</style>