Shades of Electric Indigo #6F04FE
Tints of Electric Indigo #6F04FE
RGB
CMYK
RGB Variations
Color information
#6F04FE (or 0x6F04FE) is known color: Electric Indigo. HEX triplet: 6F, 04 and FE. RGB value is (111,4,254). Sum of RGB (Red+Green+Blue) = 111+4+254=369 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.08% from 369); Green value is 4 (1.95% from 255 or 1.08% from 369); Blue value is 254 (99.61% from 255 or 68.83% from 369); Max value from RGB is 254 - color contains mainly: blue. Hex color #6F04FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F04FE is #90FB01. Grayscale: #3F3F3F. Windows color (decimal): -9501442 or 16647279. OLE color: 16647279.
HSL color Cylindrical-coordinate representation of color #6F04FE: hue angle of 265.68º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6F04FE is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 111 | 4 | 254 | - |
| CMYK | 0.56 | 0.98 | 0 | 0.00 |
| HSL | 265.68º | 0.99% | 0.51% | - |
| HSV(B) | 265.68º | 0.98% | 1% | - |
| XYZ | 24.49 | 10.62 | 94.53 | - |
| YUV | 64.49 | 234.95 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 4 | 254 | 0.56 | 0.98 | 0 | 0.00 | 265.68 | 0.99 | 0.51 |
| Hex | 6F | 4 | FE | 38 | 62 | 0 | 0 | 10A | 63 | 33 |
| Octal | 157 | 4 | 376 | 70 | 142 | 0 | 0 | 412 | 143 | 63 |
| Binary | 1101111 | 100 | 11111110 | 111000 | 1100010 | 0 | 0 | 100001010 | 1100011 | 110011 |
Color Harmonies of #6F04FE
Complementary color
Monochromatic Colors of #6F04FE
Black with #6F04FE
Text Example
Text Example
White with #6F04FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F04FE; }
p { color: rgb(111,4,254); }
H1.HeaderClassName
{
color: #6F04FE;
}
.AnyTagClassName
{
color: #6F04FE;
}
</style>
background-color css
<style>
a { background-color: #6F04FE; }
a { background-color: rgb(111,4,254); }
div.DivClassName
{
background-color: #6F04FE;
}
.BgClassName
{
background-color: #6F04FE;
}
</style>
border-color css
<style>
span { border-color: #6F04FE; }
span { border-color: rgb(111,4,254); }
td.TdClassName
{
border-color: #6F04FE;
}
.TagClassName
{
border-color: #6F04FE;
}
</style>