Shades of Electric Indigo #6305FF
Tints of Electric Indigo #6305FF
RGB
CMYK
RGB Variations
Color information
#6305FF (or 0x6305FF) is known color: Electric Indigo. HEX triplet: 63, 05 and FF. RGB value is (99,5,255). Sum of RGB (Red+Green+Blue) = 99+5+255=359 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.58% from 359); Green value is 5 (2.34% from 255 or 1.39% from 359); Blue value is 255 (100% from 255 or 71.03% from 359); Max value from RGB is 255 - color contains mainly: blue. Hex color #6305FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6305FF is #9CFA00. Grayscale: #3C3C3C. Windows color (decimal): -10287617 or 16713059. OLE color: 16713059.
HSL color Cylindrical-coordinate representation of color #6305FF: hue angle of 262.56º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6305FF is Cyan = 0.61, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 99 | 5 | 255 | - |
| CMYK | 0.61 | 0.98 | 0 | 0 |
| HSL | 262.56º | 1% | 0.51% | - |
| HSV(B) | 262.56º | 0.98% | 1% | - |
| XYZ | 23.25 | 9.98 | 95.31 | - |
| YUV | 61.61 | 237.14 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 5 | 255 | 0.61 | 0.98 | 0 | 0 | 262.56 | 1 | 0.51 |
| Hex | 63 | 5 | FF | 3D | 62 | 0 | 0 | 107 | 64 | 33 |
| Octal | 143 | 5 | 377 | 75 | 142 | 0 | 0 | 407 | 144 | 63 |
| Binary | 1100011 | 101 | 11111111 | 111101 | 1100010 | 0 | 0 | 100000111 | 1100100 | 110011 |
Color Harmonies of #6305FF
Complementary color
Monochromatic Colors of #6305FF
Black with #6305FF
Text Example
Text Example
White with #6305FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6305FF; }
p { color: rgb(99,5,255); }
H1.HeaderClassName
{
color: #6305FF;
}
.AnyTagClassName
{
color: #6305FF;
}
</style>
background-color css
<style>
a { background-color: #6305FF; }
a { background-color: rgb(99,5,255); }
div.DivClassName
{
background-color: #6305FF;
}
.BgClassName
{
background-color: #6305FF;
}
</style>
border-color css
<style>
span { border-color: #6305FF; }
span { border-color: rgb(99,5,255); }
td.TdClassName
{
border-color: #6305FF;
}
.TagClassName
{
border-color: #6305FF;
}
</style>