Shades of Electric Indigo #6708FF
Tints of Electric Indigo #6708FF
RGB
CMYK
RGB Variations
Color information
#6708FF (or 0x6708FF) is known color: Electric Indigo. HEX triplet: 67, 08 and FF. RGB value is (103,8,255). Sum of RGB (Red+Green+Blue) = 103+8+255=366 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.14% from 366); Green value is 8 (3.52% from 255 or 2.19% from 366); Blue value is 255 (100% from 255 or 69.67% from 366); Max value from RGB is 255 - color contains mainly: blue. Hex color #6708FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6708FF is #98F700. Grayscale: #3F3F3F. Windows color (decimal): -10024705 or 16713831. OLE color: 16713831.
HSL color Cylindrical-coordinate representation of color #6708FF: hue angle of 263.08º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6708FF is Cyan = 0.60, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 103 | 8 | 255 | - |
| CMYK | 0.60 | 0.97 | 0 | 0 |
| HSL | 263.08º | 1% | 0.52% | - |
| HSV(B) | 263.08º | 0.97% | 1% | - |
| XYZ | 23.73 | 10.28 | 95.34 | - |
| YUV | 64.56 | 235.47 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 8 | 255 | 0.60 | 0.97 | 0 | 0 | 263.08 | 1 | 0.52 |
| Hex | 67 | 8 | FF | 3C | 61 | 0 | 0 | 107 | 64 | 34 |
| Octal | 147 | 10 | 377 | 74 | 141 | 0 | 0 | 407 | 144 | 64 |
| Binary | 1100111 | 1000 | 11111111 | 111100 | 1100001 | 0 | 0 | 100000111 | 1100100 | 110100 |
Color Harmonies of #6708FF
Complementary color
Monochromatic Colors of #6708FF
Black with #6708FF
Text Example
Text Example
White with #6708FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6708FF; }
p { color: rgb(103,8,255); }
H1.HeaderClassName
{
color: #6708FF;
}
.AnyTagClassName
{
color: #6708FF;
}
</style>
background-color css
<style>
a { background-color: #6708FF; }
a { background-color: rgb(103,8,255); }
div.DivClassName
{
background-color: #6708FF;
}
.BgClassName
{
background-color: #6708FF;
}
</style>
border-color css
<style>
span { border-color: #6708FF; }
span { border-color: rgb(103,8,255); }
td.TdClassName
{
border-color: #6708FF;
}
.TagClassName
{
border-color: #6708FF;
}
</style>