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