Shades of Indigo #6708A6
Tints of Indigo #6708A6
RGB
CMYK
RGB Variations
Color information
#6708A6 (or 0x6708A6) is known color: Indigo. HEX triplet: 67, 08 and A6. RGB value is (103,8,166). Sum of RGB (Red+Green+Blue) = 103+8+166=277 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.18% from 277); Green value is 8 (3.52% from 255 or 2.89% from 277); Blue value is 166 (65.23% from 255 or 59.93% from 277); Max value from RGB is 166 - color contains mainly: blue. Hex color #6708A6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6708A6 is #98F759. Grayscale: #353535. Windows color (decimal): -10024794 or 10881127. OLE color: 10881127.
HSL color Cylindrical-coordinate representation of color #6708A6: hue angle of 276.08º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6708A6 is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 103 | 8 | 166 | - |
| CMYK | 0.38 | 0.95 | 0 | 0.35 |
| HSL | 276.08º | 0.91% | 0.34% | - |
| HSV(B) | 276.08º | 0.95% | 0.65% | - |
| XYZ | 12.56 | 5.81 | 36.54 | - |
| YUV | 54.42 | 190.97 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 8 | 166 | 0.38 | 0.95 | 0 | 0.35 | 276.08 | 0.91 | 0.34 |
| Hex | 67 | 8 | A6 | 26 | 5F | 0 | 23 | 114 | 5B | 22 |
| Octal | 147 | 10 | 246 | 46 | 137 | 0 | 43 | 424 | 133 | 42 |
| Binary | 1100111 | 1000 | 10100110 | 100110 | 1011111 | 0 | 100011 | 100010100 | 1011011 | 100010 |
Color Harmonies of #6708A6
Complementary color
Monochromatic Colors of #6708A6
Black with #6708A6
Text Example
Text Example
White with #6708A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6708A6; }
p { color: rgb(103,8,166); }
H1.HeaderClassName
{
color: #6708A6;
}
.AnyTagClassName
{
color: #6708A6;
}
</style>
background-color css
<style>
a { background-color: #6708A6; }
a { background-color: rgb(103,8,166); }
div.DivClassName
{
background-color: #6708A6;
}
.BgClassName
{
background-color: #6708A6;
}
</style>
border-color css
<style>
span { border-color: #6708A6; }
span { border-color: rgb(103,8,166); }
td.TdClassName
{
border-color: #6708A6;
}
.TagClassName
{
border-color: #6708A6;
}
</style>