Shades of Electric Indigo #6D01FD
Tints of Electric Indigo #6D01FD
RGB
CMYK
RGB Variations
Color information
#6D01FD (or 0x6D01FD) is known color: Electric Indigo. HEX triplet: 6D, 01 and FD. RGB value is (109,1,253). Sum of RGB (Red+Green+Blue) = 109+1+253=363 (48% of max value = 765). Red value is 109 (42.97% from 255 or 30.03% from 363); Green value is 1 (0.78% from 255 or 0.28% from 363); Blue value is 253 (99.22% from 255 or 69.70% from 363); Max value from RGB is 253 - color contains mainly: blue. Hex color #6D01FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6D01FD is #92FE02. Grayscale: #3D3D3D. Windows color (decimal): -9633283 or 16580973. OLE color: 16580973.
HSL color Cylindrical-coordinate representation of color #6D01FD: hue angle of 265.71º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6D01FD is Cyan = 0.57, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 109 | 1 | 253 | - |
| CMYK | 0.57 | 1.00 | 0 | 0.01 |
| HSL | 265.71º | 0.99% | 0.5% | - |
| HSV(B) | 265.71º | 1% | 0.99% | - |
| XYZ | 24.05 | 10.36 | 93.66 | - |
| YUV | 62.02 | 235.78 | 161.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 1 | 253 | 0.57 | 1.00 | 0 | 0.01 | 265.71 | 0.99 | 0.5 |
| Hex | 6D | 1 | FD | 39 | 64 | 0 | 1 | 10A | 63 | 32 |
| Octal | 155 | 1 | 375 | 71 | 144 | 0 | 1 | 412 | 143 | 62 |
| Binary | 1101101 | 1 | 11111101 | 111001 | 1100100 | 0 | 1 | 100001010 | 1100011 | 110010 |
Color Harmonies of #6D01FD
Complementary color
Monochromatic Colors of #6D01FD
Black with #6D01FD
Text Example
Text Example
White with #6D01FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D01FD; }
p { color: rgb(109,1,253); }
H1.HeaderClassName
{
color: #6D01FD;
}
.AnyTagClassName
{
color: #6D01FD;
}
</style>
background-color css
<style>
a { background-color: #6D01FD; }
a { background-color: rgb(109,1,253); }
div.DivClassName
{
background-color: #6D01FD;
}
.BgClassName
{
background-color: #6D01FD;
}
</style>
border-color css
<style>
span { border-color: #6D01FD; }
span { border-color: rgb(109,1,253); }
td.TdClassName
{
border-color: #6D01FD;
}
.TagClassName
{
border-color: #6D01FD;
}
</style>