Shades of Electric Indigo #6305FB
Tints of Electric Indigo #6305FB
RGB
CMYK
RGB Variations
Color information
#6305FB (or 0x6305FB) is known color: Electric Indigo. HEX triplet: 63, 05 and FB. RGB value is (99,5,251). Sum of RGB (Red+Green+Blue) = 99+5+251=355 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.89% from 355); Green value is 5 (2.34% from 255 or 1.41% from 355); Blue value is 251 (98.44% from 255 or 70.70% from 355); Max value from RGB is 251 - color contains mainly: blue. Hex color #6305FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6305FB is #9CFA04. Grayscale: #3C3C3C. Windows color (decimal): -10287621 or 16450915. OLE color: 16450915.
HSL color Cylindrical-coordinate representation of color #6305FB: hue angle of 262.93º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6305FB is Cyan = 0.61, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 99 | 5 | 251 | - |
| CMYK | 0.61 | 0.98 | 0 | 0.02 |
| HSL | 262.93º | 0.97% | 0.5% | - |
| HSV(B) | 262.93º | 0.98% | 0.98% | - |
| XYZ | 22.61 | 9.73 | 91.95 | - |
| YUV | 61.15 | 235.14 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 5 | 251 | 0.61 | 0.98 | 0 | 0.02 | 262.93 | 0.97 | 0.5 |
| Hex | 63 | 5 | FB | 3D | 62 | 0 | 2 | 107 | 61 | 32 |
| Octal | 143 | 5 | 373 | 75 | 142 | 0 | 2 | 407 | 141 | 62 |
| Binary | 1100011 | 101 | 11111011 | 111101 | 1100010 | 0 | 10 | 100000111 | 1100001 | 110010 |
Color Harmonies of #6305FB
Complementary color
Monochromatic Colors of #6305FB
Black with #6305FB
Text Example
Text Example
White with #6305FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6305FB; }
p { color: rgb(99,5,251); }
H1.HeaderClassName
{
color: #6305FB;
}
.AnyTagClassName
{
color: #6305FB;
}
</style>
background-color css
<style>
a { background-color: #6305FB; }
a { background-color: rgb(99,5,251); }
div.DivClassName
{
background-color: #6305FB;
}
.BgClassName
{
background-color: #6305FB;
}
</style>
border-color css
<style>
span { border-color: #6305FB; }
span { border-color: rgb(99,5,251); }
td.TdClassName
{
border-color: #6305FB;
}
.TagClassName
{
border-color: #6305FB;
}
</style>