Shades of Electric Indigo #6F00FB
Tints of Electric Indigo #6F00FB
RGB
CMYK
RGB Variations
Color information
#6F00FB (or 0x6F00FB) is known color: Electric Indigo. HEX triplet: 6F, 00 and FB. RGB value is (111,0,251). Sum of RGB (Red+Green+Blue) = 111+0+251=362 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.66% from 362); Green value is 0 (0.39% from 255 or 0% from 362); Blue value is 251 (98.44% from 255 or 69.34% from 362); Max value from RGB is 251 - color contains mainly: blue. Hex color #6F00FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F00FB is #90FF04. Grayscale: #3C3C3C. Windows color (decimal): -9502469 or 16449647. OLE color: 16449647.
HSL color Cylindrical-coordinate representation of color #6F00FB: hue angle of 266.53º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6F00FB is Cyan = 0.56, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 0 | 251 | - |
| CMYK | 0.56 | 1 | 0 | 0.02 |
| HSL | 266.53º | 1% | 0.49% | - |
| HSV(B) | 266.53º | 1% | 0.98% | - |
| XYZ | 23.97 | 10.34 | 92 | - |
| YUV | 61.8 | 234.77 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 0 | 251 | 0.56 | 1 | 0 | 0.02 | 266.53 | 1 | 0.49 |
| Hex | 6F | 0 | FB | 38 | 64 | 0 | 2 | 10B | 64 | 31 |
| Octal | 157 | 0 | 373 | 70 | 144 | 0 | 2 | 413 | 144 | 61 |
| Binary | 1101111 | 0 | 11111011 | 111000 | 1100100 | 0 | 10 | 100001011 | 1100100 | 110001 |
Color Harmonies of #6F00FB
Complementary color
Monochromatic Colors of #6F00FB
Black with #6F00FB
Text Example
Text Example
White with #6F00FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F00FB; }
p { color: rgb(111,0,251); }
H1.HeaderClassName
{
color: #6F00FB;
}
.AnyTagClassName
{
color: #6F00FB;
}
</style>
background-color css
<style>
a { background-color: #6F00FB; }
a { background-color: rgb(111,0,251); }
div.DivClassName
{
background-color: #6F00FB;
}
.BgClassName
{
background-color: #6F00FB;
}
</style>
border-color css
<style>
span { border-color: #6F00FB; }
span { border-color: rgb(111,0,251); }
td.TdClassName
{
border-color: #6F00FB;
}
.TagClassName
{
border-color: #6F00FB;
}
</style>