Shades of Indigo #68079A
Tints of Indigo #68079A
RGB
CMYK
RGB Variations
Color information
#68079A (or 0x68079A) is known color: Indigo. HEX triplet: 68, 07 and 9A. RGB value is (104,7,154). Sum of RGB (Red+Green+Blue) = 104+7+154=265 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.25% from 265); Green value is 7 (3.12% from 255 or 2.64% from 265); Blue value is 154 (60.55% from 255 or 58.11% from 265); Max value from RGB is 154 - color contains mainly: blue. Hex color #68079A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68079A is #97F865. Grayscale: #343434. Windows color (decimal): -9959526 or 10094440. OLE color: 10094440.
HSL color Cylindrical-coordinate representation of color #68079A: hue angle of 279.59º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #68079A is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 104 | 7 | 154 | - |
| CMYK | 0.32 | 0.95 | 0 | 0.40 |
| HSL | 279.59º | 0.91% | 0.32% | - |
| HSV(B) | 279.59º | 0.95% | 0.6% | - |
| XYZ | 11.62 | 5.43 | 31.01 | - |
| YUV | 52.76 | 185.14 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 7 | 154 | 0.32 | 0.95 | 0 | 0.40 | 279.59 | 0.91 | 0.32 |
| Hex | 68 | 7 | 9A | 20 | 5F | 0 | 28 | 118 | 5B | 20 |
| Octal | 150 | 7 | 232 | 40 | 137 | 0 | 50 | 430 | 133 | 40 |
| Binary | 1101000 | 111 | 10011010 | 100000 | 1011111 | 0 | 101000 | 100011000 | 1011011 | 100000 |
Color Harmonies of #68079A
Complementary color
Monochromatic Colors of #68079A
Black with #68079A
Text Example
Text Example
White with #68079A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68079A; }
p { color: rgb(104,7,154); }
H1.HeaderClassName
{
color: #68079A;
}
.AnyTagClassName
{
color: #68079A;
}
</style>
background-color css
<style>
a { background-color: #68079A; }
a { background-color: rgb(104,7,154); }
div.DivClassName
{
background-color: #68079A;
}
.BgClassName
{
background-color: #68079A;
}
</style>
border-color css
<style>
span { border-color: #68079A; }
span { border-color: rgb(104,7,154); }
td.TdClassName
{
border-color: #68079A;
}
.TagClassName
{
border-color: #68079A;
}
</style>