Shades of Electric Indigo #6B0DFE
Tints of Electric Indigo #6B0DFE
RGB
CMYK
RGB Variations
Color information
#6B0DFE (or 0x6B0DFE) is known color: Electric Indigo. HEX triplet: 6B, 0D and FE. RGB value is (107,13,254). Sum of RGB (Red+Green+Blue) = 107+13+254=374 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.61% from 374); Green value is 13 (5.47% from 255 or 3.48% from 374); Blue value is 254 (99.61% from 255 or 67.91% from 374); Max value from RGB is 254 - color contains mainly: blue. Hex color #6B0DFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6B0DFE is #94F201. Grayscale: #434343. Windows color (decimal): -9761282 or 16649579. OLE color: 16649579.
HSL color Cylindrical-coordinate representation of color #6B0DFE: hue angle of 263.4º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6B0DFE is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 107 | 13 | 254 | - |
| CMYK | 0.58 | 0.95 | 0 | 0.00 |
| HSL | 263.4º | 0.99% | 0.52% | - |
| HSV(B) | 263.4º | 0.95% | 1% | - |
| XYZ | 24.1 | 10.57 | 94.54 | - |
| YUV | 68.58 | 232.64 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 13 | 254 | 0.58 | 0.95 | 0 | 0.00 | 263.4 | 0.99 | 0.52 |
| Hex | 6B | D | FE | 3A | 5F | 0 | 0 | 107 | 63 | 34 |
| Octal | 153 | 15 | 376 | 72 | 137 | 0 | 0 | 407 | 143 | 64 |
| Binary | 1101011 | 1101 | 11111110 | 111010 | 1011111 | 0 | 0 | 100000111 | 1100011 | 110100 |
Color Harmonies of #6B0DFE
Complementary color
Monochromatic Colors of #6B0DFE
Black with #6B0DFE
Text Example
Text Example
White with #6B0DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0DFE; }
p { color: rgb(107,13,254); }
H1.HeaderClassName
{
color: #6B0DFE;
}
.AnyTagClassName
{
color: #6B0DFE;
}
</style>
background-color css
<style>
a { background-color: #6B0DFE; }
a { background-color: rgb(107,13,254); }
div.DivClassName
{
background-color: #6B0DFE;
}
.BgClassName
{
background-color: #6B0DFE;
}
</style>
border-color css
<style>
span { border-color: #6B0DFE; }
span { border-color: rgb(107,13,254); }
td.TdClassName
{
border-color: #6B0DFE;
}
.TagClassName
{
border-color: #6B0DFE;
}
</style>