Shades of Electric Indigo #6F0BFF
Tints of Electric Indigo #6F0BFF
RGB
CMYK
RGB Variations
Color information
#6F0BFF (or 0x6F0BFF) is known color: Electric Indigo. HEX triplet: 6F, 0B and FF. RGB value is (111,11,255). Sum of RGB (Red+Green+Blue) = 111+11+255=377 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.44% from 377); Green value is 11 (4.69% from 255 or 2.92% from 377); Blue value is 255 (100% from 255 or 67.64% from 377); Max value from RGB is 255 - color contains mainly: blue. Hex color #6F0BFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F0BFF is #90F400. Grayscale: #434343. Windows color (decimal): -9499649 or 16714607. OLE color: 16714607.
HSL color Cylindrical-coordinate representation of color #6F0BFF: hue angle of 264.59º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6F0BFF is Cyan = 0.56, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 111 | 11 | 255 | - |
| CMYK | 0.56 | 0.96 | 0 | 0 |
| HSL | 264.59º | 1% | 0.52% | - |
| HSV(B) | 264.59º | 0.96% | 1% | - |
| XYZ | 24.73 | 10.84 | 95.4 | - |
| YUV | 68.72 | 233.13 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 11 | 255 | 0.56 | 0.96 | 0 | 0 | 264.59 | 1 | 0.52 |
| Hex | 6F | B | FF | 38 | 60 | 0 | 0 | 109 | 64 | 34 |
| Octal | 157 | 13 | 377 | 70 | 140 | 0 | 0 | 411 | 144 | 64 |
| Binary | 1101111 | 1011 | 11111111 | 111000 | 1100000 | 0 | 0 | 100001001 | 1100100 | 110100 |
Color Harmonies of #6F0BFF
Complementary color
Monochromatic Colors of #6F0BFF
Black with #6F0BFF
Text Example
Text Example
White with #6F0BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0BFF; }
p { color: rgb(111,11,255); }
H1.HeaderClassName
{
color: #6F0BFF;
}
.AnyTagClassName
{
color: #6F0BFF;
}
</style>
background-color css
<style>
a { background-color: #6F0BFF; }
a { background-color: rgb(111,11,255); }
div.DivClassName
{
background-color: #6F0BFF;
}
.BgClassName
{
background-color: #6F0BFF;
}
</style>
border-color css
<style>
span { border-color: #6F0BFF; }
span { border-color: rgb(111,11,255); }
td.TdClassName
{
border-color: #6F0BFF;
}
.TagClassName
{
border-color: #6F0BFF;
}
</style>