Shades of Indigo #68079C
Tints of Indigo #68079C
RGB
CMYK
RGB Variations
Color information
#68079C (or 0x68079C) is known color: Indigo. HEX triplet: 68, 07 and 9C. RGB value is (104,7,156). Sum of RGB (Red+Green+Blue) = 104+7+156=267 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.95% from 267); Green value is 7 (3.12% from 255 or 2.62% from 267); Blue value is 156 (61.33% from 255 or 58.43% from 267); Max value from RGB is 156 - color contains mainly: blue. Hex color #68079C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68079C is #97F863. Grayscale: #343434. Windows color (decimal): -9959524 or 10225512. OLE color: 10225512.
HSL color Cylindrical-coordinate representation of color #68079C: hue angle of 279.06º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #68079C is Cyan = 0.33, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 104 | 7 | 156 | - |
| CMYK | 0.33 | 0.96 | 0 | 0.39 |
| HSL | 279.06º | 0.91% | 0.32% | - |
| HSV(B) | 279.06º | 0.96% | 0.61% | - |
| XYZ | 11.79 | 5.5 | 31.89 | - |
| YUV | 52.99 | 186.14 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 7 | 156 | 0.33 | 0.96 | 0 | 0.39 | 279.06 | 0.91 | 0.32 |
| Hex | 68 | 7 | 9C | 21 | 60 | 0 | 27 | 117 | 5B | 20 |
| Octal | 150 | 7 | 234 | 41 | 140 | 0 | 47 | 427 | 133 | 40 |
| Binary | 1101000 | 111 | 10011100 | 100001 | 1100000 | 0 | 100111 | 100010111 | 1011011 | 100000 |
Color Harmonies of #68079C
Complementary color
Monochromatic Colors of #68079C
Black with #68079C
Text Example
Text Example
White with #68079C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68079C; }
p { color: rgb(104,7,156); }
H1.HeaderClassName
{
color: #68079C;
}
.AnyTagClassName
{
color: #68079C;
}
</style>
background-color css
<style>
a { background-color: #68079C; }
a { background-color: rgb(104,7,156); }
div.DivClassName
{
background-color: #68079C;
}
.BgClassName
{
background-color: #68079C;
}
</style>
border-color css
<style>
span { border-color: #68079C; }
span { border-color: rgb(104,7,156); }
td.TdClassName
{
border-color: #68079C;
}
.TagClassName
{
border-color: #68079C;
}
</style>