Shades of Electric Indigo #6C0FFD
Tints of Electric Indigo #6C0FFD
RGB
CMYK
RGB Variations
Color information
#6C0FFD (or 0x6C0FFD) is known color: Electric Indigo. HEX triplet: 6C, 0F and FD. RGB value is (108,15,253). Sum of RGB (Red+Green+Blue) = 108+15+253=376 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.72% from 376); Green value is 15 (6.25% from 255 or 3.99% from 376); Blue value is 253 (99.22% from 255 or 67.29% from 376); Max value from RGB is 253 - color contains mainly: blue. Hex color #6C0FFD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6C0FFD is #93F002. Grayscale: #454545. Windows color (decimal): -9695235 or 16584556. OLE color: 16584556.
HSL color Cylindrical-coordinate representation of color #6C0FFD: hue angle of 263.45º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6C0FFD is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 108 | 15 | 253 | - |
| CMYK | 0.57 | 0.94 | 0 | 0.01 |
| HSL | 263.45º | 0.98% | 0.53% | - |
| HSV(B) | 263.45º | 0.94% | 0.99% | - |
| XYZ | 24.08 | 10.62 | 93.71 | - |
| YUV | 69.94 | 231.31 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 15 | 253 | 0.57 | 0.94 | 0 | 0.01 | 263.45 | 0.98 | 0.53 |
| Hex | 6C | F | FD | 39 | 5E | 0 | 1 | 107 | 62 | 35 |
| Octal | 154 | 17 | 375 | 71 | 136 | 0 | 1 | 407 | 142 | 65 |
| Binary | 1101100 | 1111 | 11111101 | 111001 | 1011110 | 0 | 1 | 100000111 | 1100010 | 110101 |
Color Harmonies of #6C0FFD
Complementary color
Monochromatic Colors of #6C0FFD
Black with #6C0FFD
Text Example
Text Example
White with #6C0FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0FFD; }
p { color: rgb(108,15,253); }
H1.HeaderClassName
{
color: #6C0FFD;
}
.AnyTagClassName
{
color: #6C0FFD;
}
</style>
background-color css
<style>
a { background-color: #6C0FFD; }
a { background-color: rgb(108,15,253); }
div.DivClassName
{
background-color: #6C0FFD;
}
.BgClassName
{
background-color: #6C0FFD;
}
</style>
border-color css
<style>
span { border-color: #6C0FFD; }
span { border-color: rgb(108,15,253); }
td.TdClassName
{
border-color: #6C0FFD;
}
.TagClassName
{
border-color: #6C0FFD;
}
</style>