Shades of Electric Indigo #6000FA
Tints of Electric Indigo #6000FA
RGB
CMYK
RGB Variations
Color information
#6000FA (or 0x6000FA) is known color: Electric Indigo. HEX triplet: 60, 00 and FA. RGB value is (96,0,250). Sum of RGB (Red+Green+Blue) = 96+0+250=346 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.75% from 346); Green value is 0 (0.39% from 255 or 0% from 346); Blue value is 250 (98.05% from 255 or 72.25% from 346); Max value from RGB is 250 - color contains mainly: blue. Hex color #6000FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6000FA is #9FFF05. Grayscale: #383838. Windows color (decimal): -10485510 or 16384096. OLE color: 16384096.
HSL color Cylindrical-coordinate representation of color #6000FA: hue angle of 263.04º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6000FA is Cyan = 0.62, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 0 | 250 | - |
| CMYK | 0.62 | 1 | 0 | 0.02 |
| HSL | 263.04º | 1% | 0.49% | - |
| HSV(B) | 263.04º | 1% | 0.98% | - |
| XYZ | 22.08 | 9.39 | 91.09 | - |
| YUV | 57.2 | 236.8 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 0 | 250 | 0.62 | 1 | 0 | 0.02 | 263.04 | 1 | 0.49 |
| Hex | 60 | 0 | FA | 3E | 64 | 0 | 2 | 107 | 64 | 31 |
| Octal | 140 | 0 | 372 | 76 | 144 | 0 | 2 | 407 | 144 | 61 |
| Binary | 1100000 | 0 | 11111010 | 111110 | 1100100 | 0 | 10 | 100000111 | 1100100 | 110001 |
Color Harmonies of #6000FA
Complementary color
Monochromatic Colors of #6000FA
Black with #6000FA
Text Example
Text Example
White with #6000FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6000FA; }
p { color: rgb(96,0,250); }
H1.HeaderClassName
{
color: #6000FA;
}
.AnyTagClassName
{
color: #6000FA;
}
</style>
background-color css
<style>
a { background-color: #6000FA; }
a { background-color: rgb(96,0,250); }
div.DivClassName
{
background-color: #6000FA;
}
.BgClassName
{
background-color: #6000FA;
}
</style>
border-color css
<style>
span { border-color: #6000FA; }
span { border-color: rgb(96,0,250); }
td.TdClassName
{
border-color: #6000FA;
}
.TagClassName
{
border-color: #6000FA;
}
</style>