Shades of Electric Indigo #6005DF
Tints of Electric Indigo #6005DF
RGB
CMYK
RGB Variations
Color information
#6005DF (or 0x6005DF) is known color: Electric Indigo. HEX triplet: 60, 05 and DF. RGB value is (96,5,223). Sum of RGB (Red+Green+Blue) = 96+5+223=324 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.63% from 324); Green value is 5 (2.34% from 255 or 1.54% from 324); Blue value is 223 (87.5% from 255 or 68.83% from 324); Max value from RGB is 223 - color contains mainly: blue. Hex color #6005DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6005DF is #9FFA20. Grayscale: #383838. Windows color (decimal): -10484257 or 14615904. OLE color: 14615904.
HSL color Cylindrical-coordinate representation of color #6005DF: hue angle of 265.05º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6005DF is Cyan = 0.57, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 5 | 223 | - |
| CMYK | 0.57 | 0.98 | 0 | 0.13 |
| HSL | 265.05º | 0.96% | 0.45% | - |
| HSV(B) | 265.05º | 0.98% | 0.87% | - |
| XYZ | 18.2 | 7.92 | 70.38 | - |
| YUV | 57.06 | 221.65 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 5 | 223 | 0.57 | 0.98 | 0 | 0.13 | 265.05 | 0.96 | 0.45 |
| Hex | 60 | 5 | DF | 39 | 62 | 0 | D | 109 | 60 | 2D |
| Octal | 140 | 5 | 337 | 71 | 142 | 0 | 15 | 411 | 140 | 55 |
| Binary | 1100000 | 101 | 11011111 | 111001 | 1100010 | 0 | 1101 | 100001001 | 1100000 | 101101 |
Color Harmonies of #6005DF
Complementary color
Monochromatic Colors of #6005DF
Black with #6005DF
Text Example
Text Example
White with #6005DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6005DF; }
p { color: rgb(96,5,223); }
H1.HeaderClassName
{
color: #6005DF;
}
.AnyTagClassName
{
color: #6005DF;
}
</style>
background-color css
<style>
a { background-color: #6005DF; }
a { background-color: rgb(96,5,223); }
div.DivClassName
{
background-color: #6005DF;
}
.BgClassName
{
background-color: #6005DF;
}
</style>
border-color css
<style>
span { border-color: #6005DF; }
span { border-color: rgb(96,5,223); }
td.TdClassName
{
border-color: #6005DF;
}
.TagClassName
{
border-color: #6005DF;
}
</style>