Shades of Lynch #607A8E
Tints of Lynch #607A8E
RGB
CMYK
RGB Variations
Color information
#607A8E (or 0x607A8E) is known color: Lynch. HEX triplet: 60, 7A and 8E. RGB value is (96,122,142). Sum of RGB (Red+Green+Blue) = 96+122+142=360 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.67% from 360); Green value is 122 (48.05% from 255 or 33.89% from 360); Blue value is 142 (55.86% from 255 or 39.44% from 360); Max value from RGB is 142 - color contains mainly: blue. Hex color #607A8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607A8E is #9F8571. Grayscale: #747474. Windows color (decimal): -10454386 or 9337440. OLE color: 9337440.
HSL color Cylindrical-coordinate representation of color #607A8E: hue angle of 206.09º 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 #607A8E is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 96 | 122 | 142 | - |
| CMYK | 0.32 | 0.14 | 0 | 0.44 |
| HSL | 206.09º | 0.19% | 0.47% | - |
| HSV(B) | 206.09º | 0.32% | 0.56% | - |
| XYZ | 16.67 | 18.36 | 28.26 | - |
| YUV | 116.51 | 142.39 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 122 | 142 | 0.32 | 0.14 | 0 | 0.44 | 206.09 | 0.19 | 0.47 |
| Hex | 60 | 7A | 8E | 20 | E | 0 | 2C | CE | 13 | 2F |
| Octal | 140 | 172 | 216 | 40 | 16 | 0 | 54 | 316 | 23 | 57 |
| Binary | 1100000 | 1111010 | 10001110 | 100000 | 1110 | 0 | 101100 | 11001110 | 10011 | 101111 |
Color Harmonies of #607A8E
Complementary color
Monochromatic Colors of #607A8E
Black with #607A8E
Text Example
Text Example
White with #607A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607A8E; }
p { color: rgb(96,122,142); }
H1.HeaderClassName
{
color: #607A8E;
}
.AnyTagClassName
{
color: #607A8E;
}
</style>
background-color css
<style>
a { background-color: #607A8E; }
a { background-color: rgb(96,122,142); }
div.DivClassName
{
background-color: #607A8E;
}
.BgClassName
{
background-color: #607A8E;
}
</style>
border-color css
<style>
span { border-color: #607A8E; }
span { border-color: rgb(96,122,142); }
td.TdClassName
{
border-color: #607A8E;
}
.TagClassName
{
border-color: #607A8E;
}
</style>