Shades of Electric Indigo #6902EA
Tints of Electric Indigo #6902EA
RGB
CMYK
RGB Variations
Color information
#6902EA (or 0x6902EA) is known color: Electric Indigo. HEX triplet: 69, 02 and EA. RGB value is (105,2,234). Sum of RGB (Red+Green+Blue) = 105+2+234=341 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.79% from 341); Green value is 2 (1.17% from 255 or 0.59% from 341); Blue value is 234 (91.80% from 255 or 68.62% from 341); Max value from RGB is 234 - color contains mainly: blue. Hex color #6902EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6902EA is #96FD15. Grayscale: #3A3A3A. Windows color (decimal): -9895190 or 15336041. OLE color: 15336041.
HSL color Cylindrical-coordinate representation of color #6902EA: hue angle of 266.64º degrees, saturation: 0.98, 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 #6902EA is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 105 | 2 | 234 | - |
| CMYK | 0.55 | 0.99 | 0 | 0.08 |
| HSL | 266.64º | 0.98% | 0.46% | - |
| HSV(B) | 266.64º | 0.99% | 0.92% | - |
| XYZ | 20.7 | 8.99 | 78.49 | - |
| YUV | 59.25 | 226.62 | 160.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 2 | 234 | 0.55 | 0.99 | 0 | 0.08 | 266.64 | 0.98 | 0.46 |
| Hex | 69 | 2 | EA | 37 | 63 | 0 | 8 | 10B | 62 | 2E |
| Octal | 151 | 2 | 352 | 67 | 143 | 0 | 10 | 413 | 142 | 56 |
| Binary | 1101001 | 10 | 11101010 | 110111 | 1100011 | 0 | 1000 | 100001011 | 1100010 | 101110 |
Color Harmonies of #6902EA
Complementary color
Monochromatic Colors of #6902EA
Black with #6902EA
Text Example
Text Example
White with #6902EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6902EA; }
p { color: rgb(105,2,234); }
H1.HeaderClassName
{
color: #6902EA;
}
.AnyTagClassName
{
color: #6902EA;
}
</style>
background-color css
<style>
a { background-color: #6902EA; }
a { background-color: rgb(105,2,234); }
div.DivClassName
{
background-color: #6902EA;
}
.BgClassName
{
background-color: #6902EA;
}
</style>
border-color css
<style>
span { border-color: #6902EA; }
span { border-color: rgb(105,2,234); }
td.TdClassName
{
border-color: #6902EA;
}
.TagClassName
{
border-color: #6902EA;
}
</style>