Shades of Electric Indigo #6500EF
Tints of Electric Indigo #6500EF
RGB
CMYK
RGB Variations
Color information
#6500EF (or 0x6500EF) is known color: Electric Indigo. HEX triplet: 65, 00 and EF. RGB value is (101,0,239). Sum of RGB (Red+Green+Blue) = 101+0+239=340 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.71% from 340); Green value is 0 (0.39% from 255 or 0% from 340); Blue value is 239 (93.75% from 255 or 70.29% from 340); Max value from RGB is 239 - color contains mainly: blue. Hex color #6500EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6500EF is #9AFF10. Grayscale: #383838. Windows color (decimal): -10157841 or 15663205. OLE color: 15663205.
HSL color Cylindrical-coordinate representation of color #6500EF: hue angle of 265.36º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6500EF is Cyan = 0.58, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 101 | 0 | 239 | - |
| CMYK | 0.58 | 1 | 0 | 0.06 |
| HSL | 265.36º | 1% | 0.47% | - |
| HSV(B) | 265.36º | 1% | 0.94% | - |
| XYZ | 20.95 | 9 | 82.29 | - |
| YUV | 57.45 | 230.46 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 0 | 239 | 0.58 | 1 | 0 | 0.06 | 265.36 | 1 | 0.47 |
| Hex | 65 | 0 | EF | 3A | 64 | 0 | 6 | 109 | 64 | 2F |
| Octal | 145 | 0 | 357 | 72 | 144 | 0 | 6 | 411 | 144 | 57 |
| Binary | 1100101 | 0 | 11101111 | 111010 | 1100100 | 0 | 110 | 100001001 | 1100100 | 101111 |
Color Harmonies of #6500EF
Complementary color
Monochromatic Colors of #6500EF
Black with #6500EF
Text Example
Text Example
White with #6500EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6500EF; }
p { color: rgb(101,0,239); }
H1.HeaderClassName
{
color: #6500EF;
}
.AnyTagClassName
{
color: #6500EF;
}
</style>
background-color css
<style>
a { background-color: #6500EF; }
a { background-color: rgb(101,0,239); }
div.DivClassName
{
background-color: #6500EF;
}
.BgClassName
{
background-color: #6500EF;
}
</style>
border-color css
<style>
span { border-color: #6500EF; }
span { border-color: rgb(101,0,239); }
td.TdClassName
{
border-color: #6500EF;
}
.TagClassName
{
border-color: #6500EF;
}
</style>