Shades of Electric Indigo #6508F5
Tints of Electric Indigo #6508F5
RGB
CMYK
RGB Variations
Color information
#6508F5 (or 0x6508F5) is known color: Electric Indigo. HEX triplet: 65, 08 and F5. RGB value is (101,8,245). Sum of RGB (Red+Green+Blue) = 101+8+245=354 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.53% from 354); Green value is 8 (3.52% from 255 or 2.26% from 354); Blue value is 245 (96.09% from 255 or 69.21% from 354); Max value from RGB is 245 - color contains mainly: blue. Hex color #6508F5 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6508F5 is #9AF70A. Grayscale: #3D3D3D. Windows color (decimal): -10155787 or 16058469. OLE color: 16058469.
HSL color Cylindrical-coordinate representation of color #6508F5: hue angle of 263.54º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6508F5 is Cyan = 0.59, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 101 | 8 | 245 | - |
| CMYK | 0.59 | 0.97 | 0 | 0.04 |
| HSL | 263.54º | 0.94% | 0.5% | - |
| HSV(B) | 263.54º | 0.97% | 0.96% | - |
| XYZ | 21.94 | 9.53 | 87.07 | - |
| YUV | 62.83 | 230.81 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 8 | 245 | 0.59 | 0.97 | 0 | 0.04 | 263.54 | 0.94 | 0.5 |
| Hex | 65 | 8 | F5 | 3B | 61 | 0 | 4 | 108 | 5E | 32 |
| Octal | 145 | 10 | 365 | 73 | 141 | 0 | 4 | 410 | 136 | 62 |
| Binary | 1100101 | 1000 | 11110101 | 111011 | 1100001 | 0 | 100 | 100001000 | 1011110 | 110010 |
Color Harmonies of #6508F5
Complementary color
Monochromatic Colors of #6508F5
Black with #6508F5
Text Example
Text Example
White with #6508F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6508F5; }
p { color: rgb(101,8,245); }
H1.HeaderClassName
{
color: #6508F5;
}
.AnyTagClassName
{
color: #6508F5;
}
</style>
background-color css
<style>
a { background-color: #6508F5; }
a { background-color: rgb(101,8,245); }
div.DivClassName
{
background-color: #6508F5;
}
.BgClassName
{
background-color: #6508F5;
}
</style>
border-color css
<style>
span { border-color: #6508F5; }
span { border-color: rgb(101,8,245); }
td.TdClassName
{
border-color: #6508F5;
}
.TagClassName
{
border-color: #6508F5;
}
</style>