Shades of Lynch #677E90
Tints of Lynch #677E90
RGB
CMYK
RGB Variations
Color information
#677E90 (or 0x677E90) is known color: Lynch. HEX triplet: 67, 7E and 90. RGB value is (103,126,144). Sum of RGB (Red+Green+Blue) = 103+126+144=373 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.61% from 373); Green value is 126 (49.61% from 255 or 33.78% from 373); Blue value is 144 (56.64% from 255 or 38.61% from 373); Max value from RGB is 144 - color contains mainly: blue. Hex color #677E90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677E90 is #98816F. Grayscale: #797979. Windows color (decimal): -9994608 or 9469543. OLE color: 9469543.
HSL color Cylindrical-coordinate representation of color #677E90: hue angle of 206.34º 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 #677E90 is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 103 | 126 | 144 | - |
| CMYK | 0.28 | 0.12 | 0 | 0.44 |
| HSL | 206.34º | 0.17% | 0.48% | - |
| HSV(B) | 206.34º | 0.28% | 0.56% | - |
| XYZ | 18.09 | 19.82 | 29.26 | - |
| YUV | 121.18 | 140.88 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 126 | 144 | 0.28 | 0.12 | 0 | 0.44 | 206.34 | 0.17 | 0.48 |
| Hex | 67 | 7E | 90 | 1C | C | 0 | 2C | CE | 11 | 30 |
| Octal | 147 | 176 | 220 | 34 | 14 | 0 | 54 | 316 | 21 | 60 |
| Binary | 1100111 | 1111110 | 10010000 | 11100 | 1100 | 0 | 101100 | 11001110 | 10001 | 110000 |
Color Harmonies of #677E90
Complementary color
Monochromatic Colors of #677E90
Black with #677E90
Text Example
Text Example
White with #677E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677E90; }
p { color: rgb(103,126,144); }
H1.HeaderClassName
{
color: #677E90;
}
.AnyTagClassName
{
color: #677E90;
}
</style>
background-color css
<style>
a { background-color: #677E90; }
a { background-color: rgb(103,126,144); }
div.DivClassName
{
background-color: #677E90;
}
.BgClassName
{
background-color: #677E90;
}
</style>
border-color css
<style>
span { border-color: #677E90; }
span { border-color: rgb(103,126,144); }
td.TdClassName
{
border-color: #677E90;
}
.TagClassName
{
border-color: #677E90;
}
</style>