Shades of Lynch #607B8C
Tints of Lynch #607B8C
RGB
CMYK
RGB Variations
Color information
#607B8C (or 0x607B8C) is known color: Lynch. HEX triplet: 60, 7B and 8C. RGB value is (96,123,140). Sum of RGB (Red+Green+Blue) = 96+123+140=359 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.74% from 359); Green value is 123 (48.44% from 255 or 34.26% from 359); Blue value is 140 (55.08% from 255 or 39.00% from 359); Max value from RGB is 140 - color contains mainly: blue. Hex color #607B8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607B8C is #9F8473. Grayscale: #747474. Windows color (decimal): -10454132 or 9206624. OLE color: 9206624.
HSL color Cylindrical-coordinate representation of color #607B8C: hue angle of 203.18º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #607B8C is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 123 | 140 | - |
| CMYK | 0.31 | 0.12 | 0 | 0.45 |
| HSL | 203.18º | 0.19% | 0.46% | - |
| HSV(B) | 203.18º | 0.31% | 0.55% | - |
| XYZ | 16.64 | 18.55 | 27.51 | - |
| YUV | 116.87 | 141.05 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 123 | 140 | 0.31 | 0.12 | 0 | 0.45 | 203.18 | 0.19 | 0.46 |
| Hex | 60 | 7B | 8C | 1F | C | 0 | 2D | CB | 13 | 2E |
| Octal | 140 | 173 | 214 | 37 | 14 | 0 | 55 | 313 | 23 | 56 |
| Binary | 1100000 | 1111011 | 10001100 | 11111 | 1100 | 0 | 101101 | 11001011 | 10011 | 101110 |
Color Harmonies of #607B8C
Complementary color
Monochromatic Colors of #607B8C
Black with #607B8C
Text Example
Text Example
White with #607B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607B8C; }
p { color: rgb(96,123,140); }
H1.HeaderClassName
{
color: #607B8C;
}
.AnyTagClassName
{
color: #607B8C;
}
</style>
background-color css
<style>
a { background-color: #607B8C; }
a { background-color: rgb(96,123,140); }
div.DivClassName
{
background-color: #607B8C;
}
.BgClassName
{
background-color: #607B8C;
}
</style>
border-color css
<style>
span { border-color: #607B8C; }
span { border-color: rgb(96,123,140); }
td.TdClassName
{
border-color: #607B8C;
}
.TagClassName
{
border-color: #607B8C;
}
</style>