Shades of Electric Indigo #600DED
Tints of Electric Indigo #600DED
RGB
CMYK
RGB Variations
Color information
#600DED (or 0x600DED) is known color: Electric Indigo. HEX triplet: 60, 0D and ED. RGB value is (96,13,237). Sum of RGB (Red+Green+Blue) = 96+13+237=346 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.75% from 346); Green value is 13 (5.47% from 255 or 3.76% from 346); Blue value is 237 (92.97% from 255 or 68.50% from 346); Max value from RGB is 237 - color contains mainly: blue. Hex color #600DED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #600DED is #9FF212. Grayscale: #3E3E3E. Windows color (decimal): -10482195 or 15535456. OLE color: 15535456.
HSL color Cylindrical-coordinate representation of color #600DED: hue angle of 262.23º degrees, saturation: 0.9, 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 #600DED is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 13 | 237 | - |
| CMYK | 0.59 | 0.95 | 0 | 0.07 |
| HSL | 262.23º | 0.9% | 0.49% | - |
| HSV(B) | 262.23º | 0.95% | 0.93% | - |
| XYZ | 20.25 | 8.89 | 80.77 | - |
| YUV | 63.35 | 226 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 13 | 237 | 0.59 | 0.95 | 0 | 0.07 | 262.23 | 0.9 | 0.49 |
| Hex | 60 | D | ED | 3B | 5F | 0 | 7 | 106 | 5A | 31 |
| Octal | 140 | 15 | 355 | 73 | 137 | 0 | 7 | 406 | 132 | 61 |
| Binary | 1100000 | 1101 | 11101101 | 111011 | 1011111 | 0 | 111 | 100000110 | 1011010 | 110001 |
Color Harmonies of #600DED
Complementary color
Monochromatic Colors of #600DED
Black with #600DED
Text Example
Text Example
White with #600DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600DED; }
p { color: rgb(96,13,237); }
H1.HeaderClassName
{
color: #600DED;
}
.AnyTagClassName
{
color: #600DED;
}
</style>
background-color css
<style>
a { background-color: #600DED; }
a { background-color: rgb(96,13,237); }
div.DivClassName
{
background-color: #600DED;
}
.BgClassName
{
background-color: #600DED;
}
</style>
border-color css
<style>
span { border-color: #600DED; }
span { border-color: rgb(96,13,237); }
td.TdClassName
{
border-color: #600DED;
}
.TagClassName
{
border-color: #600DED;
}
</style>