Shades of Lynch #677D89
Tints of Lynch #677D89
RGB
CMYK
RGB Variations
Color information
#677D89 (or 0x677D89) is known color: Lynch. HEX triplet: 67, 7D and 89. RGB value is (103,125,137). Sum of RGB (Red+Green+Blue) = 103+125+137=365 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.22% from 365); Green value is 125 (49.22% from 255 or 34.25% from 365); Blue value is 137 (53.91% from 255 or 37.53% from 365); Max value from RGB is 137 - color contains mainly: blue. Hex color #677D89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677D89 is #988276. Grayscale: #777777. Windows color (decimal): -9994871 or 9010535. OLE color: 9010535.
HSL color Cylindrical-coordinate representation of color #677D89: hue angle of 201.18º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #677D89 is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 103 | 125 | 137 | - |
| CMYK | 0.25 | 0.09 | 0 | 0.46 |
| HSL | 201.18º | 0.14% | 0.47% | - |
| HSV(B) | 201.18º | 0.25% | 0.54% | - |
| XYZ | 17.44 | 19.36 | 26.48 | - |
| YUV | 119.79 | 137.71 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 125 | 137 | 0.25 | 0.09 | 0 | 0.46 | 201.18 | 0.14 | 0.47 |
| Hex | 67 | 7D | 89 | 19 | 9 | 0 | 2E | C9 | E | 2F |
| Octal | 147 | 175 | 211 | 31 | 11 | 0 | 56 | 311 | 16 | 57 |
| Binary | 1100111 | 1111101 | 10001001 | 11001 | 1001 | 0 | 101110 | 11001001 | 1110 | 101111 |
Color Harmonies of #677D89
Complementary color
Monochromatic Colors of #677D89
Black with #677D89
Text Example
Text Example
White with #677D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677D89; }
p { color: rgb(103,125,137); }
H1.HeaderClassName
{
color: #677D89;
}
.AnyTagClassName
{
color: #677D89;
}
</style>
background-color css
<style>
a { background-color: #677D89; }
a { background-color: rgb(103,125,137); }
div.DivClassName
{
background-color: #677D89;
}
.BgClassName
{
background-color: #677D89;
}
</style>
border-color css
<style>
span { border-color: #677D89; }
span { border-color: rgb(103,125,137); }
td.TdClassName
{
border-color: #677D89;
}
.TagClassName
{
border-color: #677D89;
}
</style>