Shades of Electric Indigo #6F0BFC
Tints of Electric Indigo #6F0BFC
RGB
CMYK
RGB Variations
Color information
#6F0BFC (or 0x6F0BFC) is known color: Electric Indigo. HEX triplet: 6F, 0B and FC. RGB value is (111,11,252). Sum of RGB (Red+Green+Blue) = 111+11+252=374 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.68% from 374); Green value is 11 (4.69% from 255 or 2.94% from 374); Blue value is 252 (98.83% from 255 or 67.38% from 374); Max value from RGB is 252 - color contains mainly: blue. Hex color #6F0BFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F0BFC is #90F403. Grayscale: #434343. Windows color (decimal): -9499652 or 16517999. OLE color: 16517999.
HSL color Cylindrical-coordinate representation of color #6F0BFC: hue angle of 264.9º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6F0BFC is Cyan = 0.56, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 11 | 252 | - |
| CMYK | 0.56 | 0.96 | 0 | 0.01 |
| HSL | 264.9º | 0.98% | 0.52% | - |
| HSV(B) | 264.9º | 0.96% | 0.99% | - |
| XYZ | 24.25 | 10.65 | 92.87 | - |
| YUV | 68.37 | 231.63 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 11 | 252 | 0.56 | 0.96 | 0 | 0.01 | 264.9 | 0.98 | 0.52 |
| Hex | 6F | B | FC | 38 | 60 | 0 | 1 | 109 | 62 | 34 |
| Octal | 157 | 13 | 374 | 70 | 140 | 0 | 1 | 411 | 142 | 64 |
| Binary | 1101111 | 1011 | 11111100 | 111000 | 1100000 | 0 | 1 | 100001001 | 1100010 | 110100 |
Color Harmonies of #6F0BFC
Complementary color
Monochromatic Colors of #6F0BFC
Black with #6F0BFC
Text Example
Text Example
White with #6F0BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0BFC; }
p { color: rgb(111,11,252); }
H1.HeaderClassName
{
color: #6F0BFC;
}
.AnyTagClassName
{
color: #6F0BFC;
}
</style>
background-color css
<style>
a { background-color: #6F0BFC; }
a { background-color: rgb(111,11,252); }
div.DivClassName
{
background-color: #6F0BFC;
}
.BgClassName
{
background-color: #6F0BFC;
}
</style>
border-color css
<style>
span { border-color: #6F0BFC; }
span { border-color: rgb(111,11,252); }
td.TdClassName
{
border-color: #6F0BFC;
}
.TagClassName
{
border-color: #6F0BFC;
}
</style>