Shades of Lynch #677C8D
Tints of Lynch #677C8D
RGB
CMYK
RGB Variations
Color information
#677C8D (or 0x677C8D) is known color: Lynch. HEX triplet: 67, 7C and 8D. RGB value is (103,124,141). Sum of RGB (Red+Green+Blue) = 103+124+141=368 (48% of max value = 765). Red value is 103 (40.62% from 255 or 27.99% from 368); Green value is 124 (48.83% from 255 or 33.70% from 368); Blue value is 141 (55.47% from 255 or 38.32% from 368); Max value from RGB is 141 - color contains mainly: blue. Hex color #677C8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677C8D is #988372. Grayscale: #777777. Windows color (decimal): -9995123 or 9272423. OLE color: 9272423.
HSL color Cylindrical-coordinate representation of color #677C8D: hue angle of 206.84º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #677C8D is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 103 | 124 | 141 | - |
| CMYK | 0.27 | 0.12 | 0 | 0.45 |
| HSL | 206.84º | 0.16% | 0.48% | - |
| HSV(B) | 206.84º | 0.27% | 0.55% | - |
| XYZ | 17.61 | 19.22 | 27.98 | - |
| YUV | 119.66 | 140.04 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 124 | 141 | 0.27 | 0.12 | 0 | 0.45 | 206.84 | 0.16 | 0.48 |
| Hex | 67 | 7C | 8D | 1B | C | 0 | 2D | CF | 10 | 30 |
| Octal | 147 | 174 | 215 | 33 | 14 | 0 | 55 | 317 | 20 | 60 |
| Binary | 1100111 | 1111100 | 10001101 | 11011 | 1100 | 0 | 101101 | 11001111 | 10000 | 110000 |
Color Harmonies of #677C8D
Complementary color
Monochromatic Colors of #677C8D
Black with #677C8D
Text Example
Text Example
White with #677C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677C8D; }
p { color: rgb(103,124,141); }
H1.HeaderClassName
{
color: #677C8D;
}
.AnyTagClassName
{
color: #677C8D;
}
</style>
background-color css
<style>
a { background-color: #677C8D; }
a { background-color: rgb(103,124,141); }
div.DivClassName
{
background-color: #677C8D;
}
.BgClassName
{
background-color: #677C8D;
}
</style>
border-color css
<style>
span { border-color: #677C8D; }
span { border-color: rgb(103,124,141); }
td.TdClassName
{
border-color: #677C8D;
}
.TagClassName
{
border-color: #677C8D;
}
</style>