Shades of Electric Indigo #6309ED
Tints of Electric Indigo #6309ED
RGB
CMYK
RGB Variations
Color information
#6309ED (or 0x6309ED) is known color: Electric Indigo. HEX triplet: 63, 09 and ED. RGB value is (99,9,237). Sum of RGB (Red+Green+Blue) = 99+9+237=345 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.70% from 345); Green value is 9 (3.91% from 255 or 2.61% from 345); Blue value is 237 (92.97% from 255 or 68.70% from 345); Max value from RGB is 237 - color contains mainly: blue. Hex color #6309ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6309ED is #9CF612. Grayscale: #3D3D3D. Windows color (decimal): -10286611 or 15534435. OLE color: 15534435.
HSL color Cylindrical-coordinate representation of color #6309ED: hue angle of 263.68º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6309ED is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 99 | 9 | 237 | - |
| CMYK | 0.58 | 0.96 | 0 | 0.07 |
| HSL | 263.68º | 0.93% | 0.48% | - |
| HSV(B) | 263.68º | 0.96% | 0.93% | - |
| XYZ | 20.53 | 8.96 | 80.77 | - |
| YUV | 61.9 | 226.82 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 9 | 237 | 0.58 | 0.96 | 0 | 0.07 | 263.68 | 0.93 | 0.48 |
| Hex | 63 | 9 | ED | 3A | 60 | 0 | 7 | 108 | 5D | 30 |
| Octal | 143 | 11 | 355 | 72 | 140 | 0 | 7 | 410 | 135 | 60 |
| Binary | 1100011 | 1001 | 11101101 | 111010 | 1100000 | 0 | 111 | 100001000 | 1011101 | 110000 |
Color Harmonies of #6309ED
Complementary color
Monochromatic Colors of #6309ED
Black with #6309ED
Text Example
Text Example
White with #6309ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6309ED; }
p { color: rgb(99,9,237); }
H1.HeaderClassName
{
color: #6309ED;
}
.AnyTagClassName
{
color: #6309ED;
}
</style>
background-color css
<style>
a { background-color: #6309ED; }
a { background-color: rgb(99,9,237); }
div.DivClassName
{
background-color: #6309ED;
}
.BgClassName
{
background-color: #6309ED;
}
</style>
border-color css
<style>
span { border-color: #6309ED; }
span { border-color: rgb(99,9,237); }
td.TdClassName
{
border-color: #6309ED;
}
.TagClassName
{
border-color: #6309ED;
}
</style>