Shades of Electric Indigo #6301FE
Tints of Electric Indigo #6301FE
RGB
CMYK
RGB Variations
Color information
#6301FE (or 0x6301FE) is known color: Electric Indigo. HEX triplet: 63, 01 and FE. RGB value is (99,1,254). Sum of RGB (Red+Green+Blue) = 99+1+254=354 (46% of max value = 765). Red value is 99 (39.06% from 255 or 27.97% from 354); Green value is 1 (0.78% from 255 or 0.28% from 354); Blue value is 254 (99.61% from 255 or 71.75% from 354); Max value from RGB is 254 - color contains mainly: blue. Hex color #6301FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6301FE is #9CFE01. Grayscale: #3A3A3A. Windows color (decimal): -10288642 or 16646499. OLE color: 16646499.
HSL color Cylindrical-coordinate representation of color #6301FE: hue angle of 263.24º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6301FE is Cyan = 0.61, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 99 | 1 | 254 | - |
| CMYK | 0.61 | 1.00 | 0 | 0.00 |
| HSL | 263.24º | 0.99% | 0.5% | - |
| HSV(B) | 263.24º | 1% | 1% | - |
| XYZ | 23.05 | 9.83 | 94.45 | - |
| YUV | 59.14 | 237.97 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 1 | 254 | 0.61 | 1.00 | 0 | 0.00 | 263.24 | 0.99 | 0.5 |
| Hex | 63 | 1 | FE | 3D | 64 | 0 | 0 | 107 | 63 | 32 |
| Octal | 143 | 1 | 376 | 75 | 144 | 0 | 0 | 407 | 143 | 62 |
| Binary | 1100011 | 1 | 11111110 | 111101 | 1100100 | 0 | 0 | 100000111 | 1100011 | 110010 |
Color Harmonies of #6301FE
Complementary color
Monochromatic Colors of #6301FE
Black with #6301FE
Text Example
Text Example
White with #6301FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6301FE; }
p { color: rgb(99,1,254); }
H1.HeaderClassName
{
color: #6301FE;
}
.AnyTagClassName
{
color: #6301FE;
}
</style>
background-color css
<style>
a { background-color: #6301FE; }
a { background-color: rgb(99,1,254); }
div.DivClassName
{
background-color: #6301FE;
}
.BgClassName
{
background-color: #6301FE;
}
</style>
border-color css
<style>
span { border-color: #6301FE; }
span { border-color: rgb(99,1,254); }
td.TdClassName
{
border-color: #6301FE;
}
.TagClassName
{
border-color: #6301FE;
}
</style>