Shades of Electric Indigo #6F10FF
Tints of Electric Indigo #6F10FF
RGB
CMYK
RGB Variations
Color information
#6F10FF (or 0x6F10FF) is known color: Electric Indigo. HEX triplet: 6F, 10 and FF. RGB value is (111,16,255). Sum of RGB (Red+Green+Blue) = 111+16+255=382 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.06% from 382); Green value is 16 (6.64% from 255 or 4.19% from 382); Blue value is 255 (100% from 255 or 66.75% from 382); Max value from RGB is 255 - color contains mainly: blue. Hex color #6F10FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F10FF is #90EF00. Grayscale: #464646. Windows color (decimal): -9498369 or 16715887. OLE color: 16715887.
HSL color Cylindrical-coordinate representation of color #6F10FF: hue angle of 263.85º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6F10FF is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 111 | 16 | 255 | - |
| CMYK | 0.56 | 0.94 | 0 | 0 |
| HSL | 263.85º | 1% | 0.53% | - |
| HSV(B) | 263.85º | 0.94% | 1% | - |
| XYZ | 24.79 | 10.97 | 95.42 | - |
| YUV | 71.65 | 231.47 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 16 | 255 | 0.56 | 0.94 | 0 | 0 | 263.85 | 1 | 0.53 |
| Hex | 6F | 10 | FF | 38 | 5E | 0 | 0 | 108 | 64 | 35 |
| Octal | 157 | 20 | 377 | 70 | 136 | 0 | 0 | 410 | 144 | 65 |
| Binary | 1101111 | 10000 | 11111111 | 111000 | 1011110 | 0 | 0 | 100001000 | 1100100 | 110101 |
Color Harmonies of #6F10FF
Complementary color
Monochromatic Colors of #6F10FF
Black with #6F10FF
Text Example
Text Example
White with #6F10FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F10FF; }
p { color: rgb(111,16,255); }
H1.HeaderClassName
{
color: #6F10FF;
}
.AnyTagClassName
{
color: #6F10FF;
}
</style>
background-color css
<style>
a { background-color: #6F10FF; }
a { background-color: rgb(111,16,255); }
div.DivClassName
{
background-color: #6F10FF;
}
.BgClassName
{
background-color: #6F10FF;
}
</style>
border-color css
<style>
span { border-color: #6F10FF; }
span { border-color: rgb(111,16,255); }
td.TdClassName
{
border-color: #6F10FF;
}
.TagClassName
{
border-color: #6F10FF;
}
</style>