Shades of Electric Indigo #6B0CFA
Tints of Electric Indigo #6B0CFA
RGB
CMYK
RGB Variations
Color information
#6B0CFA (or 0x6B0CFA) is known color: Electric Indigo. HEX triplet: 6B, 0C and FA. RGB value is (107,12,250). Sum of RGB (Red+Green+Blue) = 107+12+250=369 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.00% from 369); Green value is 12 (5.08% from 255 or 3.25% from 369); Blue value is 250 (98.05% from 255 or 67.75% from 369); Max value from RGB is 250 - color contains mainly: blue. Hex color #6B0CFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6B0CFA is #94F305. Grayscale: #424242. Windows color (decimal): -9761542 or 16387179. OLE color: 16387179.
HSL color Cylindrical-coordinate representation of color #6B0CFA: hue angle of 263.95º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6B0CFA is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 107 | 12 | 250 | - |
| CMYK | 0.57 | 0.95 | 0 | 0.02 |
| HSL | 263.95º | 0.96% | 0.51% | - |
| HSV(B) | 263.95º | 0.95% | 0.98% | - |
| XYZ | 23.45 | 10.29 | 91.19 | - |
| YUV | 67.54 | 230.97 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 12 | 250 | 0.57 | 0.95 | 0 | 0.02 | 263.95 | 0.96 | 0.51 |
| Hex | 6B | C | FA | 39 | 5F | 0 | 2 | 108 | 60 | 33 |
| Octal | 153 | 14 | 372 | 71 | 137 | 0 | 2 | 410 | 140 | 63 |
| Binary | 1101011 | 1100 | 11111010 | 111001 | 1011111 | 0 | 10 | 100001000 | 1100000 | 110011 |
Color Harmonies of #6B0CFA
Complementary color
Monochromatic Colors of #6B0CFA
Black with #6B0CFA
Text Example
Text Example
White with #6B0CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0CFA; }
p { color: rgb(107,12,250); }
H1.HeaderClassName
{
color: #6B0CFA;
}
.AnyTagClassName
{
color: #6B0CFA;
}
</style>
background-color css
<style>
a { background-color: #6B0CFA; }
a { background-color: rgb(107,12,250); }
div.DivClassName
{
background-color: #6B0CFA;
}
.BgClassName
{
background-color: #6B0CFA;
}
</style>
border-color css
<style>
span { border-color: #6B0CFA; }
span { border-color: rgb(107,12,250); }
td.TdClassName
{
border-color: #6B0CFA;
}
.TagClassName
{
border-color: #6B0CFA;
}
</style>