Shades of Electric Indigo #600AFB
Tints of Electric Indigo #600AFB
RGB
CMYK
RGB Variations
Color information
#600AFB (or 0x600AFB) is known color: Electric Indigo. HEX triplet: 60, 0A and FB. RGB value is (96,10,251). Sum of RGB (Red+Green+Blue) = 96+10+251=357 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.89% from 357); Green value is 10 (4.30% from 255 or 2.80% from 357); Blue value is 251 (98.44% from 255 or 70.31% from 357); Max value from RGB is 251 - color contains mainly: blue. Hex color #600AFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #600AFB is #9FF504. Grayscale: #3E3E3E. Windows color (decimal): -10482949 or 16452192. OLE color: 16452192.
HSL color Cylindrical-coordinate representation of color #600AFB: hue angle of 261.41º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #600AFB is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 10 | 251 | - |
| CMYK | 0.62 | 0.96 | 0 | 0.02 |
| HSL | 261.41º | 0.97% | 0.51% | - |
| HSV(B) | 261.41º | 0.96% | 0.98% | - |
| XYZ | 22.35 | 9.67 | 91.96 | - |
| YUV | 63.19 | 233.99 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 10 | 251 | 0.62 | 0.96 | 0 | 0.02 | 261.41 | 0.97 | 0.51 |
| Hex | 60 | A | FB | 3E | 60 | 0 | 2 | 105 | 61 | 33 |
| Octal | 140 | 12 | 373 | 76 | 140 | 0 | 2 | 405 | 141 | 63 |
| Binary | 1100000 | 1010 | 11111011 | 111110 | 1100000 | 0 | 10 | 100000101 | 1100001 | 110011 |
Color Harmonies of #600AFB
Complementary color
Monochromatic Colors of #600AFB
Black with #600AFB
Text Example
Text Example
White with #600AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600AFB; }
p { color: rgb(96,10,251); }
H1.HeaderClassName
{
color: #600AFB;
}
.AnyTagClassName
{
color: #600AFB;
}
</style>
background-color css
<style>
a { background-color: #600AFB; }
a { background-color: rgb(96,10,251); }
div.DivClassName
{
background-color: #600AFB;
}
.BgClassName
{
background-color: #600AFB;
}
</style>
border-color css
<style>
span { border-color: #600AFB; }
span { border-color: rgb(96,10,251); }
td.TdClassName
{
border-color: #600AFB;
}
.TagClassName
{
border-color: #600AFB;
}
</style>