Shades of Electric Indigo #6903DB
Tints of Electric Indigo #6903DB
RGB
CMYK
RGB Variations
Color information
#6903DB (or 0x6903DB) is known color: Electric Indigo. HEX triplet: 69, 03 and DB. RGB value is (105,3,219). Sum of RGB (Red+Green+Blue) = 105+3+219=327 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.11% from 327); Green value is 3 (1.56% from 255 or 0.92% from 327); Blue value is 219 (85.94% from 255 or 66.97% from 327); Max value from RGB is 219 - color contains mainly: blue. Hex color #6903DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6903DB is #96FC24. Grayscale: #393939. Windows color (decimal): -9894949 or 14353257. OLE color: 14353257.
HSL color Cylindrical-coordinate representation of color #6903DB: hue angle of 268.33º 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 #6903DB is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 3 | 219 | - |
| CMYK | 0.52 | 0.99 | 0 | 0.14 |
| HSL | 268.33º | 0.97% | 0.44% | - |
| HSV(B) | 268.33º | 0.99% | 0.86% | - |
| XYZ | 18.64 | 8.18 | 67.61 | - |
| YUV | 58.12 | 218.79 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 3 | 219 | 0.52 | 0.99 | 0 | 0.14 | 268.33 | 0.97 | 0.44 |
| Hex | 69 | 3 | DB | 34 | 63 | 0 | E | 10C | 61 | 2C |
| Octal | 151 | 3 | 333 | 64 | 143 | 0 | 16 | 414 | 141 | 54 |
| Binary | 1101001 | 11 | 11011011 | 110100 | 1100011 | 0 | 1110 | 100001100 | 1100001 | 101100 |
Color Harmonies of #6903DB
Complementary color
Monochromatic Colors of #6903DB
Black with #6903DB
Text Example
Text Example
White with #6903DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6903DB; }
p { color: rgb(105,3,219); }
H1.HeaderClassName
{
color: #6903DB;
}
.AnyTagClassName
{
color: #6903DB;
}
</style>
background-color css
<style>
a { background-color: #6903DB; }
a { background-color: rgb(105,3,219); }
div.DivClassName
{
background-color: #6903DB;
}
.BgClassName
{
background-color: #6903DB;
}
</style>
border-color css
<style>
span { border-color: #6903DB; }
span { border-color: rgb(105,3,219); }
td.TdClassName
{
border-color: #6903DB;
}
.TagClassName
{
border-color: #6903DB;
}
</style>