Shades of Electric Indigo #6F03FF
Tints of Electric Indigo #6F03FF
RGB
CMYK
RGB Variations
Color information
#6F03FF (or 0x6F03FF) is known color: Electric Indigo. HEX triplet: 6F, 03 and FF. RGB value is (111,3,255). Sum of RGB (Red+Green+Blue) = 111+3+255=369 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.08% from 369); Green value is 3 (1.56% from 255 or 0.81% from 369); Blue value is 255 (100% from 255 or 69.11% from 369); Max value from RGB is 255 - color contains mainly: blue. Hex color #6F03FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F03FF is #90FC00. Grayscale: #3F3F3F. Windows color (decimal): -9501697 or 16712559. OLE color: 16712559.
HSL color Cylindrical-coordinate representation of color #6F03FF: hue angle of 265.71º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6F03FF is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 111 | 3 | 255 | - |
| CMYK | 0.56 | 0.99 | 0 | 0 |
| HSL | 265.71º | 1% | 0.51% | - |
| HSV(B) | 265.71º | 0.99% | 1% | - |
| XYZ | 24.64 | 10.66 | 95.37 | - |
| YUV | 64.02 | 235.78 | 161.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 3 | 255 | 0.56 | 0.99 | 0 | 0 | 265.71 | 1 | 0.51 |
| Hex | 6F | 3 | FF | 38 | 63 | 0 | 0 | 10A | 64 | 33 |
| Octal | 157 | 3 | 377 | 70 | 143 | 0 | 0 | 412 | 144 | 63 |
| Binary | 1101111 | 11 | 11111111 | 111000 | 1100011 | 0 | 0 | 100001010 | 1100100 | 110011 |
Color Harmonies of #6F03FF
Complementary color
Monochromatic Colors of #6F03FF
Black with #6F03FF
Text Example
Text Example
White with #6F03FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F03FF; }
p { color: rgb(111,3,255); }
H1.HeaderClassName
{
color: #6F03FF;
}
.AnyTagClassName
{
color: #6F03FF;
}
</style>
background-color css
<style>
a { background-color: #6F03FF; }
a { background-color: rgb(111,3,255); }
div.DivClassName
{
background-color: #6F03FF;
}
.BgClassName
{
background-color: #6F03FF;
}
</style>
border-color css
<style>
span { border-color: #6F03FF; }
span { border-color: rgb(111,3,255); }
td.TdClassName
{
border-color: #6F03FF;
}
.TagClassName
{
border-color: #6F03FF;
}
</style>