Shades of Electric Indigo #6B05EB
Tints of Electric Indigo #6B05EB
RGB
CMYK
RGB Variations
Color information
#6B05EB (or 0x6B05EB) is known color: Electric Indigo. HEX triplet: 6B, 05 and EB. RGB value is (107,5,235). Sum of RGB (Red+Green+Blue) = 107+5+235=347 (45% of max value = 765). Red value is 107 (42.19% from 255 or 30.84% from 347); Green value is 5 (2.34% from 255 or 1.44% from 347); Blue value is 235 (92.19% from 255 or 67.72% from 347); Max value from RGB is 235 - color contains mainly: blue. Hex color #6B05EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6B05EB is #94FA14. Grayscale: #3C3C3C. Windows color (decimal): -9763349 or 15402347. OLE color: 15402347.
HSL color Cylindrical-coordinate representation of color #6B05EB: hue angle of 266.61º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6B05EB is Cyan = 0.54, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 107 | 5 | 235 | - |
CMYK | 0.54 | 0.98 | 0 | 0.08 |
HSL | 266.61º | 0.96% | 0.47% | - |
HSV(B) | 266.61º | 0.98% | 0.92% | - |
XYZ | 21.11 | 9.23 | 79.27 | - |
YUV | 61.72 | 225.79 | 160.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 107 | 5 | 235 | 0.54 | 0.98 | 0 | 0.08 | 266.61 | 0.96 | 0.47 |
Hex | 6B | 5 | EB | 36 | 62 | 0 | 8 | 10B | 60 | 2F |
Octal | 153 | 5 | 353 | 66 | 142 | 0 | 10 | 413 | 140 | 57 |
Binary | 1101011 | 101 | 11101011 | 110110 | 1100010 | 0 | 1000 | 100001011 | 1100000 | 101111 |
Color Harmonies of #6B05EB
Complementary color
Monochromatic Colors of #6B05EB
Black with #6B05EB
Text Example
Text Example
White with #6B05EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B05EB; }
p { color: rgb(107,5,235); }
H1.HeaderClassName
{
color: #6B05EB;
}
.AnyTagClassName
{
color: #6B05EB;
}
</style>
background-color css
<style>
a { background-color: #6B05EB; }
a { background-color: rgb(107,5,235); }
div.DivClassName
{
background-color: #6B05EB;
}
.BgClassName
{
background-color: #6B05EB;
}
</style>
border-color css
<style>
span { border-color: #6B05EB; }
span { border-color: rgb(107,5,235); }
td.TdClassName
{
border-color: #6B05EB;
}
.TagClassName
{
border-color: #6B05EB;
}
</style>