Shades of Lynch #607B8B
Tints of Lynch #607B8B
RGB
CMYK
RGB Variations
Color information
#607B8B (or 0x607B8B) is known color: Lynch. HEX triplet: 60, 7B and 8B. RGB value is (96,123,139). Sum of RGB (Red+Green+Blue) = 96+123+139=358 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.82% from 358); Green value is 123 (48.44% from 255 or 34.36% from 358); Blue value is 139 (54.69% from 255 or 38.83% from 358); Max value from RGB is 139 - color contains mainly: blue. Hex color #607B8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607B8B is #9F8474. Grayscale: #747474. Windows color (decimal): -10454133 or 9141088. OLE color: 9141088.
HSL color Cylindrical-coordinate representation of color #607B8B: hue angle of 202.33º degrees, saturation: 0.18, 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 #607B8B is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 123 | 139 | - |
| CMYK | 0.31 | 0.12 | 0 | 0.45 |
| HSL | 202.33º | 0.18% | 0.46% | - |
| HSV(B) | 202.33º | 0.31% | 0.55% | - |
| XYZ | 16.57 | 18.52 | 27.13 | - |
| YUV | 116.75 | 140.55 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 123 | 139 | 0.31 | 0.12 | 0 | 0.45 | 202.33 | 0.18 | 0.46 |
| Hex | 60 | 7B | 8B | 1F | C | 0 | 2D | CA | 12 | 2E |
| Octal | 140 | 173 | 213 | 37 | 14 | 0 | 55 | 312 | 22 | 56 |
| Binary | 1100000 | 1111011 | 10001011 | 11111 | 1100 | 0 | 101101 | 11001010 | 10010 | 101110 |
Color Harmonies of #607B8B
Complementary color
Monochromatic Colors of #607B8B
Black with #607B8B
Text Example
Text Example
White with #607B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607B8B; }
p { color: rgb(96,123,139); }
H1.HeaderClassName
{
color: #607B8B;
}
.AnyTagClassName
{
color: #607B8B;
}
</style>
background-color css
<style>
a { background-color: #607B8B; }
a { background-color: rgb(96,123,139); }
div.DivClassName
{
background-color: #607B8B;
}
.BgClassName
{
background-color: #607B8B;
}
</style>
border-color css
<style>
span { border-color: #607B8B; }
span { border-color: rgb(96,123,139); }
td.TdClassName
{
border-color: #607B8B;
}
.TagClassName
{
border-color: #607B8B;
}
</style>