Shades of Electric Indigo #6B04FC
Tints of Electric Indigo #6B04FC
RGB
CMYK
RGB Variations
Color information
#6B04FC (or 0x6B04FC) is known color: Electric Indigo. HEX triplet: 6B, 04 and FC. RGB value is (107,4,252). Sum of RGB (Red+Green+Blue) = 107+4+252=363 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.48% from 363); Green value is 4 (1.95% from 255 or 1.10% from 363); Blue value is 252 (98.83% from 255 or 69.42% from 363); Max value from RGB is 252 - color contains mainly: blue. Hex color #6B04FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6B04FC is #94FB03. Grayscale: #3E3E3E. Windows color (decimal): -9763588 or 16516203. OLE color: 16516203.
HSL color Cylindrical-coordinate representation of color #6B04FC: hue angle of 264.92º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6B04FC is Cyan = 0.58, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 4 | 252 | - |
| CMYK | 0.58 | 0.98 | 0 | 0.01 |
| HSL | 264.92º | 0.98% | 0.5% | - |
| HSV(B) | 264.92º | 0.98% | 0.99% | - |
| XYZ | 23.68 | 10.24 | 92.82 | - |
| YUV | 63.07 | 234.62 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 4 | 252 | 0.58 | 0.98 | 0 | 0.01 | 264.92 | 0.98 | 0.5 |
| Hex | 6B | 4 | FC | 3A | 62 | 0 | 1 | 109 | 62 | 32 |
| Octal | 153 | 4 | 374 | 72 | 142 | 0 | 1 | 411 | 142 | 62 |
| Binary | 1101011 | 100 | 11111100 | 111010 | 1100010 | 0 | 1 | 100001001 | 1100010 | 110010 |
Color Harmonies of #6B04FC
Complementary color
Monochromatic Colors of #6B04FC
Black with #6B04FC
Text Example
Text Example
White with #6B04FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B04FC; }
p { color: rgb(107,4,252); }
H1.HeaderClassName
{
color: #6B04FC;
}
.AnyTagClassName
{
color: #6B04FC;
}
</style>
background-color css
<style>
a { background-color: #6B04FC; }
a { background-color: rgb(107,4,252); }
div.DivClassName
{
background-color: #6B04FC;
}
.BgClassName
{
background-color: #6B04FC;
}
</style>
border-color css
<style>
span { border-color: #6B04FC; }
span { border-color: rgb(107,4,252); }
td.TdClassName
{
border-color: #6B04FC;
}
.TagClassName
{
border-color: #6B04FC;
}
</style>