Shades of Electric Indigo #6502EE
Tints of Electric Indigo #6502EE
RGB
CMYK
RGB Variations
Color information
#6502EE (or 0x6502EE) is known color: Electric Indigo. HEX triplet: 65, 02 and EE. RGB value is (101,2,238). Sum of RGB (Red+Green+Blue) = 101+2+238=341 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.62% from 341); Green value is 2 (1.17% from 255 or 0.59% from 341); Blue value is 238 (93.36% from 255 or 69.79% from 341); Max value from RGB is 238 - color contains mainly: blue. Hex color #6502EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6502EE is #9AFD11. Grayscale: #393939. Windows color (decimal): -10157330 or 15598181. OLE color: 15598181.
HSL color Cylindrical-coordinate representation of color #6502EE: hue angle of 265.17º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6502EE is Cyan = 0.58, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 2 | 238 | - |
| CMYK | 0.58 | 0.99 | 0 | 0.07 |
| HSL | 265.17º | 0.98% | 0.47% | - |
| HSV(B) | 265.17º | 0.99% | 0.93% | - |
| XYZ | 20.82 | 8.98 | 81.53 | - |
| YUV | 58.51 | 229.3 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 2 | 238 | 0.58 | 0.99 | 0 | 0.07 | 265.17 | 0.98 | 0.47 |
| Hex | 65 | 2 | EE | 3A | 63 | 0 | 7 | 109 | 62 | 2F |
| Octal | 145 | 2 | 356 | 72 | 143 | 0 | 7 | 411 | 142 | 57 |
| Binary | 1100101 | 10 | 11101110 | 111010 | 1100011 | 0 | 111 | 100001001 | 1100010 | 101111 |
Color Harmonies of #6502EE
Complementary color
Monochromatic Colors of #6502EE
Black with #6502EE
Text Example
Text Example
White with #6502EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6502EE; }
p { color: rgb(101,2,238); }
H1.HeaderClassName
{
color: #6502EE;
}
.AnyTagClassName
{
color: #6502EE;
}
</style>
background-color css
<style>
a { background-color: #6502EE; }
a { background-color: rgb(101,2,238); }
div.DivClassName
{
background-color: #6502EE;
}
.BgClassName
{
background-color: #6502EE;
}
</style>
border-color css
<style>
span { border-color: #6502EE; }
span { border-color: rgb(101,2,238); }
td.TdClassName
{
border-color: #6502EE;
}
.TagClassName
{
border-color: #6502EE;
}
</style>