Shades of Indigo #680696
Tints of Indigo #680696
RGB
CMYK
RGB Variations
Color information
#680696 (or 0x680696) is known color: Indigo. HEX triplet: 68, 06 and 96. RGB value is (104,6,150). Sum of RGB (Red+Green+Blue) = 104+6+150=260 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40% from 260); Green value is 6 (2.73% from 255 or 2.31% from 260); Blue value is 150 (58.98% from 255 or 57.69% from 260); Max value from RGB is 150 - color contains mainly: blue. Hex color #680696 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680696 is #97F969. Grayscale: #333333. Windows color (decimal): -9959786 or 9832040. OLE color: 9832040.
HSL color Cylindrical-coordinate representation of color #680696: hue angle of 280.83º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #680696 is Cyan = 0.31, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 104 | 6 | 150 | - |
| CMYK | 0.31 | 0.96 | 0 | 0.41 |
| HSL | 280.83º | 0.92% | 0.31% | - |
| HSV(B) | 280.83º | 0.96% | 0.59% | - |
| XYZ | 11.28 | 5.28 | 29.28 | - |
| YUV | 51.72 | 183.47 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 6 | 150 | 0.31 | 0.96 | 0 | 0.41 | 280.83 | 0.92 | 0.31 |
| Hex | 68 | 6 | 96 | 1F | 60 | 0 | 29 | 119 | 5C | 1F |
| Octal | 150 | 6 | 226 | 37 | 140 | 0 | 51 | 431 | 134 | 37 |
| Binary | 1101000 | 110 | 10010110 | 11111 | 1100000 | 0 | 101001 | 100011001 | 1011100 | 11111 |
Color Harmonies of #680696
Complementary color
Monochromatic Colors of #680696
Black with #680696
Text Example
Text Example
White with #680696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680696; }
p { color: rgb(104,6,150); }
H1.HeaderClassName
{
color: #680696;
}
.AnyTagClassName
{
color: #680696;
}
</style>
background-color css
<style>
a { background-color: #680696; }
a { background-color: rgb(104,6,150); }
div.DivClassName
{
background-color: #680696;
}
.BgClassName
{
background-color: #680696;
}
</style>
border-color css
<style>
span { border-color: #680696; }
span { border-color: rgb(104,6,150); }
td.TdClassName
{
border-color: #680696;
}
.TagClassName
{
border-color: #680696;
}
</style>