Shades of Patina #689D8E
Tints of Patina #689D8E
RGB
CMYK
RGB Variations
Color information
#689D8E (or 0x689D8E) is known color: Patina. HEX triplet: 68, 9D and 8E. RGB value is (104,157,142). Sum of RGB (Red+Green+Blue) = 104+157+142=403 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.81% from 403); Green value is 157 (61.72% from 255 or 38.96% from 403); Blue value is 142 (55.86% from 255 or 35.24% from 403); Max value from RGB is 157 - color contains mainly: green. Hex color #689D8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689D8E is #976271. Grayscale: #8B8B8B. Windows color (decimal): -9921138 or 9346408. OLE color: 9346408.
HSL color Cylindrical-coordinate representation of color #689D8E: hue angle of 163.02º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #689D8E is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 157 | 142 | - |
| CMYK | 0.34 | 0 | 0.10 | 0.38 |
| HSL | 163.02º | 0.21% | 0.51% | - |
| HSV(B) | 163.02º | 0.34% | 0.62% | - |
| XYZ | 22.65 | 29.01 | 30 | - |
| YUV | 139.44 | 129.44 | 102.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 157 | 142 | 0.34 | 0 | 0.10 | 0.38 | 163.02 | 0.21 | 0.51 |
| Hex | 68 | 9D | 8E | 22 | 0 | A | 26 | A3 | 15 | 33 |
| Octal | 150 | 235 | 216 | 42 | 0 | 12 | 46 | 243 | 25 | 63 |
| Binary | 1101000 | 10011101 | 10001110 | 100010 | 0 | 1010 | 100110 | 10100011 | 10101 | 110011 |
Color Harmonies of #689D8E
Complementary color
Monochromatic Colors of #689D8E
Black with #689D8E
Text Example
Text Example
White with #689D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689D8E; }
p { color: rgb(104,157,142); }
H1.HeaderClassName
{
color: #689D8E;
}
.AnyTagClassName
{
color: #689D8E;
}
</style>
background-color css
<style>
a { background-color: #689D8E; }
a { background-color: rgb(104,157,142); }
div.DivClassName
{
background-color: #689D8E;
}
.BgClassName
{
background-color: #689D8E;
}
</style>
border-color css
<style>
span { border-color: #689D8E; }
span { border-color: rgb(104,157,142); }
td.TdClassName
{
border-color: #689D8E;
}
.TagClassName
{
border-color: #689D8E;
}
</style>