Shades of Electric Indigo #6300FB
Tints of Electric Indigo #6300FB
RGB
CMYK
RGB Variations
Color information
#6300FB (or 0x6300FB) is known color: Electric Indigo. HEX triplet: 63, 00 and FB. RGB value is (99,0,251). Sum of RGB (Red+Green+Blue) = 99+0+251=350 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.29% from 350); Green value is 0 (0.39% from 255 or 0% from 350); Blue value is 251 (98.44% from 255 or 71.71% from 350); Max value from RGB is 251 - color contains mainly: blue. Hex color #6300FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6300FB is #9CFF04. Grayscale: #393939. Windows color (decimal): -10288901 or 16449635. OLE color: 16449635.
HSL color Cylindrical-coordinate representation of color #6300FB: hue angle of 263.67º 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 #6300FB is Cyan = 0.61, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 99 | 0 | 251 | - |
| CMYK | 0.61 | 1 | 0 | 0.02 |
| HSL | 263.67º | 1% | 0.49% | - |
| HSV(B) | 263.67º | 1% | 0.98% | - |
| XYZ | 22.56 | 9.62 | 91.93 | - |
| YUV | 58.22 | 236.8 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 0 | 251 | 0.61 | 1 | 0 | 0.02 | 263.67 | 1 | 0.49 |
| Hex | 63 | 0 | FB | 3D | 64 | 0 | 2 | 108 | 64 | 31 |
| Octal | 143 | 0 | 373 | 75 | 144 | 0 | 2 | 410 | 144 | 61 |
| Binary | 1100011 | 0 | 11111011 | 111101 | 1100100 | 0 | 10 | 100001000 | 1100100 | 110001 |
Color Harmonies of #6300FB
Complementary color
Monochromatic Colors of #6300FB
Black with #6300FB
Text Example
Text Example
White with #6300FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6300FB; }
p { color: rgb(99,0,251); }
H1.HeaderClassName
{
color: #6300FB;
}
.AnyTagClassName
{
color: #6300FB;
}
</style>
background-color css
<style>
a { background-color: #6300FB; }
a { background-color: rgb(99,0,251); }
div.DivClassName
{
background-color: #6300FB;
}
.BgClassName
{
background-color: #6300FB;
}
</style>
border-color css
<style>
span { border-color: #6300FB; }
span { border-color: rgb(99,0,251); }
td.TdClassName
{
border-color: #6300FB;
}
.TagClassName
{
border-color: #6300FB;
}
</style>