Shades of Electric Indigo #6F0FF8
Tints of Electric Indigo #6F0FF8
RGB
CMYK
RGB Variations
Color information
#6F0FF8 (or 0x6F0FF8) is known color: Electric Indigo. HEX triplet: 6F, 0F and F8. RGB value is (111,15,248). Sum of RGB (Red+Green+Blue) = 111+15+248=374 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.68% from 374); Green value is 15 (6.25% from 255 or 4.01% from 374); Blue value is 248 (97.27% from 255 or 66.31% from 374); Max value from RGB is 248 - color contains mainly: blue. Hex color #6F0FF8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F0FF8 is #90F007. Grayscale: #454545. Windows color (decimal): -9498632 or 16256879. OLE color: 16256879.
HSL color Cylindrical-coordinate representation of color #6F0FF8: hue angle of 264.72º 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 #6F0FF8 is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 111 | 15 | 248 | - |
| CMYK | 0.55 | 0.94 | 0 | 0.03 |
| HSL | 264.72º | 0.94% | 0.52% | - |
| HSV(B) | 264.72º | 0.94% | 0.97% | - |
| XYZ | 23.67 | 10.5 | 89.59 | - |
| YUV | 70.27 | 228.3 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 15 | 248 | 0.55 | 0.94 | 0 | 0.03 | 264.72 | 0.94 | 0.52 |
| Hex | 6F | F | F8 | 37 | 5E | 0 | 3 | 109 | 5E | 34 |
| Octal | 157 | 17 | 370 | 67 | 136 | 0 | 3 | 411 | 136 | 64 |
| Binary | 1101111 | 1111 | 11111000 | 110111 | 1011110 | 0 | 11 | 100001001 | 1011110 | 110100 |
Color Harmonies of #6F0FF8
Complementary color
Monochromatic Colors of #6F0FF8
Black with #6F0FF8
Text Example
Text Example
White with #6F0FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0FF8; }
p { color: rgb(111,15,248); }
H1.HeaderClassName
{
color: #6F0FF8;
}
.AnyTagClassName
{
color: #6F0FF8;
}
</style>
background-color css
<style>
a { background-color: #6F0FF8; }
a { background-color: rgb(111,15,248); }
div.DivClassName
{
background-color: #6F0FF8;
}
.BgClassName
{
background-color: #6F0FF8;
}
</style>
border-color css
<style>
span { border-color: #6F0FF8; }
span { border-color: rgb(111,15,248); }
td.TdClassName
{
border-color: #6F0FF8;
}
.TagClassName
{
border-color: #6F0FF8;
}
</style>