Shades of Electric Indigo #600BFC
Tints of Electric Indigo #600BFC
RGB
CMYK
RGB Variations
Color information
#600BFC (or 0x600BFC) is known color: Electric Indigo. HEX triplet: 60, 0B and FC. RGB value is (96,11,252). Sum of RGB (Red+Green+Blue) = 96+11+252=359 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.74% from 359); Green value is 11 (4.69% from 255 or 3.06% from 359); Blue value is 252 (98.83% from 255 or 70.19% from 359); Max value from RGB is 252 - color contains mainly: blue. Hex color #600BFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #600BFC is #9FF403. Grayscale: #3F3F3F. Windows color (decimal): -10482692 or 16517984. OLE color: 16517984.
HSL color Cylindrical-coordinate representation of color #600BFC: hue angle of 261.16º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #600BFC is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 96 | 11 | 252 | - |
| CMYK | 0.62 | 0.96 | 0 | 0.01 |
| HSL | 261.16º | 0.98% | 0.52% | - |
| HSV(B) | 261.16º | 0.96% | 0.99% | - |
| XYZ | 22.51 | 9.75 | 92.79 | - |
| YUV | 63.89 | 234.16 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 11 | 252 | 0.62 | 0.96 | 0 | 0.01 | 261.16 | 0.98 | 0.52 |
| Hex | 60 | B | FC | 3E | 60 | 0 | 1 | 105 | 62 | 34 |
| Octal | 140 | 13 | 374 | 76 | 140 | 0 | 1 | 405 | 142 | 64 |
| Binary | 1100000 | 1011 | 11111100 | 111110 | 1100000 | 0 | 1 | 100000101 | 1100010 | 110100 |
Color Harmonies of #600BFC
Complementary color
Monochromatic Colors of #600BFC
Black with #600BFC
Text Example
Text Example
White with #600BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600BFC; }
p { color: rgb(96,11,252); }
H1.HeaderClassName
{
color: #600BFC;
}
.AnyTagClassName
{
color: #600BFC;
}
</style>
background-color css
<style>
a { background-color: #600BFC; }
a { background-color: rgb(96,11,252); }
div.DivClassName
{
background-color: #600BFC;
}
.BgClassName
{
background-color: #600BFC;
}
</style>
border-color css
<style>
span { border-color: #600BFC; }
span { border-color: rgb(96,11,252); }
td.TdClassName
{
border-color: #600BFC;
}
.TagClassName
{
border-color: #600BFC;
}
</style>