Shades of Electric Indigo #6F0AFF
Tints of Electric Indigo #6F0AFF
RGB
CMYK
RGB Variations
Color information
#6F0AFF (or 0x6F0AFF) is known color: Electric Indigo. HEX triplet: 6F, 0A and FF. RGB value is (111,10,255). Sum of RGB (Red+Green+Blue) = 111+10+255=376 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.52% from 376); Green value is 10 (4.30% from 255 or 2.66% from 376); Blue value is 255 (100% from 255 or 67.82% from 376); Max value from RGB is 255 - color contains mainly: blue. Hex color #6F0AFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F0AFF is #90F500. Grayscale: #434343. Windows color (decimal): -9499905 or 16714351. OLE color: 16714351.
HSL color Cylindrical-coordinate representation of color #6F0AFF: hue angle of 264.73º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6F0AFF is Cyan = 0.56, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 111 | 10 | 255 | - |
| CMYK | 0.56 | 0.96 | 0 | 0 |
| HSL | 264.73º | 1% | 0.52% | - |
| HSV(B) | 264.73º | 0.96% | 1% | - |
| XYZ | 24.71 | 10.82 | 95.39 | - |
| YUV | 68.13 | 233.46 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 10 | 255 | 0.56 | 0.96 | 0 | 0 | 264.73 | 1 | 0.52 |
| Hex | 6F | A | FF | 38 | 60 | 0 | 0 | 109 | 64 | 34 |
| Octal | 157 | 12 | 377 | 70 | 140 | 0 | 0 | 411 | 144 | 64 |
| Binary | 1101111 | 1010 | 11111111 | 111000 | 1100000 | 0 | 0 | 100001001 | 1100100 | 110100 |
Color Harmonies of #6F0AFF
Complementary color
Monochromatic Colors of #6F0AFF
Black with #6F0AFF
Text Example
Text Example
White with #6F0AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0AFF; }
p { color: rgb(111,10,255); }
H1.HeaderClassName
{
color: #6F0AFF;
}
.AnyTagClassName
{
color: #6F0AFF;
}
</style>
background-color css
<style>
a { background-color: #6F0AFF; }
a { background-color: rgb(111,10,255); }
div.DivClassName
{
background-color: #6F0AFF;
}
.BgClassName
{
background-color: #6F0AFF;
}
</style>
border-color css
<style>
span { border-color: #6F0AFF; }
span { border-color: rgb(111,10,255); }
td.TdClassName
{
border-color: #6F0AFF;
}
.TagClassName
{
border-color: #6F0AFF;
}
</style>