Shades of Electric Indigo #6600EE
Tints of Electric Indigo #6600EE
RGB
CMYK
RGB Variations
Color information
#6600EE (or 0x6600EE) is known color: Electric Indigo. HEX triplet: 66, 00 and EE. RGB value is (102,0,238). Sum of RGB (Red+Green+Blue) = 102+0+238=340 (45% of max value = 765). Red value is 102 (40.23% from 255 or 30% from 340); Green value is 0 (0.39% from 255 or 0% from 340); Blue value is 238 (93.36% from 255 or 70% from 340); Max value from RGB is 238 - color contains mainly: blue. Hex color #6600EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6600EE is #99FF11. Grayscale: #383838. Windows color (decimal): -10092306 or 15597670. OLE color: 15597670.
HSL color Cylindrical-coordinate representation of color #6600EE: hue angle of 265.71º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6600EE is Cyan = 0.57, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 0 | 238 | - |
| CMYK | 0.57 | 1 | 0 | 0.07 |
| HSL | 265.71º | 1% | 0.47% | - |
| HSV(B) | 265.71º | 1% | 0.93% | - |
| XYZ | 20.91 | 9 | 81.52 | - |
| YUV | 57.63 | 229.79 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 0 | 238 | 0.57 | 1 | 0 | 0.07 | 265.71 | 1 | 0.47 |
| Hex | 66 | 0 | EE | 39 | 64 | 0 | 7 | 10A | 64 | 2F |
| Octal | 146 | 0 | 356 | 71 | 144 | 0 | 7 | 412 | 144 | 57 |
| Binary | 1100110 | 0 | 11101110 | 111001 | 1100100 | 0 | 111 | 100001010 | 1100100 | 101111 |
Color Harmonies of #6600EE
Complementary color
Monochromatic Colors of #6600EE
Black with #6600EE
Text Example
Text Example
White with #6600EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6600EE; }
p { color: rgb(102,0,238); }
H1.HeaderClassName
{
color: #6600EE;
}
.AnyTagClassName
{
color: #6600EE;
}
</style>
background-color css
<style>
a { background-color: #6600EE; }
a { background-color: rgb(102,0,238); }
div.DivClassName
{
background-color: #6600EE;
}
.BgClassName
{
background-color: #6600EE;
}
</style>
border-color css
<style>
span { border-color: #6600EE; }
span { border-color: rgb(102,0,238); }
td.TdClassName
{
border-color: #6600EE;
}
.TagClassName
{
border-color: #6600EE;
}
</style>