Shades of Electric Indigo #6F03FE
Tints of Electric Indigo #6F03FE
RGB
CMYK
RGB Variations
Color information
#6F03FE (or 0x6F03FE) is known color: Electric Indigo. HEX triplet: 6F, 03 and FE. RGB value is (111,3,254). Sum of RGB (Red+Green+Blue) = 111+3+254=368 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.16% from 368); Green value is 3 (1.56% from 255 or 0.82% from 368); Blue value is 254 (99.61% from 255 or 69.02% from 368); Max value from RGB is 254 - color contains mainly: blue. Hex color #6F03FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F03FE is #90FC01. Grayscale: #3F3F3F. Windows color (decimal): -9501698 or 16647023. OLE color: 16647023.
HSL color Cylindrical-coordinate representation of color #6F03FE: hue angle of 265.82º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6F03FE is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 111 | 3 | 254 | - |
| CMYK | 0.56 | 0.99 | 0 | 0.00 |
| HSL | 265.82º | 0.99% | 0.5% | - |
| HSV(B) | 265.82º | 0.99% | 1% | - |
| XYZ | 24.48 | 10.6 | 94.52 | - |
| YUV | 63.91 | 235.28 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 3 | 254 | 0.56 | 0.99 | 0 | 0.00 | 265.82 | 0.99 | 0.5 |
| Hex | 6F | 3 | FE | 38 | 63 | 0 | 0 | 10A | 63 | 32 |
| Octal | 157 | 3 | 376 | 70 | 143 | 0 | 0 | 412 | 143 | 62 |
| Binary | 1101111 | 11 | 11111110 | 111000 | 1100011 | 0 | 0 | 100001010 | 1100011 | 110010 |
Color Harmonies of #6F03FE
Complementary color
Monochromatic Colors of #6F03FE
Black with #6F03FE
Text Example
Text Example
White with #6F03FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F03FE; }
p { color: rgb(111,3,254); }
H1.HeaderClassName
{
color: #6F03FE;
}
.AnyTagClassName
{
color: #6F03FE;
}
</style>
background-color css
<style>
a { background-color: #6F03FE; }
a { background-color: rgb(111,3,254); }
div.DivClassName
{
background-color: #6F03FE;
}
.BgClassName
{
background-color: #6F03FE;
}
</style>
border-color css
<style>
span { border-color: #6F03FE; }
span { border-color: rgb(111,3,254); }
td.TdClassName
{
border-color: #6F03FE;
}
.TagClassName
{
border-color: #6F03FE;
}
</style>