Shades of Electric Indigo #6B06EC
Tints of Electric Indigo #6B06EC
RGB
CMYK
RGB Variations
Color information
#6B06EC (or 0x6B06EC) is known color: Electric Indigo. HEX triplet: 6B, 06 and EC. RGB value is (107,6,236). Sum of RGB (Red+Green+Blue) = 107+6+236=349 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.66% from 349); Green value is 6 (2.73% from 255 or 1.72% from 349); Blue value is 236 (92.58% from 255 or 67.62% from 349); Max value from RGB is 236 - color contains mainly: blue. Hex color #6B06EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6B06EC is #94F913. Grayscale: #3D3D3D. Windows color (decimal): -9763092 or 15468139. OLE color: 15468139.
HSL color Cylindrical-coordinate representation of color #6B06EC: hue angle of 266.35º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6B06EC is Cyan = 0.55, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 6 | 236 | - |
| CMYK | 0.55 | 0.97 | 0 | 0.07 |
| HSL | 266.35º | 0.95% | 0.47% | - |
| HSV(B) | 266.35º | 0.97% | 0.93% | - |
| XYZ | 21.27 | 9.31 | 80.03 | - |
| YUV | 62.42 | 225.96 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 6 | 236 | 0.55 | 0.97 | 0 | 0.07 | 266.35 | 0.95 | 0.47 |
| Hex | 6B | 6 | EC | 37 | 61 | 0 | 7 | 10A | 5F | 2F |
| Octal | 153 | 6 | 354 | 67 | 141 | 0 | 7 | 412 | 137 | 57 |
| Binary | 1101011 | 110 | 11101100 | 110111 | 1100001 | 0 | 111 | 100001010 | 1011111 | 101111 |
Color Harmonies of #6B06EC
Complementary color
Monochromatic Colors of #6B06EC
Black with #6B06EC
Text Example
Text Example
White with #6B06EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B06EC; }
p { color: rgb(107,6,236); }
H1.HeaderClassName
{
color: #6B06EC;
}
.AnyTagClassName
{
color: #6B06EC;
}
</style>
background-color css
<style>
a { background-color: #6B06EC; }
a { background-color: rgb(107,6,236); }
div.DivClassName
{
background-color: #6B06EC;
}
.BgClassName
{
background-color: #6B06EC;
}
</style>
border-color css
<style>
span { border-color: #6B06EC; }
span { border-color: rgb(107,6,236); }
td.TdClassName
{
border-color: #6B06EC;
}
.TagClassName
{
border-color: #6B06EC;
}
</style>