Shades of Electric Indigo #6F0CED
Tints of Electric Indigo #6F0CED
RGB
CMYK
RGB Variations
Color information
#6F0CED (or 0x6F0CED) is known color: Electric Indigo. HEX triplet: 6F, 0C and ED. RGB value is (111,12,237). Sum of RGB (Red+Green+Blue) = 111+12+237=360 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.83% from 360); Green value is 12 (5.08% from 255 or 3.33% from 360); Blue value is 237 (92.97% from 255 or 65.83% from 360); Max value from RGB is 237 - color contains mainly: blue. Hex color #6F0CED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F0CED is #90F312. Grayscale: #424242. Windows color (decimal): -9499411 or 15535215. OLE color: 15535215.
HSL color Cylindrical-coordinate representation of color #6F0CED: hue angle of 266.4º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F0CED is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 12 | 237 | - |
| CMYK | 0.53 | 0.95 | 0 | 0.07 |
| HSL | 266.4º | 0.9% | 0.49% | - |
| HSV(B) | 266.4º | 0.95% | 0.93% | - |
| XYZ | 21.97 | 9.76 | 80.85 | - |
| YUV | 67.25 | 223.8 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 12 | 237 | 0.53 | 0.95 | 0 | 0.07 | 266.4 | 0.9 | 0.49 |
| Hex | 6F | C | ED | 35 | 5F | 0 | 7 | 10A | 5A | 31 |
| Octal | 157 | 14 | 355 | 65 | 137 | 0 | 7 | 412 | 132 | 61 |
| Binary | 1101111 | 1100 | 11101101 | 110101 | 1011111 | 0 | 111 | 100001010 | 1011010 | 110001 |
Color Harmonies of #6F0CED
Complementary color
Monochromatic Colors of #6F0CED
Black with #6F0CED
Text Example
Text Example
White with #6F0CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0CED; }
p { color: rgb(111,12,237); }
H1.HeaderClassName
{
color: #6F0CED;
}
.AnyTagClassName
{
color: #6F0CED;
}
</style>
background-color css
<style>
a { background-color: #6F0CED; }
a { background-color: rgb(111,12,237); }
div.DivClassName
{
background-color: #6F0CED;
}
.BgClassName
{
background-color: #6F0CED;
}
</style>
border-color css
<style>
span { border-color: #6F0CED; }
span { border-color: rgb(111,12,237); }
td.TdClassName
{
border-color: #6F0CED;
}
.TagClassName
{
border-color: #6F0CED;
}
</style>