Shades of Lynch #68828E
Tints of Lynch #68828E
RGB
CMYK
RGB Variations
Color information
#68828E (or 0x68828E) is known color: Lynch. HEX triplet: 68, 82 and 8E. RGB value is (104,130,142). Sum of RGB (Red+Green+Blue) = 104+130+142=376 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.66% from 376); Green value is 130 (51.17% from 255 or 34.57% from 376); Blue value is 142 (55.86% from 255 or 37.77% from 376); Max value from RGB is 142 - color contains mainly: blue. Hex color #68828E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68828E is #977D71. Grayscale: #7B7B7B. Windows color (decimal): -9928050 or 9339496. OLE color: 9339496.
HSL color Cylindrical-coordinate representation of color #68828E: hue angle of 198.95º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #68828E is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 104 | 130 | 142 | - |
| CMYK | 0.27 | 0.08 | 0 | 0.44 |
| HSL | 198.95º | 0.15% | 0.48% | - |
| HSV(B) | 198.95º | 0.27% | 0.56% | - |
| XYZ | 18.57 | 20.86 | 28.64 | - |
| YUV | 123.59 | 138.39 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 130 | 142 | 0.27 | 0.08 | 0 | 0.44 | 198.95 | 0.15 | 0.48 |
| Hex | 68 | 82 | 8E | 1B | 8 | 0 | 2C | C7 | F | 30 |
| Octal | 150 | 202 | 216 | 33 | 10 | 0 | 54 | 307 | 17 | 60 |
| Binary | 1101000 | 10000010 | 10001110 | 11011 | 1000 | 0 | 101100 | 11000111 | 1111 | 110000 |
Color Harmonies of #68828E
Complementary color
Monochromatic Colors of #68828E
Black with #68828E
Text Example
Text Example
White with #68828E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68828E; }
p { color: rgb(104,130,142); }
H1.HeaderClassName
{
color: #68828E;
}
.AnyTagClassName
{
color: #68828E;
}
</style>
background-color css
<style>
a { background-color: #68828E; }
a { background-color: rgb(104,130,142); }
div.DivClassName
{
background-color: #68828E;
}
.BgClassName
{
background-color: #68828E;
}
</style>
border-color css
<style>
span { border-color: #68828E; }
span { border-color: rgb(104,130,142); }
td.TdClassName
{
border-color: #68828E;
}
.TagClassName
{
border-color: #68828E;
}
</style>