Shades of Electric Indigo #6B0DFA
Tints of Electric Indigo #6B0DFA
RGB
CMYK
RGB Variations
Color information
#6B0DFA (or 0x6B0DFA) is known color: Electric Indigo. HEX triplet: 6B, 0D and FA. RGB value is (107,13,250). Sum of RGB (Red+Green+Blue) = 107+13+250=370 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.92% from 370); Green value is 13 (5.47% from 255 or 3.51% from 370); Blue value is 250 (98.05% from 255 or 67.57% from 370); Max value from RGB is 250 - color contains mainly: blue. Hex color #6B0DFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6B0DFA is #94F205. Grayscale: #434343. Windows color (decimal): -9761286 or 16387435. OLE color: 16387435.
HSL color Cylindrical-coordinate representation of color #6B0DFA: hue angle of 263.8º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6B0DFA is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 107 | 13 | 250 | - |
| CMYK | 0.57 | 0.95 | 0 | 0.02 |
| HSL | 263.8º | 0.96% | 0.52% | - |
| HSV(B) | 263.8º | 0.95% | 0.98% | - |
| XYZ | 23.46 | 10.32 | 91.2 | - |
| YUV | 68.12 | 230.64 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 13 | 250 | 0.57 | 0.95 | 0 | 0.02 | 263.8 | 0.96 | 0.52 |
| Hex | 6B | D | FA | 39 | 5F | 0 | 2 | 108 | 60 | 34 |
| Octal | 153 | 15 | 372 | 71 | 137 | 0 | 2 | 410 | 140 | 64 |
| Binary | 1101011 | 1101 | 11111010 | 111001 | 1011111 | 0 | 10 | 100001000 | 1100000 | 110100 |
Color Harmonies of #6B0DFA
Complementary color
Monochromatic Colors of #6B0DFA
Black with #6B0DFA
Text Example
Text Example
White with #6B0DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0DFA; }
p { color: rgb(107,13,250); }
H1.HeaderClassName
{
color: #6B0DFA;
}
.AnyTagClassName
{
color: #6B0DFA;
}
</style>
background-color css
<style>
a { background-color: #6B0DFA; }
a { background-color: rgb(107,13,250); }
div.DivClassName
{
background-color: #6B0DFA;
}
.BgClassName
{
background-color: #6B0DFA;
}
</style>
border-color css
<style>
span { border-color: #6B0DFA; }
span { border-color: rgb(107,13,250); }
td.TdClassName
{
border-color: #6B0DFA;
}
.TagClassName
{
border-color: #6B0DFA;
}
</style>