Shades of Electric Indigo #6F10FA
Tints of Electric Indigo #6F10FA
RGB
CMYK
RGB Variations
Color information
#6F10FA (or 0x6F10FA) is known color: Electric Indigo. HEX triplet: 6F, 10 and FA. RGB value is (111,16,250). Sum of RGB (Red+Green+Blue) = 111+16+250=377 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.44% from 377); Green value is 16 (6.64% from 255 or 4.24% from 377); Blue value is 250 (98.05% from 255 or 66.31% from 377); Max value from RGB is 250 - color contains mainly: blue. Hex color #6F10FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F10FA is #90EF05. Grayscale: #464646. Windows color (decimal): -9498374 or 16388207. OLE color: 16388207.
HSL color Cylindrical-coordinate representation of color #6F10FA: hue angle of 264.36º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6F10FA is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 16 | 250 | - |
| CMYK | 0.56 | 0.94 | 0 | 0.02 |
| HSL | 264.36º | 0.96% | 0.52% | - |
| HSV(B) | 264.36º | 0.94% | 0.98% | - |
| XYZ | 24 | 10.65 | 91.23 | - |
| YUV | 71.08 | 228.97 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 16 | 250 | 0.56 | 0.94 | 0 | 0.02 | 264.36 | 0.96 | 0.52 |
| Hex | 6F | 10 | FA | 38 | 5E | 0 | 2 | 108 | 60 | 34 |
| Octal | 157 | 20 | 372 | 70 | 136 | 0 | 2 | 410 | 140 | 64 |
| Binary | 1101111 | 10000 | 11111010 | 111000 | 1011110 | 0 | 10 | 100001000 | 1100000 | 110100 |
Color Harmonies of #6F10FA
Complementary color
Monochromatic Colors of #6F10FA
Black with #6F10FA
Text Example
Text Example
White with #6F10FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F10FA; }
p { color: rgb(111,16,250); }
H1.HeaderClassName
{
color: #6F10FA;
}
.AnyTagClassName
{
color: #6F10FA;
}
</style>
background-color css
<style>
a { background-color: #6F10FA; }
a { background-color: rgb(111,16,250); }
div.DivClassName
{
background-color: #6F10FA;
}
.BgClassName
{
background-color: #6F10FA;
}
</style>
border-color css
<style>
span { border-color: #6F10FA; }
span { border-color: rgb(111,16,250); }
td.TdClassName
{
border-color: #6F10FA;
}
.TagClassName
{
border-color: #6F10FA;
}
</style>