Shades of Electric Indigo #6F00FD
Tints of Electric Indigo #6F00FD
RGB
CMYK
RGB Variations
Color information
#6F00FD (or 0x6F00FD) is known color: Electric Indigo. HEX triplet: 6F, 00 and FD. RGB value is (111,0,253). Sum of RGB (Red+Green+Blue) = 111+0+253=364 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.49% from 364); Green value is 0 (0.39% from 255 or 0% from 364); Blue value is 253 (99.22% from 255 or 69.51% from 364); Max value from RGB is 253 - color contains mainly: blue. Hex color #6F00FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F00FD is #90FF02. Grayscale: #3D3D3D. Windows color (decimal): -9502467 or 16580719. OLE color: 16580719.
HSL color Cylindrical-coordinate representation of color #6F00FD: hue angle of 266.32º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6F00FD is Cyan = 0.56, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 0 | 253 | - |
| CMYK | 0.56 | 1 | 0 | 0.01 |
| HSL | 266.32º | 1% | 0.5% | - |
| HSV(B) | 266.32º | 1% | 0.99% | - |
| XYZ | 24.29 | 10.47 | 93.67 | - |
| YUV | 62.03 | 235.77 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 0 | 253 | 0.56 | 1 | 0 | 0.01 | 266.32 | 1 | 0.5 |
| Hex | 6F | 0 | FD | 38 | 64 | 0 | 1 | 10A | 64 | 32 |
| Octal | 157 | 0 | 375 | 70 | 144 | 0 | 1 | 412 | 144 | 62 |
| Binary | 1101111 | 0 | 11111101 | 111000 | 1100100 | 0 | 1 | 100001010 | 1100100 | 110010 |
Color Harmonies of #6F00FD
Complementary color
Monochromatic Colors of #6F00FD
Black with #6F00FD
Text Example
Text Example
White with #6F00FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F00FD; }
p { color: rgb(111,0,253); }
H1.HeaderClassName
{
color: #6F00FD;
}
.AnyTagClassName
{
color: #6F00FD;
}
</style>
background-color css
<style>
a { background-color: #6F00FD; }
a { background-color: rgb(111,0,253); }
div.DivClassName
{
background-color: #6F00FD;
}
.BgClassName
{
background-color: #6F00FD;
}
</style>
border-color css
<style>
span { border-color: #6F00FD; }
span { border-color: rgb(111,0,253); }
td.TdClassName
{
border-color: #6F00FD;
}
.TagClassName
{
border-color: #6F00FD;
}
</style>