Shades of Electric Indigo #6C06E6
Tints of Electric Indigo #6C06E6
RGB
CMYK
RGB Variations
Color information
#6C06E6 (or 0x6C06E6) is known color: Electric Indigo. HEX triplet: 6C, 06 and E6. RGB value is (108,6,230). Sum of RGB (Red+Green+Blue) = 108+6+230=344 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.40% from 344); Green value is 6 (2.73% from 255 or 1.74% from 344); Blue value is 230 (90.23% from 255 or 66.86% from 344); Max value from RGB is 230 - color contains mainly: blue. Hex color #6C06E6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6C06E6 is #93F919. Grayscale: #3D3D3D. Windows color (decimal): -9697562 or 15074924. OLE color: 15074924.
HSL color Cylindrical-coordinate representation of color #6C06E6: hue angle of 267.32º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6C06E6 is Cyan = 0.53, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 108 | 6 | 230 | - |
| CMYK | 0.53 | 0.97 | 0 | 0.10 |
| HSL | 267.32º | 0.95% | 0.46% | - |
| HSV(B) | 267.32º | 0.97% | 0.9% | - |
| XYZ | 20.53 | 9.03 | 75.52 | - |
| YUV | 62.03 | 222.79 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 6 | 230 | 0.53 | 0.97 | 0 | 0.10 | 267.32 | 0.95 | 0.46 |
| Hex | 6C | 6 | E6 | 35 | 61 | 0 | A | 10B | 5F | 2E |
| Octal | 154 | 6 | 346 | 65 | 141 | 0 | 12 | 413 | 137 | 56 |
| Binary | 1101100 | 110 | 11100110 | 110101 | 1100001 | 0 | 1010 | 100001011 | 1011111 | 101110 |
Color Harmonies of #6C06E6
Complementary color
Monochromatic Colors of #6C06E6
Black with #6C06E6
Text Example
Text Example
White with #6C06E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C06E6; }
p { color: rgb(108,6,230); }
H1.HeaderClassName
{
color: #6C06E6;
}
.AnyTagClassName
{
color: #6C06E6;
}
</style>
background-color css
<style>
a { background-color: #6C06E6; }
a { background-color: rgb(108,6,230); }
div.DivClassName
{
background-color: #6C06E6;
}
.BgClassName
{
background-color: #6C06E6;
}
</style>
border-color css
<style>
span { border-color: #6C06E6; }
span { border-color: rgb(108,6,230); }
td.TdClassName
{
border-color: #6C06E6;
}
.TagClassName
{
border-color: #6C06E6;
}
</style>