Shades of Electric Indigo #6B08D8
Tints of Electric Indigo #6B08D8
RGB
CMYK
RGB Variations
Color information
#6B08D8 (or 0x6B08D8) is known color: Electric Indigo. HEX triplet: 6B, 08 and D8. RGB value is (107,8,216). Sum of RGB (Red+Green+Blue) = 107+8+216=331 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.33% from 331); Green value is 8 (3.52% from 255 or 2.42% from 331); Blue value is 216 (84.77% from 255 or 65.26% from 331); Max value from RGB is 216 - color contains mainly: blue. Hex color #6B08D8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B08D8 is #94F727. Grayscale: #3C3C3C. Windows color (decimal): -9762600 or 14157931. OLE color: 14157931.
HSL color Cylindrical-coordinate representation of color #6B08D8: hue angle of 268.56º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6B08D8 is Cyan = 0.50, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 107 | 8 | 216 | - |
| CMYK | 0.50 | 0.96 | 0 | 0.15 |
| HSL | 268.56º | 0.93% | 0.44% | - |
| HSV(B) | 268.56º | 0.96% | 0.85% | - |
| XYZ | 18.54 | 8.26 | 65.58 | - |
| YUV | 61.31 | 215.3 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 8 | 216 | 0.50 | 0.96 | 0 | 0.15 | 268.56 | 0.93 | 0.44 |
| Hex | 6B | 8 | D8 | 32 | 60 | 0 | F | 10D | 5D | 2C |
| Octal | 153 | 10 | 330 | 62 | 140 | 0 | 17 | 415 | 135 | 54 |
| Binary | 1101011 | 1000 | 11011000 | 110010 | 1100000 | 0 | 1111 | 100001101 | 1011101 | 101100 |
Color Harmonies of #6B08D8
Complementary color
Monochromatic Colors of #6B08D8
Black with #6B08D8
Text Example
Text Example
White with #6B08D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B08D8; }
p { color: rgb(107,8,216); }
H1.HeaderClassName
{
color: #6B08D8;
}
.AnyTagClassName
{
color: #6B08D8;
}
</style>
background-color css
<style>
a { background-color: #6B08D8; }
a { background-color: rgb(107,8,216); }
div.DivClassName
{
background-color: #6B08D8;
}
.BgClassName
{
background-color: #6B08D8;
}
</style>
border-color css
<style>
span { border-color: #6B08D8; }
span { border-color: rgb(107,8,216); }
td.TdClassName
{
border-color: #6B08D8;
}
.TagClassName
{
border-color: #6B08D8;
}
</style>