Shades of Electric Indigo #6308FE
Tints of Electric Indigo #6308FE
RGB
CMYK
RGB Variations
Color information
#6308FE (or 0x6308FE) is known color: Electric Indigo. HEX triplet: 63, 08 and FE. RGB value is (99,8,254). Sum of RGB (Red+Green+Blue) = 99+8+254=361 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.42% from 361); Green value is 8 (3.52% from 255 or 2.22% from 361); Blue value is 254 (99.61% from 255 or 70.36% from 361); Max value from RGB is 254 - color contains mainly: blue. Hex color #6308FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6308FE is #9CF701. Grayscale: #3E3E3E. Windows color (decimal): -10286850 or 16648291. OLE color: 16648291.
HSL color Cylindrical-coordinate representation of color #6308FE: hue angle of 262.2º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6308FE is Cyan = 0.61, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 99 | 8 | 254 | - |
| CMYK | 0.61 | 0.97 | 0 | 0.00 |
| HSL | 262.2º | 0.99% | 0.51% | - |
| HSV(B) | 262.2º | 0.97% | 1% | - |
| XYZ | 23.12 | 9.98 | 94.47 | - |
| YUV | 63.25 | 235.65 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 8 | 254 | 0.61 | 0.97 | 0 | 0.00 | 262.2 | 0.99 | 0.51 |
| Hex | 63 | 8 | FE | 3D | 61 | 0 | 0 | 106 | 63 | 33 |
| Octal | 143 | 10 | 376 | 75 | 141 | 0 | 0 | 406 | 143 | 63 |
| Binary | 1100011 | 1000 | 11111110 | 111101 | 1100001 | 0 | 0 | 100000110 | 1100011 | 110011 |
Color Harmonies of #6308FE
Complementary color
Monochromatic Colors of #6308FE
Black with #6308FE
Text Example
Text Example
White with #6308FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6308FE; }
p { color: rgb(99,8,254); }
H1.HeaderClassName
{
color: #6308FE;
}
.AnyTagClassName
{
color: #6308FE;
}
</style>
background-color css
<style>
a { background-color: #6308FE; }
a { background-color: rgb(99,8,254); }
div.DivClassName
{
background-color: #6308FE;
}
.BgClassName
{
background-color: #6308FE;
}
</style>
border-color css
<style>
span { border-color: #6308FE; }
span { border-color: rgb(99,8,254); }
td.TdClassName
{
border-color: #6308FE;
}
.TagClassName
{
border-color: #6308FE;
}
</style>