Shades of Electric Indigo #600DF3
Tints of Electric Indigo #600DF3
RGB
CMYK
RGB Variations
Color information
#600DF3 (or 0x600DF3) is known color: Electric Indigo. HEX triplet: 60, 0D and F3. RGB value is (96,13,243). Sum of RGB (Red+Green+Blue) = 96+13+243=352 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.27% from 352); Green value is 13 (5.47% from 255 or 3.69% from 352); Blue value is 243 (95.31% from 255 or 69.03% from 352); Max value from RGB is 243 - color contains mainly: blue. Hex color #600DF3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #600DF3 is #9FF20C. Grayscale: #3F3F3F. Windows color (decimal): -10482189 or 15928672. OLE color: 15928672.
HSL color Cylindrical-coordinate representation of color #600DF3: hue angle of 261.65º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #600DF3 is Cyan = 0.60, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 13 | 243 | - |
| CMYK | 0.60 | 0.95 | 0 | 0.05 |
| HSL | 261.65º | 0.91% | 0.5% | - |
| HSV(B) | 261.65º | 0.95% | 0.95% | - |
| XYZ | 21.15 | 9.25 | 85.46 | - |
| YUV | 64.04 | 229 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 13 | 243 | 0.60 | 0.95 | 0 | 0.05 | 261.65 | 0.91 | 0.5 |
| Hex | 60 | D | F3 | 3C | 5F | 0 | 5 | 106 | 5B | 32 |
| Octal | 140 | 15 | 363 | 74 | 137 | 0 | 5 | 406 | 133 | 62 |
| Binary | 1100000 | 1101 | 11110011 | 111100 | 1011111 | 0 | 101 | 100000110 | 1011011 | 110010 |
Color Harmonies of #600DF3
Complementary color
Monochromatic Colors of #600DF3
Black with #600DF3
Text Example
Text Example
White with #600DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600DF3; }
p { color: rgb(96,13,243); }
H1.HeaderClassName
{
color: #600DF3;
}
.AnyTagClassName
{
color: #600DF3;
}
</style>
background-color css
<style>
a { background-color: #600DF3; }
a { background-color: rgb(96,13,243); }
div.DivClassName
{
background-color: #600DF3;
}
.BgClassName
{
background-color: #600DF3;
}
</style>
border-color css
<style>
span { border-color: #600DF3; }
span { border-color: rgb(96,13,243); }
td.TdClassName
{
border-color: #600DF3;
}
.TagClassName
{
border-color: #600DF3;
}
</style>