Shades of Indigo #68089D
Tints of Indigo #68089D
RGB
CMYK
RGB Variations
Color information
#68089D (or 0x68089D) is known color: Indigo. HEX triplet: 68, 08 and 9D. RGB value is (104,8,157). Sum of RGB (Red+Green+Blue) = 104+8+157=269 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.66% from 269); Green value is 8 (3.52% from 255 or 2.97% from 269); Blue value is 157 (61.72% from 255 or 58.36% from 269); Max value from RGB is 157 - color contains mainly: blue. Hex color #68089D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68089D is #97F762. Grayscale: #353535. Windows color (decimal): -9959267 or 10291304. OLE color: 10291304.
HSL color Cylindrical-coordinate representation of color #68089D: hue angle of 278.66º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #68089D is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 8 | 157 | - |
| CMYK | 0.34 | 0.95 | 0 | 0.38 |
| HSL | 278.66º | 0.9% | 0.32% | - |
| HSV(B) | 278.66º | 0.95% | 0.62% | - |
| XYZ | 11.88 | 5.55 | 32.34 | - |
| YUV | 53.69 | 186.3 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 8 | 157 | 0.34 | 0.95 | 0 | 0.38 | 278.66 | 0.9 | 0.32 |
| Hex | 68 | 8 | 9D | 22 | 5F | 0 | 26 | 117 | 5A | 20 |
| Octal | 150 | 10 | 235 | 42 | 137 | 0 | 46 | 427 | 132 | 40 |
| Binary | 1101000 | 1000 | 10011101 | 100010 | 1011111 | 0 | 100110 | 100010111 | 1011010 | 100000 |
Color Harmonies of #68089D
Complementary color
Monochromatic Colors of #68089D
Black with #68089D
Text Example
Text Example
White with #68089D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68089D; }
p { color: rgb(104,8,157); }
H1.HeaderClassName
{
color: #68089D;
}
.AnyTagClassName
{
color: #68089D;
}
</style>
background-color css
<style>
a { background-color: #68089D; }
a { background-color: rgb(104,8,157); }
div.DivClassName
{
background-color: #68089D;
}
.BgClassName
{
background-color: #68089D;
}
</style>
border-color css
<style>
span { border-color: #68089D; }
span { border-color: rgb(104,8,157); }
td.TdClassName
{
border-color: #68089D;
}
.TagClassName
{
border-color: #68089D;
}
</style>