Shades of Electric Indigo #6F0DF8
Tints of Electric Indigo #6F0DF8
RGB
CMYK
RGB Variations
Color information
#6F0DF8 (or 0x6F0DF8) is known color: Electric Indigo. HEX triplet: 6F, 0D and F8. RGB value is (111,13,248). Sum of RGB (Red+Green+Blue) = 111+13+248=372 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.84% from 372); Green value is 13 (5.47% from 255 or 3.49% from 372); Blue value is 248 (97.27% from 255 or 66.67% from 372); Max value from RGB is 248 - color contains mainly: blue. Hex color #6F0DF8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F0DF8 is #90F207. Grayscale: #444444. Windows color (decimal): -9499144 or 16256367. OLE color: 16256367.
HSL color Cylindrical-coordinate representation of color #6F0DF8: hue angle of 265.02º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F0DF8 is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 111 | 13 | 248 | - |
| CMYK | 0.55 | 0.95 | 0 | 0.03 |
| HSL | 265.02º | 0.94% | 0.51% | - |
| HSV(B) | 265.02º | 0.95% | 0.97% | - |
| XYZ | 23.64 | 10.44 | 89.58 | - |
| YUV | 69.09 | 228.97 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 13 | 248 | 0.55 | 0.95 | 0 | 0.03 | 265.02 | 0.94 | 0.51 |
| Hex | 6F | D | F8 | 37 | 5F | 0 | 3 | 109 | 5E | 33 |
| Octal | 157 | 15 | 370 | 67 | 137 | 0 | 3 | 411 | 136 | 63 |
| Binary | 1101111 | 1101 | 11111000 | 110111 | 1011111 | 0 | 11 | 100001001 | 1011110 | 110011 |
Color Harmonies of #6F0DF8
Complementary color
Monochromatic Colors of #6F0DF8
Black with #6F0DF8
Text Example
Text Example
White with #6F0DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0DF8; }
p { color: rgb(111,13,248); }
H1.HeaderClassName
{
color: #6F0DF8;
}
.AnyTagClassName
{
color: #6F0DF8;
}
</style>
background-color css
<style>
a { background-color: #6F0DF8; }
a { background-color: rgb(111,13,248); }
div.DivClassName
{
background-color: #6F0DF8;
}
.BgClassName
{
background-color: #6F0DF8;
}
</style>
border-color css
<style>
span { border-color: #6F0DF8; }
span { border-color: rgb(111,13,248); }
td.TdClassName
{
border-color: #6F0DF8;
}
.TagClassName
{
border-color: #6F0DF8;
}
</style>