Shades of Electric Indigo #6506FE
Tints of Electric Indigo #6506FE
RGB
CMYK
RGB Variations
Color information
#6506FE (or 0x6506FE) is known color: Electric Indigo. HEX triplet: 65, 06 and FE. RGB value is (101,6,254). Sum of RGB (Red+Green+Blue) = 101+6+254=361 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.98% from 361); Green value is 6 (2.73% from 255 or 1.66% from 361); Blue value is 254 (99.61% from 255 or 70.36% from 361); Max value from RGB is 254 - color contains mainly: blue. Hex color #6506FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6506FE is #9AF901. Grayscale: #3D3D3D. Windows color (decimal): -10156290 or 16647781. OLE color: 16647781.
HSL color Cylindrical-coordinate representation of color #6506FE: hue angle of 262.98º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6506FE is Cyan = 0.60, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 101 | 6 | 254 | - |
| CMYK | 0.60 | 0.98 | 0 | 0.00 |
| HSL | 262.98º | 0.99% | 0.51% | - |
| HSV(B) | 262.98º | 0.98% | 1% | - |
| XYZ | 23.32 | 10.05 | 94.48 | - |
| YUV | 62.68 | 235.97 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 6 | 254 | 0.60 | 0.98 | 0 | 0.00 | 262.98 | 0.99 | 0.51 |
| Hex | 65 | 6 | FE | 3C | 62 | 0 | 0 | 107 | 63 | 33 |
| Octal | 145 | 6 | 376 | 74 | 142 | 0 | 0 | 407 | 143 | 63 |
| Binary | 1100101 | 110 | 11111110 | 111100 | 1100010 | 0 | 0 | 100000111 | 1100011 | 110011 |
Color Harmonies of #6506FE
Complementary color
Monochromatic Colors of #6506FE
Black with #6506FE
Text Example
Text Example
White with #6506FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6506FE; }
p { color: rgb(101,6,254); }
H1.HeaderClassName
{
color: #6506FE;
}
.AnyTagClassName
{
color: #6506FE;
}
</style>
background-color css
<style>
a { background-color: #6506FE; }
a { background-color: rgb(101,6,254); }
div.DivClassName
{
background-color: #6506FE;
}
.BgClassName
{
background-color: #6506FE;
}
</style>
border-color css
<style>
span { border-color: #6506FE; }
span { border-color: rgb(101,6,254); }
td.TdClassName
{
border-color: #6506FE;
}
.TagClassName
{
border-color: #6506FE;
}
</style>