Shades of Electric Indigo #660BED
Tints of Electric Indigo #660BED
RGB
CMYK
RGB Variations
Color information
#660BED (or 0x660BED) is known color: Electric Indigo. HEX triplet: 66, 0B and ED. RGB value is (102,11,237). Sum of RGB (Red+Green+Blue) = 102+11+237=350 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.14% from 350); Green value is 11 (4.69% from 255 or 3.14% from 350); Blue value is 237 (92.97% from 255 or 67.71% from 350); Max value from RGB is 237 - color contains mainly: blue. Hex color #660BED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #660BED is #99F412. Grayscale: #3F3F3F. Windows color (decimal): -10089491 or 15534950. OLE color: 15534950.
HSL color Cylindrical-coordinate representation of color #660BED: hue angle of 264.16º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #660BED is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 11 | 237 | - |
| CMYK | 0.57 | 0.95 | 0 | 0.07 |
| HSL | 264.16º | 0.91% | 0.49% | - |
| HSV(B) | 264.16º | 0.95% | 0.93% | - |
| XYZ | 20.89 | 9.18 | 80.79 | - |
| YUV | 63.97 | 225.65 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 11 | 237 | 0.57 | 0.95 | 0 | 0.07 | 264.16 | 0.91 | 0.49 |
| Hex | 66 | B | ED | 39 | 5F | 0 | 7 | 108 | 5B | 31 |
| Octal | 146 | 13 | 355 | 71 | 137 | 0 | 7 | 410 | 133 | 61 |
| Binary | 1100110 | 1011 | 11101101 | 111001 | 1011111 | 0 | 111 | 100001000 | 1011011 | 110001 |
Color Harmonies of #660BED
Complementary color
Monochromatic Colors of #660BED
Black with #660BED
Text Example
Text Example
White with #660BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660BED; }
p { color: rgb(102,11,237); }
H1.HeaderClassName
{
color: #660BED;
}
.AnyTagClassName
{
color: #660BED;
}
</style>
background-color css
<style>
a { background-color: #660BED; }
a { background-color: rgb(102,11,237); }
div.DivClassName
{
background-color: #660BED;
}
.BgClassName
{
background-color: #660BED;
}
</style>
border-color css
<style>
span { border-color: #660BED; }
span { border-color: rgb(102,11,237); }
td.TdClassName
{
border-color: #660BED;
}
.TagClassName
{
border-color: #660BED;
}
</style>