Shades of Electric Indigo #6B08D7
Tints of Electric Indigo #6B08D7
RGB
CMYK
RGB Variations
Color information
#6B08D7 (or 0x6B08D7) is known color: Electric Indigo. HEX triplet: 6B, 08 and D7. RGB value is (107,8,215). Sum of RGB (Red+Green+Blue) = 107+8+215=330 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.42% from 330); Green value is 8 (3.52% from 255 or 2.42% from 330); Blue value is 215 (84.38% from 255 or 65.15% from 330); Max value from RGB is 215 - color contains mainly: blue. Hex color #6B08D7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B08D7 is #94F728. Grayscale: #3C3C3C. Windows color (decimal): -9762601 or 14092395. OLE color: 14092395.
HSL color Cylindrical-coordinate representation of color #6B08D7: hue angle of 268.7º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6B08D7 is Cyan = 0.50, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 107 | 8 | 215 | - |
| CMYK | 0.50 | 0.96 | 0 | 0.16 |
| HSL | 268.7º | 0.93% | 0.44% | - |
| HSV(B) | 268.7º | 0.96% | 0.84% | - |
| XYZ | 18.42 | 8.21 | 64.9 | - |
| YUV | 61.2 | 214.8 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 8 | 215 | 0.50 | 0.96 | 0 | 0.16 | 268.7 | 0.93 | 0.44 |
| Hex | 6B | 8 | D7 | 32 | 60 | 0 | 10 | 10D | 5D | 2C |
| Octal | 153 | 10 | 327 | 62 | 140 | 0 | 20 | 415 | 135 | 54 |
| Binary | 1101011 | 1000 | 11010111 | 110010 | 1100000 | 0 | 10000 | 100001101 | 1011101 | 101100 |
Color Harmonies of #6B08D7
Complementary color
Monochromatic Colors of #6B08D7
Black with #6B08D7
Text Example
Text Example
White with #6B08D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B08D7; }
p { color: rgb(107,8,215); }
H1.HeaderClassName
{
color: #6B08D7;
}
.AnyTagClassName
{
color: #6B08D7;
}
</style>
background-color css
<style>
a { background-color: #6B08D7; }
a { background-color: rgb(107,8,215); }
div.DivClassName
{
background-color: #6B08D7;
}
.BgClassName
{
background-color: #6B08D7;
}
</style>
border-color css
<style>
span { border-color: #6B08D7; }
span { border-color: rgb(107,8,215); }
td.TdClassName
{
border-color: #6B08D7;
}
.TagClassName
{
border-color: #6B08D7;
}
</style>