Shades of Electric Indigo #6F10F8
Tints of Electric Indigo #6F10F8
RGB
CMYK
RGB Variations
Color information
#6F10F8 (or 0x6F10F8) is known color: Electric Indigo. HEX triplet: 6F, 10 and F8. RGB value is (111,16,248). Sum of RGB (Red+Green+Blue) = 111+16+248=375 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.6% from 375); Green value is 16 (6.64% from 255 or 4.27% from 375); Blue value is 248 (97.27% from 255 or 66.13% from 375); Max value from RGB is 248 - color contains mainly: blue. Hex color #6F10F8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F10F8 is #90EF07. Grayscale: #464646. Windows color (decimal): -9498376 or 16257135. OLE color: 16257135.
HSL color Cylindrical-coordinate representation of color #6F10F8: hue angle of 264.57º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6F10F8 is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 111 | 16 | 248 | - |
| CMYK | 0.55 | 0.94 | 0 | 0.03 |
| HSL | 264.57º | 0.94% | 0.52% | - |
| HSV(B) | 264.57º | 0.94% | 0.97% | - |
| XYZ | 23.68 | 10.53 | 89.59 | - |
| YUV | 70.85 | 227.97 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 16 | 248 | 0.55 | 0.94 | 0 | 0.03 | 264.57 | 0.94 | 0.52 |
| Hex | 6F | 10 | F8 | 37 | 5E | 0 | 3 | 109 | 5E | 34 |
| Octal | 157 | 20 | 370 | 67 | 136 | 0 | 3 | 411 | 136 | 64 |
| Binary | 1101111 | 10000 | 11111000 | 110111 | 1011110 | 0 | 11 | 100001001 | 1011110 | 110100 |
Color Harmonies of #6F10F8
Complementary color
Monochromatic Colors of #6F10F8
Black with #6F10F8
Text Example
Text Example
White with #6F10F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F10F8; }
p { color: rgb(111,16,248); }
H1.HeaderClassName
{
color: #6F10F8;
}
.AnyTagClassName
{
color: #6F10F8;
}
</style>
background-color css
<style>
a { background-color: #6F10F8; }
a { background-color: rgb(111,16,248); }
div.DivClassName
{
background-color: #6F10F8;
}
.BgClassName
{
background-color: #6F10F8;
}
</style>
border-color css
<style>
span { border-color: #6F10F8; }
span { border-color: rgb(111,16,248); }
td.TdClassName
{
border-color: #6F10F8;
}
.TagClassName
{
border-color: #6F10F8;
}
</style>