Shades of Electric Indigo #6B05D6
Tints of Electric Indigo #6B05D6
RGB
CMYK
RGB Variations
Color information
#6B05D6 (or 0x6B05D6) is known color: Electric Indigo. HEX triplet: 6B, 05 and D6. RGB value is (107,5,214). Sum of RGB (Red+Green+Blue) = 107+5+214=326 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.82% from 326); Green value is 5 (2.34% from 255 or 1.53% from 326); Blue value is 214 (83.98% from 255 or 65.64% from 326); Max value from RGB is 214 - color contains mainly: blue. Hex color #6B05D6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B05D6 is #94FA29. Grayscale: #3A3A3A. Windows color (decimal): -9763370 or 14026091. OLE color: 14026091.
HSL color Cylindrical-coordinate representation of color #6B05D6: hue angle of 269.28º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6B05D6 is Cyan = 0.50, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 107 | 5 | 214 | - |
| CMYK | 0.50 | 0.98 | 0 | 0.16 |
| HSL | 269.28º | 0.95% | 0.43% | - |
| HSV(B) | 269.28º | 0.98% | 0.84% | - |
| XYZ | 18.26 | 8.09 | 64.22 | - |
| YUV | 59.32 | 215.29 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 5 | 214 | 0.50 | 0.98 | 0 | 0.16 | 269.28 | 0.95 | 0.43 |
| Hex | 6B | 5 | D6 | 32 | 62 | 0 | 10 | 10D | 5F | 2B |
| Octal | 153 | 5 | 326 | 62 | 142 | 0 | 20 | 415 | 137 | 53 |
| Binary | 1101011 | 101 | 11010110 | 110010 | 1100010 | 0 | 10000 | 100001101 | 1011111 | 101011 |
Color Harmonies of #6B05D6
Complementary color
Monochromatic Colors of #6B05D6
Black with #6B05D6
Text Example
Text Example
White with #6B05D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B05D6; }
p { color: rgb(107,5,214); }
H1.HeaderClassName
{
color: #6B05D6;
}
.AnyTagClassName
{
color: #6B05D6;
}
</style>
background-color css
<style>
a { background-color: #6B05D6; }
a { background-color: rgb(107,5,214); }
div.DivClassName
{
background-color: #6B05D6;
}
.BgClassName
{
background-color: #6B05D6;
}
</style>
border-color css
<style>
span { border-color: #6B05D6; }
span { border-color: rgb(107,5,214); }
td.TdClassName
{
border-color: #6B05D6;
}
.TagClassName
{
border-color: #6B05D6;
}
</style>