Shades of Indigo #680F99
Tints of Indigo #680F99
RGB
CMYK
RGB Variations
Color information
#680F99 (or 0x680F99) is known color: Indigo. HEX triplet: 68, 0F and 99. RGB value is (104,15,153). Sum of RGB (Red+Green+Blue) = 104+15+153=272 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.24% from 272); Green value is 15 (6.25% from 255 or 5.51% from 272); Blue value is 153 (60.16% from 255 or 56.25% from 272); Max value from RGB is 153 - color contains mainly: blue. Hex color #680F99 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680F99 is #97F066. Grayscale: #383838. Windows color (decimal): -9957479 or 10030952. OLE color: 10030952.
HSL color Cylindrical-coordinate representation of color #680F99: hue angle of 278.7º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #680F99 is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 104 | 15 | 153 | - |
| CMYK | 0.32 | 0.90 | 0 | 0.4 |
| HSL | 278.7º | 0.82% | 0.33% | - |
| HSV(B) | 278.7º | 0.9% | 0.6% | - |
| XYZ | 11.63 | 5.58 | 30.6 | - |
| YUV | 57.34 | 181.99 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 15 | 153 | 0.32 | 0.90 | 0 | 0.4 | 278.7 | 0.82 | 0.33 |
| Hex | 68 | F | 99 | 20 | 5A | 0 | 28 | 117 | 52 | 21 |
| Octal | 150 | 17 | 231 | 40 | 132 | 0 | 50 | 427 | 122 | 41 |
| Binary | 1101000 | 1111 | 10011001 | 100000 | 1011010 | 0 | 101000 | 100010111 | 1010010 | 100001 |
Color Harmonies of #680F99
Complementary color
Monochromatic Colors of #680F99
Black with #680F99
Text Example
Text Example
White with #680F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680F99; }
p { color: rgb(104,15,153); }
H1.HeaderClassName
{
color: #680F99;
}
.AnyTagClassName
{
color: #680F99;
}
</style>
background-color css
<style>
a { background-color: #680F99; }
a { background-color: rgb(104,15,153); }
div.DivClassName
{
background-color: #680F99;
}
.BgClassName
{
background-color: #680F99;
}
</style>
border-color css
<style>
span { border-color: #680F99; }
span { border-color: rgb(104,15,153); }
td.TdClassName
{
border-color: #680F99;
}
.TagClassName
{
border-color: #680F99;
}
</style>