Shades of Electric Indigo #6B04FE
Tints of Electric Indigo #6B04FE
RGB
CMYK
RGB Variations
Color information
#6B04FE (or 0x6B04FE) is known color: Electric Indigo. HEX triplet: 6B, 04 and FE. RGB value is (107,4,254). Sum of RGB (Red+Green+Blue) = 107+4+254=365 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.32% from 365); Green value is 4 (1.95% from 255 or 1.10% from 365); Blue value is 254 (99.61% from 255 or 69.59% from 365); Max value from RGB is 254 - color contains mainly: blue. Hex color #6B04FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6B04FE is #94FB01. Grayscale: #3E3E3E. Windows color (decimal): -9763586 or 16647275. OLE color: 16647275.
HSL color Cylindrical-coordinate representation of color #6B04FE: hue angle of 264.72º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6B04FE is Cyan = 0.58, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 107 | 4 | 254 | - |
| CMYK | 0.58 | 0.98 | 0 | 0.00 |
| HSL | 264.72º | 0.99% | 0.51% | - |
| HSV(B) | 264.72º | 0.98% | 1% | - |
| XYZ | 24 | 10.37 | 94.5 | - |
| YUV | 63.3 | 235.62 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 4 | 254 | 0.58 | 0.98 | 0 | 0.00 | 264.72 | 0.99 | 0.51 |
| Hex | 6B | 4 | FE | 3A | 62 | 0 | 0 | 109 | 63 | 33 |
| Octal | 153 | 4 | 376 | 72 | 142 | 0 | 0 | 411 | 143 | 63 |
| Binary | 1101011 | 100 | 11111110 | 111010 | 1100010 | 0 | 0 | 100001001 | 1100011 | 110011 |
Color Harmonies of #6B04FE
Complementary color
Monochromatic Colors of #6B04FE
Black with #6B04FE
Text Example
Text Example
White with #6B04FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B04FE; }
p { color: rgb(107,4,254); }
H1.HeaderClassName
{
color: #6B04FE;
}
.AnyTagClassName
{
color: #6B04FE;
}
</style>
background-color css
<style>
a { background-color: #6B04FE; }
a { background-color: rgb(107,4,254); }
div.DivClassName
{
background-color: #6B04FE;
}
.BgClassName
{
background-color: #6B04FE;
}
</style>
border-color css
<style>
span { border-color: #6B04FE; }
span { border-color: rgb(107,4,254); }
td.TdClassName
{
border-color: #6B04FE;
}
.TagClassName
{
border-color: #6B04FE;
}
</style>