Shades of Electric Indigo #6B15FF
Tints of Electric Indigo #6B15FF
RGB
CMYK
RGB Variations
Color information
#6B15FF (or 0x6B15FF) is known color: Electric Indigo. HEX triplet: 6B, 15 and FF. RGB value is (107,21,255). Sum of RGB (Red+Green+Blue) = 107+21+255=383 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.94% from 383); Green value is 21 (8.59% from 255 or 5.48% from 383); Blue value is 255 (100% from 255 or 66.58% from 383); Max value from RGB is 255 - color contains mainly: blue. Hex color #6B15FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6B15FF is #94EA00. Grayscale: #484848. Windows color (decimal): -9759233 or 16717163. OLE color: 16717163.
HSL color Cylindrical-coordinate representation of color #6B15FF: hue angle of 262.05º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6B15FF is Cyan = 0.58, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 107 | 21 | 255 | - |
| CMYK | 0.58 | 0.92 | 0 | 0 |
| HSL | 262.05º | 1% | 0.54% | - |
| HSV(B) | 262.05º | 0.92% | 1% | - |
| XYZ | 24.38 | 10.88 | 95.42 | - |
| YUV | 73.39 | 230.49 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 21 | 255 | 0.58 | 0.92 | 0 | 0 | 262.05 | 1 | 0.54 |
| Hex | 6B | 15 | FF | 3A | 5C | 0 | 0 | 106 | 64 | 36 |
| Octal | 153 | 25 | 377 | 72 | 134 | 0 | 0 | 406 | 144 | 66 |
| Binary | 1101011 | 10101 | 11111111 | 111010 | 1011100 | 0 | 0 | 100000110 | 1100100 | 110110 |
Color Harmonies of #6B15FF
Complementary color
Monochromatic Colors of #6B15FF
Black with #6B15FF
Text Example
Text Example
White with #6B15FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B15FF; }
p { color: rgb(107,21,255); }
H1.HeaderClassName
{
color: #6B15FF;
}
.AnyTagClassName
{
color: #6B15FF;
}
</style>
background-color css
<style>
a { background-color: #6B15FF; }
a { background-color: rgb(107,21,255); }
div.DivClassName
{
background-color: #6B15FF;
}
.BgClassName
{
background-color: #6B15FF;
}
</style>
border-color css
<style>
span { border-color: #6B15FF; }
span { border-color: rgb(107,21,255); }
td.TdClassName
{
border-color: #6B15FF;
}
.TagClassName
{
border-color: #6B15FF;
}
</style>