Shades of Electric Indigo #6F1BFA
Tints of Electric Indigo #6F1BFA
RGB
CMYK
RGB Variations
Color information
#6F1BFA (or 0x6F1BFA) is known color: Electric Indigo. HEX triplet: 6F, 1B and FA. RGB value is (111,27,250). Sum of RGB (Red+Green+Blue) = 111+27+250=388 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.61% from 388); Green value is 27 (10.94% from 255 or 6.96% from 388); Blue value is 250 (98.05% from 255 or 64.43% from 388); Max value from RGB is 250 - color contains mainly: blue. Hex color #6F1BFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F1BFA is #90E405. Grayscale: #4C4C4C. Windows color (decimal): -9495558 or 16391023. OLE color: 16391023.
HSL color Cylindrical-coordinate representation of color #6F1BFA: hue angle of 262.6º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6F1BFA is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 27 | 250 | - |
| CMYK | 0.56 | 0.89 | 0 | 0.02 |
| HSL | 262.6º | 0.96% | 0.54% | - |
| HSV(B) | 262.6º | 0.89% | 0.98% | - |
| XYZ | 24.2 | 11.07 | 91.3 | - |
| YUV | 77.54 | 225.33 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 27 | 250 | 0.56 | 0.89 | 0 | 0.02 | 262.6 | 0.96 | 0.54 |
| Hex | 6F | 1B | FA | 38 | 59 | 0 | 2 | 107 | 60 | 36 |
| Octal | 157 | 33 | 372 | 70 | 131 | 0 | 2 | 407 | 140 | 66 |
| Binary | 1101111 | 11011 | 11111010 | 111000 | 1011001 | 0 | 10 | 100000111 | 1100000 | 110110 |
Color Harmonies of #6F1BFA
Complementary color
Monochromatic Colors of #6F1BFA
Black with #6F1BFA
Text Example
Text Example
White with #6F1BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1BFA; }
p { color: rgb(111,27,250); }
H1.HeaderClassName
{
color: #6F1BFA;
}
.AnyTagClassName
{
color: #6F1BFA;
}
</style>
background-color css
<style>
a { background-color: #6F1BFA; }
a { background-color: rgb(111,27,250); }
div.DivClassName
{
background-color: #6F1BFA;
}
.BgClassName
{
background-color: #6F1BFA;
}
</style>
border-color css
<style>
span { border-color: #6F1BFA; }
span { border-color: rgb(111,27,250); }
td.TdClassName
{
border-color: #6F1BFA;
}
.TagClassName
{
border-color: #6F1BFA;
}
</style>