Shades of Electric Indigo #6C00FF
Tints of Electric Indigo #6C00FF
RGB
CMYK
RGB Variations
Color information
#6C00FF (or 0x6C00FF) is known color: Electric Indigo. HEX triplet: 6C, 00 and FF. RGB value is (108,0,255). Sum of RGB (Red+Green+Blue) = 108+0+255=363 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.75% from 363); Green value is 0 (0.39% from 255 or 0% from 363); Blue value is 255 (100% from 255 or 70.25% from 363); Max value from RGB is 255 - color contains mainly: blue. Hex color #6C00FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6C00FF is #93FF00. Grayscale: #3C3C3C. Windows color (decimal): -9699073 or 16711788. OLE color: 16711788.
HSL color Cylindrical-coordinate representation of color #6C00FF: hue angle of 265.41º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6C00FF is Cyan = 0.58, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 108 | 0 | 255 | - |
| CMYK | 0.58 | 1 | 0 | 0 |
| HSL | 265.41º | 1% | 0.5% | - |
| HSV(B) | 265.41º | 1% | 1% | - |
| XYZ | 24.23 | 10.41 | 95.34 | - |
| YUV | 61.36 | 237.28 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 0 | 255 | 0.58 | 1 | 0 | 0 | 265.41 | 1 | 0.5 |
| Hex | 6C | 0 | FF | 3A | 64 | 0 | 0 | 109 | 64 | 32 |
| Octal | 154 | 0 | 377 | 72 | 144 | 0 | 0 | 411 | 144 | 62 |
| Binary | 1101100 | 0 | 11111111 | 111010 | 1100100 | 0 | 0 | 100001001 | 1100100 | 110010 |
Color Harmonies of #6C00FF
Complementary color
Monochromatic Colors of #6C00FF
Black with #6C00FF
Text Example
Text Example
White with #6C00FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C00FF; }
p { color: rgb(108,0,255); }
H1.HeaderClassName
{
color: #6C00FF;
}
.AnyTagClassName
{
color: #6C00FF;
}
</style>
background-color css
<style>
a { background-color: #6C00FF; }
a { background-color: rgb(108,0,255); }
div.DivClassName
{
background-color: #6C00FF;
}
.BgClassName
{
background-color: #6C00FF;
}
</style>
border-color css
<style>
span { border-color: #6C00FF; }
span { border-color: rgb(108,0,255); }
td.TdClassName
{
border-color: #6C00FF;
}
.TagClassName
{
border-color: #6C00FF;
}
</style>