Shades of Electric Indigo #6B01FE
Tints of Electric Indigo #6B01FE
RGB
CMYK
RGB Variations
Color information
#6B01FE (or 0x6B01FE) is known color: Electric Indigo. HEX triplet: 6B, 01 and FE. RGB value is (107,1,254). Sum of RGB (Red+Green+Blue) = 107+1+254=362 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.56% from 362); Green value is 1 (0.78% from 255 or 0.28% from 362); Blue value is 254 (99.61% from 255 or 70.17% from 362); Max value from RGB is 254 - color contains mainly: blue. Hex color #6B01FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6B01FE is #94FE01. Grayscale: #3C3C3C. Windows color (decimal): -9764354 or 16646507. OLE color: 16646507.
HSL color Cylindrical-coordinate representation of color #6B01FE: hue angle of 265.14º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6B01FE is Cyan = 0.58, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 107 | 1 | 254 | - |
| CMYK | 0.58 | 1.00 | 0 | 0.00 |
| HSL | 265.14º | 0.99% | 0.5% | - |
| HSV(B) | 265.14º | 1% | 1% | - |
| XYZ | 23.96 | 10.3 | 94.49 | - |
| YUV | 61.54 | 236.62 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 1 | 254 | 0.58 | 1.00 | 0 | 0.00 | 265.14 | 0.99 | 0.5 |
| Hex | 6B | 1 | FE | 3A | 64 | 0 | 0 | 109 | 63 | 32 |
| Octal | 153 | 1 | 376 | 72 | 144 | 0 | 0 | 411 | 143 | 62 |
| Binary | 1101011 | 1 | 11111110 | 111010 | 1100100 | 0 | 0 | 100001001 | 1100011 | 110010 |
Color Harmonies of #6B01FE
Complementary color
Monochromatic Colors of #6B01FE
Black with #6B01FE
Text Example
Text Example
White with #6B01FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B01FE; }
p { color: rgb(107,1,254); }
H1.HeaderClassName
{
color: #6B01FE;
}
.AnyTagClassName
{
color: #6B01FE;
}
</style>
background-color css
<style>
a { background-color: #6B01FE; }
a { background-color: rgb(107,1,254); }
div.DivClassName
{
background-color: #6B01FE;
}
.BgClassName
{
background-color: #6B01FE;
}
</style>
border-color css
<style>
span { border-color: #6B01FE; }
span { border-color: rgb(107,1,254); }
td.TdClassName
{
border-color: #6B01FE;
}
.TagClassName
{
border-color: #6B01FE;
}
</style>