Shades of Electric Indigo #6508D7
Tints of Electric Indigo #6508D7
RGB
CMYK
RGB Variations
Color information
#6508D7 (or 0x6508D7) is known color: Electric Indigo. HEX triplet: 65, 08 and D7. RGB value is (101,8,215). Sum of RGB (Red+Green+Blue) = 101+8+215=324 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.17% from 324); Green value is 8 (3.52% from 255 or 2.47% from 324); Blue value is 215 (84.38% from 255 or 66.36% from 324); Max value from RGB is 215 - color contains mainly: blue. Hex color #6508D7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6508D7 is #9AF728. Grayscale: #3A3A3A. Windows color (decimal): -10155817 or 14092389. OLE color: 14092389.
HSL color Cylindrical-coordinate representation of color #6508D7: hue angle of 266.96º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6508D7 is Cyan = 0.53, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 8 | 215 | - |
| CMYK | 0.53 | 0.96 | 0 | 0.16 |
| HSL | 266.96º | 0.93% | 0.44% | - |
| HSV(B) | 266.96º | 0.96% | 0.84% | - |
| XYZ | 17.72 | 7.85 | 64.87 | - |
| YUV | 59.41 | 215.81 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 8 | 215 | 0.53 | 0.96 | 0 | 0.16 | 266.96 | 0.93 | 0.44 |
| Hex | 65 | 8 | D7 | 35 | 60 | 0 | 10 | 10B | 5D | 2C |
| Octal | 145 | 10 | 327 | 65 | 140 | 0 | 20 | 413 | 135 | 54 |
| Binary | 1100101 | 1000 | 11010111 | 110101 | 1100000 | 0 | 10000 | 100001011 | 1011101 | 101100 |
Color Harmonies of #6508D7
Complementary color
Monochromatic Colors of #6508D7
Black with #6508D7
Text Example
Text Example
White with #6508D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6508D7; }
p { color: rgb(101,8,215); }
H1.HeaderClassName
{
color: #6508D7;
}
.AnyTagClassName
{
color: #6508D7;
}
</style>
background-color css
<style>
a { background-color: #6508D7; }
a { background-color: rgb(101,8,215); }
div.DivClassName
{
background-color: #6508D7;
}
.BgClassName
{
background-color: #6508D7;
}
</style>
border-color css
<style>
span { border-color: #6508D7; }
span { border-color: rgb(101,8,215); }
td.TdClassName
{
border-color: #6508D7;
}
.TagClassName
{
border-color: #6508D7;
}
</style>