Shades of Lynch #607E8E
Tints of Lynch #607E8E
RGB
CMYK
RGB Variations
Color information
#607E8E (or 0x607E8E) is known color: Lynch. HEX triplet: 60, 7E and 8E. RGB value is (96,126,142). Sum of RGB (Red+Green+Blue) = 96+126+142=364 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.37% from 364); Green value is 126 (49.61% from 255 or 34.62% from 364); Blue value is 142 (55.86% from 255 or 39.01% from 364); Max value from RGB is 142 - color contains mainly: blue. Hex color #607E8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607E8E is #9F8171. Grayscale: #767676. Windows color (decimal): -10453362 or 9338464. OLE color: 9338464.
HSL color Cylindrical-coordinate representation of color #607E8E: hue angle of 200.87º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #607E8E is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 96 | 126 | 142 | - |
| CMYK | 0.32 | 0.11 | 0 | 0.44 |
| HSL | 200.87º | 0.19% | 0.47% | - |
| HSV(B) | 200.87º | 0.32% | 0.56% | - |
| XYZ | 17.17 | 19.36 | 28.42 | - |
| YUV | 118.85 | 141.06 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 126 | 142 | 0.32 | 0.11 | 0 | 0.44 | 200.87 | 0.19 | 0.47 |
| Hex | 60 | 7E | 8E | 20 | B | 0 | 2C | C9 | 13 | 2F |
| Octal | 140 | 176 | 216 | 40 | 13 | 0 | 54 | 311 | 23 | 57 |
| Binary | 1100000 | 1111110 | 10001110 | 100000 | 1011 | 0 | 101100 | 11001001 | 10011 | 101111 |
Color Harmonies of #607E8E
Complementary color
Monochromatic Colors of #607E8E
Black with #607E8E
Text Example
Text Example
White with #607E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607E8E; }
p { color: rgb(96,126,142); }
H1.HeaderClassName
{
color: #607E8E;
}
.AnyTagClassName
{
color: #607E8E;
}
</style>
background-color css
<style>
a { background-color: #607E8E; }
a { background-color: rgb(96,126,142); }
div.DivClassName
{
background-color: #607E8E;
}
.BgClassName
{
background-color: #607E8E;
}
</style>
border-color css
<style>
span { border-color: #607E8E; }
span { border-color: rgb(96,126,142); }
td.TdClassName
{
border-color: #607E8E;
}
.TagClassName
{
border-color: #607E8E;
}
</style>