Shades of Electric Indigo #6D1BFD
Tints of Electric Indigo #6D1BFD
RGB
CMYK
RGB Variations
Color information
#6D1BFD (or 0x6D1BFD) is known color: Electric Indigo. HEX triplet: 6D, 1B and FD. RGB value is (109,27,253). Sum of RGB (Red+Green+Blue) = 109+27+253=389 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.02% from 389); Green value is 27 (10.94% from 255 or 6.94% from 389); Blue value is 253 (99.22% from 255 or 65.04% from 389); Max value from RGB is 253 - color contains mainly: blue. Hex color #6D1BFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D1BFD is #92E402. Grayscale: #4C4C4C. Windows color (decimal): -9626627 or 16587629. OLE color: 16587629.
HSL color Cylindrical-coordinate representation of color #6D1BFD: hue angle of 261.77º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6D1BFD is Cyan = 0.57, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 109 | 27 | 253 | - |
| CMYK | 0.57 | 0.89 | 0 | 0.01 |
| HSL | 261.77º | 0.98% | 0.55% | - |
| HSV(B) | 261.77º | 0.89% | 0.99% | - |
| XYZ | 24.43 | 11.13 | 93.79 | - |
| YUV | 77.28 | 227.17 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 27 | 253 | 0.57 | 0.89 | 0 | 0.01 | 261.77 | 0.98 | 0.55 |
| Hex | 6D | 1B | FD | 39 | 59 | 0 | 1 | 106 | 62 | 37 |
| Octal | 155 | 33 | 375 | 71 | 131 | 0 | 1 | 406 | 142 | 67 |
| Binary | 1101101 | 11011 | 11111101 | 111001 | 1011001 | 0 | 1 | 100000110 | 1100010 | 110111 |
Color Harmonies of #6D1BFD
Complementary color
Monochromatic Colors of #6D1BFD
Black with #6D1BFD
Text Example
Text Example
White with #6D1BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1BFD; }
p { color: rgb(109,27,253); }
H1.HeaderClassName
{
color: #6D1BFD;
}
.AnyTagClassName
{
color: #6D1BFD;
}
</style>
background-color css
<style>
a { background-color: #6D1BFD; }
a { background-color: rgb(109,27,253); }
div.DivClassName
{
background-color: #6D1BFD;
}
.BgClassName
{
background-color: #6D1BFD;
}
</style>
border-color css
<style>
span { border-color: #6D1BFD; }
span { border-color: rgb(109,27,253); }
td.TdClassName
{
border-color: #6D1BFD;
}
.TagClassName
{
border-color: #6D1BFD;
}
</style>