Shades of Electric Indigo #6509FA
Tints of Electric Indigo #6509FA
RGB
CMYK
RGB Variations
Color information
#6509FA (or 0x6509FA) is known color: Electric Indigo. HEX triplet: 65, 09 and FA. RGB value is (101,9,250). Sum of RGB (Red+Green+Blue) = 101+9+250=360 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.06% from 360); Green value is 9 (3.91% from 255 or 2.5% from 360); Blue value is 250 (98.05% from 255 or 69.44% from 360); Max value from RGB is 250 - color contains mainly: blue. Hex color #6509FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6509FA is #9AF605. Grayscale: #3F3F3F. Windows color (decimal): -10155526 or 16386405. OLE color: 16386405.
HSL color Cylindrical-coordinate representation of color #6509FA: hue angle of 262.9º 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 #6509FA is Cyan = 0.60, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 9 | 250 | - |
| CMYK | 0.60 | 0.96 | 0 | 0.02 |
| HSL | 262.9º | 0.96% | 0.51% | - |
| HSV(B) | 262.9º | 0.96% | 0.98% | - |
| XYZ | 22.72 | 9.86 | 91.15 | - |
| YUV | 63.98 | 232.98 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 9 | 250 | 0.60 | 0.96 | 0 | 0.02 | 262.9 | 0.96 | 0.51 |
| Hex | 65 | 9 | FA | 3C | 60 | 0 | 2 | 107 | 60 | 33 |
| Octal | 145 | 11 | 372 | 74 | 140 | 0 | 2 | 407 | 140 | 63 |
| Binary | 1100101 | 1001 | 11111010 | 111100 | 1100000 | 0 | 10 | 100000111 | 1100000 | 110011 |
Color Harmonies of #6509FA
Complementary color
Monochromatic Colors of #6509FA
Black with #6509FA
Text Example
Text Example
White with #6509FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6509FA; }
p { color: rgb(101,9,250); }
H1.HeaderClassName
{
color: #6509FA;
}
.AnyTagClassName
{
color: #6509FA;
}
</style>
background-color css
<style>
a { background-color: #6509FA; }
a { background-color: rgb(101,9,250); }
div.DivClassName
{
background-color: #6509FA;
}
.BgClassName
{
background-color: #6509FA;
}
</style>
border-color css
<style>
span { border-color: #6509FA; }
span { border-color: rgb(101,9,250); }
td.TdClassName
{
border-color: #6509FA;
}
.TagClassName
{
border-color: #6509FA;
}
</style>