Shades of Electric Indigo #6B13FF
Tints of Electric Indigo #6B13FF
RGB
CMYK
RGB Variations
Color information
#6B13FF (or 0x6B13FF) is known color: Electric Indigo. HEX triplet: 6B, 13 and FF. RGB value is (107,19,255). Sum of RGB (Red+Green+Blue) = 107+19+255=381 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.08% from 381); Green value is 19 (7.81% from 255 or 4.99% from 381); Blue value is 255 (100% from 255 or 66.93% from 381); Max value from RGB is 255 - color contains mainly: blue. Hex color #6B13FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6B13FF is #94EC00. Grayscale: #474747. Windows color (decimal): -9759745 or 16716651. OLE color: 16716651.
HSL color Cylindrical-coordinate representation of color #6B13FF: hue angle of 262.37º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6B13FF is Cyan = 0.58, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 107 | 19 | 255 | - |
| CMYK | 0.58 | 0.93 | 0 | 0 |
| HSL | 262.37º | 1% | 0.54% | - |
| HSV(B) | 262.37º | 0.93% | 1% | - |
| XYZ | 24.35 | 10.81 | 95.41 | - |
| YUV | 72.22 | 231.15 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 19 | 255 | 0.58 | 0.93 | 0 | 0 | 262.37 | 1 | 0.54 |
| Hex | 6B | 13 | FF | 3A | 5D | 0 | 0 | 106 | 64 | 36 |
| Octal | 153 | 23 | 377 | 72 | 135 | 0 | 0 | 406 | 144 | 66 |
| Binary | 1101011 | 10011 | 11111111 | 111010 | 1011101 | 0 | 0 | 100000110 | 1100100 | 110110 |
Color Harmonies of #6B13FF
Complementary color
Monochromatic Colors of #6B13FF
Black with #6B13FF
Text Example
Text Example
White with #6B13FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B13FF; }
p { color: rgb(107,19,255); }
H1.HeaderClassName
{
color: #6B13FF;
}
.AnyTagClassName
{
color: #6B13FF;
}
</style>
background-color css
<style>
a { background-color: #6B13FF; }
a { background-color: rgb(107,19,255); }
div.DivClassName
{
background-color: #6B13FF;
}
.BgClassName
{
background-color: #6B13FF;
}
</style>
border-color css
<style>
span { border-color: #6B13FF; }
span { border-color: rgb(107,19,255); }
td.TdClassName
{
border-color: #6B13FF;
}
.TagClassName
{
border-color: #6B13FF;
}
</style>