Shades of Lynch #677F90
Tints of Lynch #677F90
RGB
CMYK
RGB Variations
Color information
#677F90 (or 0x677F90) is known color: Lynch. HEX triplet: 67, 7F and 90. RGB value is (103,127,144). Sum of RGB (Red+Green+Blue) = 103+127+144=374 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.54% from 374); Green value is 127 (50% from 255 or 33.96% from 374); Blue value is 144 (56.64% from 255 or 38.50% from 374); Max value from RGB is 144 - color contains mainly: blue. Hex color #677F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677F90 is #98806F. Grayscale: #797979. Windows color (decimal): -9994352 or 9469799. OLE color: 9469799.
HSL color Cylindrical-coordinate representation of color #677F90: hue angle of 204.88º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #677F90 is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 103 | 127 | 144 | - |
| CMYK | 0.28 | 0.12 | 0 | 0.44 |
| HSL | 204.88º | 0.17% | 0.48% | - |
| HSV(B) | 204.88º | 0.28% | 0.56% | - |
| XYZ | 18.22 | 20.08 | 29.3 | - |
| YUV | 121.76 | 140.55 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 127 | 144 | 0.28 | 0.12 | 0 | 0.44 | 204.88 | 0.17 | 0.48 |
| Hex | 67 | 7F | 90 | 1C | C | 0 | 2C | CD | 11 | 30 |
| Octal | 147 | 177 | 220 | 34 | 14 | 0 | 54 | 315 | 21 | 60 |
| Binary | 1100111 | 1111111 | 10010000 | 11100 | 1100 | 0 | 101100 | 11001101 | 10001 | 110000 |
Color Harmonies of #677F90
Complementary color
Monochromatic Colors of #677F90
Black with #677F90
Text Example
Text Example
White with #677F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677F90; }
p { color: rgb(103,127,144); }
H1.HeaderClassName
{
color: #677F90;
}
.AnyTagClassName
{
color: #677F90;
}
</style>
background-color css
<style>
a { background-color: #677F90; }
a { background-color: rgb(103,127,144); }
div.DivClassName
{
background-color: #677F90;
}
.BgClassName
{
background-color: #677F90;
}
</style>
border-color css
<style>
span { border-color: #677F90; }
span { border-color: rgb(103,127,144); }
td.TdClassName
{
border-color: #677F90;
}
.TagClassName
{
border-color: #677F90;
}
</style>