Shades of Electric Indigo #6D0BFD
Tints of Electric Indigo #6D0BFD
RGB
CMYK
RGB Variations
Color information
#6D0BFD (or 0x6D0BFD) is known color: Electric Indigo. HEX triplet: 6D, 0B and FD. RGB value is (109,11,253). Sum of RGB (Red+Green+Blue) = 109+11+253=373 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.22% from 373); Green value is 11 (4.69% from 255 or 2.95% from 373); Blue value is 253 (99.22% from 255 or 67.83% from 373); Max value from RGB is 253 - color contains mainly: blue. Hex color #6D0BFD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6D0BFD is #92F402. Grayscale: #434343. Windows color (decimal): -9630723 or 16583533. OLE color: 16583533.
HSL color Cylindrical-coordinate representation of color #6D0BFD: hue angle of 264.3º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6D0BFD is Cyan = 0.57, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 109 | 11 | 253 | - |
| CMYK | 0.57 | 0.96 | 0 | 0.01 |
| HSL | 264.3º | 0.98% | 0.52% | - |
| HSV(B) | 264.3º | 0.96% | 0.99% | - |
| XYZ | 24.16 | 10.58 | 93.7 | - |
| YUV | 67.89 | 232.47 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 11 | 253 | 0.57 | 0.96 | 0 | 0.01 | 264.3 | 0.98 | 0.52 |
| Hex | 6D | B | FD | 39 | 60 | 0 | 1 | 108 | 62 | 34 |
| Octal | 155 | 13 | 375 | 71 | 140 | 0 | 1 | 410 | 142 | 64 |
| Binary | 1101101 | 1011 | 11111101 | 111001 | 1100000 | 0 | 1 | 100001000 | 1100010 | 110100 |
Color Harmonies of #6D0BFD
Complementary color
Monochromatic Colors of #6D0BFD
Black with #6D0BFD
Text Example
Text Example
White with #6D0BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0BFD; }
p { color: rgb(109,11,253); }
H1.HeaderClassName
{
color: #6D0BFD;
}
.AnyTagClassName
{
color: #6D0BFD;
}
</style>
background-color css
<style>
a { background-color: #6D0BFD; }
a { background-color: rgb(109,11,253); }
div.DivClassName
{
background-color: #6D0BFD;
}
.BgClassName
{
background-color: #6D0BFD;
}
</style>
border-color css
<style>
span { border-color: #6D0BFD; }
span { border-color: rgb(109,11,253); }
td.TdClassName
{
border-color: #6D0BFD;
}
.TagClassName
{
border-color: #6D0BFD;
}
</style>