Shades of Electric Indigo #6903EA
Tints of Electric Indigo #6903EA
RGB
CMYK
RGB Variations
Color information
#6903EA (or 0x6903EA) is known color: Electric Indigo. HEX triplet: 69, 03 and EA. RGB value is (105,3,234). Sum of RGB (Red+Green+Blue) = 105+3+234=342 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.70% from 342); Green value is 3 (1.56% from 255 or 0.88% from 342); Blue value is 234 (91.80% from 255 or 68.42% from 342); Max value from RGB is 234 - color contains mainly: blue. Hex color #6903EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6903EA is #96FC15. Grayscale: #3B3B3B. Windows color (decimal): -9894934 or 15336297. OLE color: 15336297.
HSL color Cylindrical-coordinate representation of color #6903EA: hue angle of 266.49º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6903EA is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 105 | 3 | 234 | - |
| CMYK | 0.55 | 0.99 | 0 | 0.08 |
| HSL | 266.49º | 0.97% | 0.46% | - |
| HSV(B) | 266.49º | 0.99% | 0.92% | - |
| XYZ | 20.71 | 9.01 | 78.49 | - |
| YUV | 59.83 | 226.29 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 3 | 234 | 0.55 | 0.99 | 0 | 0.08 | 266.49 | 0.97 | 0.46 |
| Hex | 69 | 3 | EA | 37 | 63 | 0 | 8 | 10A | 61 | 2E |
| Octal | 151 | 3 | 352 | 67 | 143 | 0 | 10 | 412 | 141 | 56 |
| Binary | 1101001 | 11 | 11101010 | 110111 | 1100011 | 0 | 1000 | 100001010 | 1100001 | 101110 |
Color Harmonies of #6903EA
Complementary color
Monochromatic Colors of #6903EA
Black with #6903EA
Text Example
Text Example
White with #6903EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6903EA; }
p { color: rgb(105,3,234); }
H1.HeaderClassName
{
color: #6903EA;
}
.AnyTagClassName
{
color: #6903EA;
}
</style>
background-color css
<style>
a { background-color: #6903EA; }
a { background-color: rgb(105,3,234); }
div.DivClassName
{
background-color: #6903EA;
}
.BgClassName
{
background-color: #6903EA;
}
</style>
border-color css
<style>
span { border-color: #6903EA; }
span { border-color: rgb(105,3,234); }
td.TdClassName
{
border-color: #6903EA;
}
.TagClassName
{
border-color: #6903EA;
}
</style>