Shades of Electric Indigo #6509DC
Tints of Electric Indigo #6509DC
RGB
CMYK
RGB Variations
Color information
#6509DC (or 0x6509DC) is known color: Electric Indigo. HEX triplet: 65, 09 and DC. RGB value is (101,9,220). Sum of RGB (Red+Green+Blue) = 101+9+220=330 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.61% from 330); Green value is 9 (3.91% from 255 or 2.73% from 330); Blue value is 220 (86.33% from 255 or 66.67% from 330); Max value from RGB is 220 - color contains mainly: blue. Hex color #6509DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6509DC is #9AF623. Grayscale: #3B3B3B. Windows color (decimal): -10155556 or 14420325. OLE color: 14420325.
HSL color Cylindrical-coordinate representation of color #6509DC: hue angle of 266.16º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6509DC is Cyan = 0.54, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 9 | 220 | - |
| CMYK | 0.54 | 0.96 | 0 | 0.14 |
| HSL | 266.16º | 0.92% | 0.45% | - |
| HSV(B) | 266.16º | 0.96% | 0.86% | - |
| XYZ | 18.38 | 8.13 | 68.31 | - |
| YUV | 60.56 | 217.98 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 9 | 220 | 0.54 | 0.96 | 0 | 0.14 | 266.16 | 0.92 | 0.45 |
| Hex | 65 | 9 | DC | 36 | 60 | 0 | E | 10A | 5C | 2D |
| Octal | 145 | 11 | 334 | 66 | 140 | 0 | 16 | 412 | 134 | 55 |
| Binary | 1100101 | 1001 | 11011100 | 110110 | 1100000 | 0 | 1110 | 100001010 | 1011100 | 101101 |
Color Harmonies of #6509DC
Complementary color
Monochromatic Colors of #6509DC
Black with #6509DC
Text Example
Text Example
White with #6509DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6509DC; }
p { color: rgb(101,9,220); }
H1.HeaderClassName
{
color: #6509DC;
}
.AnyTagClassName
{
color: #6509DC;
}
</style>
background-color css
<style>
a { background-color: #6509DC; }
a { background-color: rgb(101,9,220); }
div.DivClassName
{
background-color: #6509DC;
}
.BgClassName
{
background-color: #6509DC;
}
</style>
border-color css
<style>
span { border-color: #6509DC; }
span { border-color: rgb(101,9,220); }
td.TdClassName
{
border-color: #6509DC;
}
.TagClassName
{
border-color: #6509DC;
}
</style>