Shades of Electric Indigo #6B01FF
Tints of Electric Indigo #6B01FF
RGB
CMYK
RGB Variations
Color information
#6B01FF (or 0x6B01FF) is known color: Electric Indigo. HEX triplet: 6B, 01 and FF. RGB value is (107,1,255). Sum of RGB (Red+Green+Blue) = 107+1+255=363 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.48% from 363); Green value is 1 (0.78% from 255 or 0.28% from 363); Blue value is 255 (100% from 255 or 70.25% from 363); Max value from RGB is 255 - color contains mainly: blue. Hex color #6B01FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6B01FF is #94FE00. Grayscale: #3C3C3C. Windows color (decimal): -9764353 or 16712043. OLE color: 16712043.
HSL color Cylindrical-coordinate representation of color #6B01FF: hue angle of 265.04º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6B01FF is Cyan = 0.58, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 107 | 1 | 255 | - |
| CMYK | 0.58 | 1.00 | 0 | 0 |
| HSL | 265.04º | 1% | 0.5% | - |
| HSV(B) | 265.04º | 1% | 1% | - |
| XYZ | 24.12 | 10.37 | 95.34 | - |
| YUV | 61.65 | 237.12 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 1 | 255 | 0.58 | 1.00 | 0 | 0 | 265.04 | 1 | 0.5 |
| Hex | 6B | 1 | FF | 3A | 64 | 0 | 0 | 109 | 64 | 32 |
| Octal | 153 | 1 | 377 | 72 | 144 | 0 | 0 | 411 | 144 | 62 |
| Binary | 1101011 | 1 | 11111111 | 111010 | 1100100 | 0 | 0 | 100001001 | 1100100 | 110010 |
Color Harmonies of #6B01FF
Complementary color
Monochromatic Colors of #6B01FF
Black with #6B01FF
Text Example
Text Example
White with #6B01FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B01FF; }
p { color: rgb(107,1,255); }
H1.HeaderClassName
{
color: #6B01FF;
}
.AnyTagClassName
{
color: #6B01FF;
}
</style>
background-color css
<style>
a { background-color: #6B01FF; }
a { background-color: rgb(107,1,255); }
div.DivClassName
{
background-color: #6B01FF;
}
.BgClassName
{
background-color: #6B01FF;
}
</style>
border-color css
<style>
span { border-color: #6B01FF; }
span { border-color: rgb(107,1,255); }
td.TdClassName
{
border-color: #6B01FF;
}
.TagClassName
{
border-color: #6B01FF;
}
</style>