Shades of Electric Indigo #6902EF
Tints of Electric Indigo #6902EF
RGB
CMYK
RGB Variations
Color information
#6902EF (or 0x6902EF) is known color: Electric Indigo. HEX triplet: 69, 02 and EF. RGB value is (105,2,239). Sum of RGB (Red+Green+Blue) = 105+2+239=346 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.35% from 346); Green value is 2 (1.17% from 255 or 0.58% from 346); Blue value is 239 (93.75% from 255 or 69.08% from 346); Max value from RGB is 239 - color contains mainly: blue. Hex color #6902EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6902EF is #96FD10. Grayscale: #3A3A3A. Windows color (decimal): -9895185 or 15663721. OLE color: 15663721.
HSL color Cylindrical-coordinate representation of color #6902EF: hue angle of 266.08º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6902EF is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 105 | 2 | 239 | - |
| CMYK | 0.56 | 0.99 | 0 | 0.06 |
| HSL | 266.08º | 0.98% | 0.47% | - |
| HSV(B) | 266.08º | 0.99% | 0.94% | - |
| XYZ | 21.43 | 9.28 | 82.32 | - |
| YUV | 59.82 | 229.12 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 2 | 239 | 0.56 | 0.99 | 0 | 0.06 | 266.08 | 0.98 | 0.47 |
| Hex | 69 | 2 | EF | 38 | 63 | 0 | 6 | 10A | 62 | 2F |
| Octal | 151 | 2 | 357 | 70 | 143 | 0 | 6 | 412 | 142 | 57 |
| Binary | 1101001 | 10 | 11101111 | 111000 | 1100011 | 0 | 110 | 100001010 | 1100010 | 101111 |
Color Harmonies of #6902EF
Complementary color
Monochromatic Colors of #6902EF
Black with #6902EF
Text Example
Text Example
White with #6902EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6902EF; }
p { color: rgb(105,2,239); }
H1.HeaderClassName
{
color: #6902EF;
}
.AnyTagClassName
{
color: #6902EF;
}
</style>
background-color css
<style>
a { background-color: #6902EF; }
a { background-color: rgb(105,2,239); }
div.DivClassName
{
background-color: #6902EF;
}
.BgClassName
{
background-color: #6902EF;
}
</style>
border-color css
<style>
span { border-color: #6902EF; }
span { border-color: rgb(105,2,239); }
td.TdClassName
{
border-color: #6902EF;
}
.TagClassName
{
border-color: #6902EF;
}
</style>