Shades of Electric Indigo #6F0BF4
Tints of Electric Indigo #6F0BF4
RGB
CMYK
RGB Variations
Color information
#6F0BF4 (or 0x6F0BF4) is known color: Electric Indigo. HEX triplet: 6F, 0B and F4. RGB value is (111,11,244). Sum of RGB (Red+Green+Blue) = 111+11+244=366 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.33% from 366); Green value is 11 (4.69% from 255 or 3.01% from 366); Blue value is 244 (95.70% from 255 or 66.67% from 366); Max value from RGB is 244 - color contains mainly: blue. Hex color #6F0BF4 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F0BF4 is #90F40B. Grayscale: #424242. Windows color (decimal): -9499660 or 15993711. OLE color: 15993711.
HSL color Cylindrical-coordinate representation of color #6F0BF4: hue angle of 265.75º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F0BF4 is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 111 | 11 | 244 | - |
| CMYK | 0.55 | 0.95 | 0 | 0.04 |
| HSL | 265.75º | 0.91% | 0.5% | - |
| HSV(B) | 265.75º | 0.95% | 0.96% | - |
| XYZ | 23 | 10.15 | 86.33 | - |
| YUV | 67.46 | 227.63 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 11 | 244 | 0.55 | 0.95 | 0 | 0.04 | 265.75 | 0.91 | 0.5 |
| Hex | 6F | B | F4 | 37 | 5F | 0 | 4 | 10A | 5B | 32 |
| Octal | 157 | 13 | 364 | 67 | 137 | 0 | 4 | 412 | 133 | 62 |
| Binary | 1101111 | 1011 | 11110100 | 110111 | 1011111 | 0 | 100 | 100001010 | 1011011 | 110010 |
Color Harmonies of #6F0BF4
Complementary color
Monochromatic Colors of #6F0BF4
Black with #6F0BF4
Text Example
Text Example
White with #6F0BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0BF4; }
p { color: rgb(111,11,244); }
H1.HeaderClassName
{
color: #6F0BF4;
}
.AnyTagClassName
{
color: #6F0BF4;
}
</style>
background-color css
<style>
a { background-color: #6F0BF4; }
a { background-color: rgb(111,11,244); }
div.DivClassName
{
background-color: #6F0BF4;
}
.BgClassName
{
background-color: #6F0BF4;
}
</style>
border-color css
<style>
span { border-color: #6F0BF4; }
span { border-color: rgb(111,11,244); }
td.TdClassName
{
border-color: #6F0BF4;
}
.TagClassName
{
border-color: #6F0BF4;
}
</style>