Shades of Electric Indigo #6309FA
Tints of Electric Indigo #6309FA
RGB
CMYK
RGB Variations
Color information
#6309FA (or 0x6309FA) is known color: Electric Indigo. HEX triplet: 63, 09 and FA. RGB value is (99,9,250). Sum of RGB (Red+Green+Blue) = 99+9+250=358 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.65% from 358); Green value is 9 (3.91% from 255 or 2.51% from 358); Blue value is 250 (98.05% from 255 or 69.83% from 358); Max value from RGB is 250 - color contains mainly: blue. Hex color #6309FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6309FA is #9CF605. Grayscale: #3E3E3E. Windows color (decimal): -10286598 or 16386403. OLE color: 16386403.
HSL color Cylindrical-coordinate representation of color #6309FA: hue angle of 262.41º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6309FA is Cyan = 0.60, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 99 | 9 | 250 | - |
| CMYK | 0.60 | 0.96 | 0 | 0.02 |
| HSL | 262.41º | 0.96% | 0.51% | - |
| HSV(B) | 262.41º | 0.96% | 0.98% | - |
| XYZ | 22.5 | 9.75 | 91.14 | - |
| YUV | 63.38 | 233.32 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 9 | 250 | 0.60 | 0.96 | 0 | 0.02 | 262.41 | 0.96 | 0.51 |
| Hex | 63 | 9 | FA | 3C | 60 | 0 | 2 | 106 | 60 | 33 |
| Octal | 143 | 11 | 372 | 74 | 140 | 0 | 2 | 406 | 140 | 63 |
| Binary | 1100011 | 1001 | 11111010 | 111100 | 1100000 | 0 | 10 | 100000110 | 1100000 | 110011 |
Color Harmonies of #6309FA
Complementary color
Monochromatic Colors of #6309FA
Black with #6309FA
Text Example
Text Example
White with #6309FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6309FA; }
p { color: rgb(99,9,250); }
H1.HeaderClassName
{
color: #6309FA;
}
.AnyTagClassName
{
color: #6309FA;
}
</style>
background-color css
<style>
a { background-color: #6309FA; }
a { background-color: rgb(99,9,250); }
div.DivClassName
{
background-color: #6309FA;
}
.BgClassName
{
background-color: #6309FA;
}
</style>
border-color css
<style>
span { border-color: #6309FA; }
span { border-color: rgb(99,9,250); }
td.TdClassName
{
border-color: #6309FA;
}
.TagClassName
{
border-color: #6309FA;
}
</style>