Shades of Lynch #68818F
Tints of Lynch #68818F
RGB
CMYK
RGB Variations
Color information
#68818F (or 0x68818F) is known color: Lynch. HEX triplet: 68, 81 and 8F. RGB value is (104,129,143). Sum of RGB (Red+Green+Blue) = 104+129+143=376 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.66% from 376); Green value is 129 (50.78% from 255 or 34.31% from 376); Blue value is 143 (56.25% from 255 or 38.03% from 376); Max value from RGB is 143 - color contains mainly: blue. Hex color #68818F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68818F is #977E70. Grayscale: #7B7B7B. Windows color (decimal): -9928305 or 9404776. OLE color: 9404776.
HSL color Cylindrical-coordinate representation of color #68818F: hue angle of 201.54º degrees, saturation: 0.16, 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 #68818F is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 104 | 129 | 143 | - |
| CMYK | 0.27 | 0.10 | 0 | 0.44 |
| HSL | 201.54º | 0.16% | 0.48% | - |
| HSV(B) | 201.54º | 0.27% | 0.56% | - |
| XYZ | 18.52 | 20.63 | 28.99 | - |
| YUV | 123.12 | 139.22 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 129 | 143 | 0.27 | 0.10 | 0 | 0.44 | 201.54 | 0.16 | 0.48 |
| Hex | 68 | 81 | 8F | 1B | A | 0 | 2C | CA | 10 | 30 |
| Octal | 150 | 201 | 217 | 33 | 12 | 0 | 54 | 312 | 20 | 60 |
| Binary | 1101000 | 10000001 | 10001111 | 11011 | 1010 | 0 | 101100 | 11001010 | 10000 | 110000 |
Color Harmonies of #68818F
Complementary color
Monochromatic Colors of #68818F
Black with #68818F
Text Example
Text Example
White with #68818F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68818F; }
p { color: rgb(104,129,143); }
H1.HeaderClassName
{
color: #68818F;
}
.AnyTagClassName
{
color: #68818F;
}
</style>
background-color css
<style>
a { background-color: #68818F; }
a { background-color: rgb(104,129,143); }
div.DivClassName
{
background-color: #68818F;
}
.BgClassName
{
background-color: #68818F;
}
</style>
border-color css
<style>
span { border-color: #68818F; }
span { border-color: rgb(104,129,143); }
td.TdClassName
{
border-color: #68818F;
}
.TagClassName
{
border-color: #68818F;
}
</style>