Shades of Electric Indigo #6F0CFF
Tints of Electric Indigo #6F0CFF
RGB
CMYK
RGB Variations
Color information
#6F0CFF (or 0x6F0CFF) is known color: Electric Indigo. HEX triplet: 6F, 0C and FF. RGB value is (111,12,255). Sum of RGB (Red+Green+Blue) = 111+12+255=378 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.37% from 378); Green value is 12 (5.08% from 255 or 3.17% from 378); Blue value is 255 (100% from 255 or 67.46% from 378); Max value from RGB is 255 - color contains mainly: blue. Hex color #6F0CFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F0CFF is #90F300. Grayscale: #444444. Windows color (decimal): -9499393 or 16714863. OLE color: 16714863.
HSL color Cylindrical-coordinate representation of color #6F0CFF: hue angle of 264.44º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F0CFF is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 111 | 12 | 255 | - |
| CMYK | 0.56 | 0.95 | 0 | 0 |
| HSL | 264.44º | 1% | 0.52% | - |
| HSV(B) | 264.44º | 0.95% | 1% | - |
| XYZ | 24.74 | 10.86 | 95.4 | - |
| YUV | 69.3 | 232.8 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 12 | 255 | 0.56 | 0.95 | 0 | 0 | 264.44 | 1 | 0.52 |
| Hex | 6F | C | FF | 38 | 5F | 0 | 0 | 108 | 64 | 34 |
| Octal | 157 | 14 | 377 | 70 | 137 | 0 | 0 | 410 | 144 | 64 |
| Binary | 1101111 | 1100 | 11111111 | 111000 | 1011111 | 0 | 0 | 100001000 | 1100100 | 110100 |
Color Harmonies of #6F0CFF
Complementary color
Monochromatic Colors of #6F0CFF
Black with #6F0CFF
Text Example
Text Example
White with #6F0CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0CFF; }
p { color: rgb(111,12,255); }
H1.HeaderClassName
{
color: #6F0CFF;
}
.AnyTagClassName
{
color: #6F0CFF;
}
</style>
background-color css
<style>
a { background-color: #6F0CFF; }
a { background-color: rgb(111,12,255); }
div.DivClassName
{
background-color: #6F0CFF;
}
.BgClassName
{
background-color: #6F0CFF;
}
</style>
border-color css
<style>
span { border-color: #6F0CFF; }
span { border-color: rgb(111,12,255); }
td.TdClassName
{
border-color: #6F0CFF;
}
.TagClassName
{
border-color: #6F0CFF;
}
</style>