Shades of Electric Indigo #600DFF
Tints of Electric Indigo #600DFF
RGB
CMYK
RGB Variations
Color information
#600DFF (or 0x600DFF) is known color: Electric Indigo. HEX triplet: 60, 0D and FF. RGB value is (96,13,255). Sum of RGB (Red+Green+Blue) = 96+13+255=364 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.37% from 364); Green value is 13 (5.47% from 255 or 3.57% from 364); Blue value is 255 (100% from 255 or 70.05% from 364); Max value from RGB is 255 - color contains mainly: blue. Hex color #600DFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #600DFF is #9FF200. Grayscale: #404040. Windows color (decimal): -10482177 or 16715104. OLE color: 16715104.
HSL color Cylindrical-coordinate representation of color #600DFF: hue angle of 260.58º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #600DFF is Cyan = 0.62, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 13 | 255 | - |
| CMYK | 0.62 | 0.95 | 0 | 0 |
| HSL | 260.58º | 1% | 0.53% | - |
| HSV(B) | 260.58º | 0.95% | 1% | - |
| XYZ | 23.02 | 9.99 | 95.32 | - |
| YUV | 65.41 | 235 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 13 | 255 | 0.62 | 0.95 | 0 | 0 | 260.58 | 1 | 0.53 |
| Hex | 60 | D | FF | 3E | 5F | 0 | 0 | 105 | 64 | 35 |
| Octal | 140 | 15 | 377 | 76 | 137 | 0 | 0 | 405 | 144 | 65 |
| Binary | 1100000 | 1101 | 11111111 | 111110 | 1011111 | 0 | 0 | 100000101 | 1100100 | 110101 |
Color Harmonies of #600DFF
Complementary color
Monochromatic Colors of #600DFF
Black with #600DFF
Text Example
Text Example
White with #600DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600DFF; }
p { color: rgb(96,13,255); }
H1.HeaderClassName
{
color: #600DFF;
}
.AnyTagClassName
{
color: #600DFF;
}
</style>
background-color css
<style>
a { background-color: #600DFF; }
a { background-color: rgb(96,13,255); }
div.DivClassName
{
background-color: #600DFF;
}
.BgClassName
{
background-color: #600DFF;
}
</style>
border-color css
<style>
span { border-color: #600DFF; }
span { border-color: rgb(96,13,255); }
td.TdClassName
{
border-color: #600DFF;
}
.TagClassName
{
border-color: #600DFF;
}
</style>