Shades of Electric Indigo #6902EB
Tints of Electric Indigo #6902EB
RGB
CMYK
RGB Variations
Color information
#6902EB (or 0x6902EB) is known color: Electric Indigo. HEX triplet: 69, 02 and EB. RGB value is (105,2,235). Sum of RGB (Red+Green+Blue) = 105+2+235=342 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.70% from 342); Green value is 2 (1.17% from 255 or 0.58% from 342); Blue value is 235 (92.19% from 255 or 68.71% from 342); Max value from RGB is 235 - color contains mainly: blue. Hex color #6902EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6902EB is #96FD14. Grayscale: #3A3A3A. Windows color (decimal): -9895189 or 15401577. OLE color: 15401577.
HSL color Cylindrical-coordinate representation of color #6902EB: hue angle of 266.52º 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 #6902EB is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 105 | 2 | 235 | - |
| CMYK | 0.55 | 0.99 | 0 | 0.08 |
| HSL | 266.52º | 0.98% | 0.46% | - |
| HSV(B) | 266.52º | 0.99% | 0.92% | - |
| XYZ | 20.84 | 9.04 | 79.24 | - |
| YUV | 59.36 | 227.12 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 2 | 235 | 0.55 | 0.99 | 0 | 0.08 | 266.52 | 0.98 | 0.46 |
| Hex | 69 | 2 | EB | 37 | 63 | 0 | 8 | 10B | 62 | 2E |
| Octal | 151 | 2 | 353 | 67 | 143 | 0 | 10 | 413 | 142 | 56 |
| Binary | 1101001 | 10 | 11101011 | 110111 | 1100011 | 0 | 1000 | 100001011 | 1100010 | 101110 |
Color Harmonies of #6902EB
Complementary color
Monochromatic Colors of #6902EB
Black with #6902EB
Text Example
Text Example
White with #6902EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6902EB; }
p { color: rgb(105,2,235); }
H1.HeaderClassName
{
color: #6902EB;
}
.AnyTagClassName
{
color: #6902EB;
}
</style>
background-color css
<style>
a { background-color: #6902EB; }
a { background-color: rgb(105,2,235); }
div.DivClassName
{
background-color: #6902EB;
}
.BgClassName
{
background-color: #6902EB;
}
</style>
border-color css
<style>
span { border-color: #6902EB; }
span { border-color: rgb(105,2,235); }
td.TdClassName
{
border-color: #6902EB;
}
.TagClassName
{
border-color: #6902EB;
}
</style>