Shades of Electric Indigo #6D00FD
Tints of Electric Indigo #6D00FD
RGB
CMYK
RGB Variations
Color information
#6D00FD (or 0x6D00FD) is known color: Electric Indigo. HEX triplet: 6D, 00 and FD. RGB value is (109,0,253). Sum of RGB (Red+Green+Blue) = 109+0+253=362 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.11% from 362); Green value is 0 (0.39% from 255 or 0% from 362); Blue value is 253 (99.22% from 255 or 69.89% from 362); Max value from RGB is 253 - color contains mainly: blue. Hex color #6D00FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6D00FD is #92FF02. Grayscale: #3C3C3C. Windows color (decimal): -9633539 or 16580717. OLE color: 16580717.
HSL color Cylindrical-coordinate representation of color #6D00FD: hue angle of 265.85º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6D00FD is Cyan = 0.57, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 109 | 0 | 253 | - |
| CMYK | 0.57 | 1 | 0 | 0.01 |
| HSL | 265.85º | 1% | 0.5% | - |
| HSV(B) | 265.85º | 1% | 0.99% | - |
| XYZ | 24.04 | 10.34 | 93.66 | - |
| YUV | 61.43 | 236.11 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 0 | 253 | 0.57 | 1 | 0 | 0.01 | 265.85 | 1 | 0.5 |
| Hex | 6D | 0 | FD | 39 | 64 | 0 | 1 | 10A | 64 | 32 |
| Octal | 155 | 0 | 375 | 71 | 144 | 0 | 1 | 412 | 144 | 62 |
| Binary | 1101101 | 0 | 11111101 | 111001 | 1100100 | 0 | 1 | 100001010 | 1100100 | 110010 |
Color Harmonies of #6D00FD
Complementary color
Monochromatic Colors of #6D00FD
Black with #6D00FD
Text Example
Text Example
White with #6D00FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D00FD; }
p { color: rgb(109,0,253); }
H1.HeaderClassName
{
color: #6D00FD;
}
.AnyTagClassName
{
color: #6D00FD;
}
</style>
background-color css
<style>
a { background-color: #6D00FD; }
a { background-color: rgb(109,0,253); }
div.DivClassName
{
background-color: #6D00FD;
}
.BgClassName
{
background-color: #6D00FD;
}
</style>
border-color css
<style>
span { border-color: #6D00FD; }
span { border-color: rgb(109,0,253); }
td.TdClassName
{
border-color: #6D00FD;
}
.TagClassName
{
border-color: #6D00FD;
}
</style>