Shades of Electric Indigo #6B0DFF
Tints of Electric Indigo #6B0DFF
RGB
CMYK
RGB Variations
Color information
#6B0DFF (or 0x6B0DFF) is known color: Electric Indigo. HEX triplet: 6B, 0D and FF. RGB value is (107,13,255). Sum of RGB (Red+Green+Blue) = 107+13+255=375 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.53% from 375); Green value is 13 (5.47% from 255 or 3.47% from 375); Blue value is 255 (100% from 255 or 68% from 375); Max value from RGB is 255 - color contains mainly: blue. Hex color #6B0DFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6B0DFF is #94F200. Grayscale: #434343. Windows color (decimal): -9761281 or 16715115. OLE color: 16715115.
HSL color Cylindrical-coordinate representation of color #6B0DFF: hue angle of 263.31º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6B0DFF is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 107 | 13 | 255 | - |
| CMYK | 0.58 | 0.95 | 0 | 0 |
| HSL | 263.31º | 1% | 0.53% | - |
| HSV(B) | 263.31º | 0.95% | 1% | - |
| XYZ | 24.26 | 10.63 | 95.38 | - |
| YUV | 68.69 | 233.14 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 13 | 255 | 0.58 | 0.95 | 0 | 0 | 263.31 | 1 | 0.53 |
| Hex | 6B | D | FF | 3A | 5F | 0 | 0 | 107 | 64 | 35 |
| Octal | 153 | 15 | 377 | 72 | 137 | 0 | 0 | 407 | 144 | 65 |
| Binary | 1101011 | 1101 | 11111111 | 111010 | 1011111 | 0 | 0 | 100000111 | 1100100 | 110101 |
Color Harmonies of #6B0DFF
Complementary color
Monochromatic Colors of #6B0DFF
Black with #6B0DFF
Text Example
Text Example
White with #6B0DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0DFF; }
p { color: rgb(107,13,255); }
H1.HeaderClassName
{
color: #6B0DFF;
}
.AnyTagClassName
{
color: #6B0DFF;
}
</style>
background-color css
<style>
a { background-color: #6B0DFF; }
a { background-color: rgb(107,13,255); }
div.DivClassName
{
background-color: #6B0DFF;
}
.BgClassName
{
background-color: #6B0DFF;
}
</style>
border-color css
<style>
span { border-color: #6B0DFF; }
span { border-color: rgb(107,13,255); }
td.TdClassName
{
border-color: #6B0DFF;
}
.TagClassName
{
border-color: #6B0DFF;
}
</style>