Shades of Electric Indigo #6601ED
Tints of Electric Indigo #6601ED
RGB
CMYK
RGB Variations
Color information
#6601ED (or 0x6601ED) is known color: Electric Indigo. HEX triplet: 66, 01 and ED. RGB value is (102,1,237). Sum of RGB (Red+Green+Blue) = 102+1+237=340 (45% of max value = 765). Red value is 102 (40.23% from 255 or 30% from 340); Green value is 1 (0.78% from 255 or 0.29% from 340); Blue value is 237 (92.97% from 255 or 69.71% from 340); Max value from RGB is 237 - color contains mainly: blue. Hex color #6601ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6601ED is #99FE12. Grayscale: #393939. Windows color (decimal): -10092051 or 15532390. OLE color: 15532390.
HSL color Cylindrical-coordinate representation of color #6601ED: hue angle of 265.68º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6601ED is Cyan = 0.57, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 1 | 237 | - |
| CMYK | 0.57 | 1.00 | 0 | 0.07 |
| HSL | 265.68º | 0.99% | 0.47% | - |
| HSV(B) | 265.68º | 1% | 0.93% | - |
| XYZ | 20.78 | 8.96 | 80.76 | - |
| YUV | 58.1 | 228.96 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 1 | 237 | 0.57 | 1.00 | 0 | 0.07 | 265.68 | 0.99 | 0.47 |
| Hex | 66 | 1 | ED | 39 | 64 | 0 | 7 | 10A | 63 | 2F |
| Octal | 146 | 1 | 355 | 71 | 144 | 0 | 7 | 412 | 143 | 57 |
| Binary | 1100110 | 1 | 11101101 | 111001 | 1100100 | 0 | 111 | 100001010 | 1100011 | 101111 |
Color Harmonies of #6601ED
Complementary color
Monochromatic Colors of #6601ED
Black with #6601ED
Text Example
Text Example
White with #6601ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6601ED; }
p { color: rgb(102,1,237); }
H1.HeaderClassName
{
color: #6601ED;
}
.AnyTagClassName
{
color: #6601ED;
}
</style>
background-color css
<style>
a { background-color: #6601ED; }
a { background-color: rgb(102,1,237); }
div.DivClassName
{
background-color: #6601ED;
}
.BgClassName
{
background-color: #6601ED;
}
</style>
border-color css
<style>
span { border-color: #6601ED; }
span { border-color: rgb(102,1,237); }
td.TdClassName
{
border-color: #6601ED;
}
.TagClassName
{
border-color: #6601ED;
}
</style>