Shades of Lynch #607B90
Tints of Lynch #607B90
RGB
CMYK
RGB Variations
Color information
#607B90 (or 0x607B90) is known color: Lynch. HEX triplet: 60, 7B and 90. RGB value is (96,123,144). Sum of RGB (Red+Green+Blue) = 96+123+144=363 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.45% from 363); Green value is 123 (48.44% from 255 or 33.88% from 363); Blue value is 144 (56.64% from 255 or 39.67% from 363); Max value from RGB is 144 - color contains mainly: blue. Hex color #607B90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607B90 is #9F846F. Grayscale: #757575. Windows color (decimal): -10454128 or 9468768. OLE color: 9468768.
HSL color Cylindrical-coordinate representation of color #607B90: hue angle of 206.25º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #607B90 is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 96 | 123 | 144 | - |
| CMYK | 0.33 | 0.15 | 0 | 0.44 |
| HSL | 206.25º | 0.2% | 0.47% | - |
| HSV(B) | 206.25º | 0.33% | 0.56% | - |
| XYZ | 16.94 | 18.67 | 29.1 | - |
| YUV | 117.32 | 143.05 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 123 | 144 | 0.33 | 0.15 | 0 | 0.44 | 206.25 | 0.2 | 0.47 |
| Hex | 60 | 7B | 90 | 21 | F | 0 | 2C | CE | 14 | 2F |
| Octal | 140 | 173 | 220 | 41 | 17 | 0 | 54 | 316 | 24 | 57 |
| Binary | 1100000 | 1111011 | 10010000 | 100001 | 1111 | 0 | 101100 | 11001110 | 10100 | 101111 |
Color Harmonies of #607B90
Complementary color
Monochromatic Colors of #607B90
Black with #607B90
Text Example
Text Example
White with #607B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607B90; }
p { color: rgb(96,123,144); }
H1.HeaderClassName
{
color: #607B90;
}
.AnyTagClassName
{
color: #607B90;
}
</style>
background-color css
<style>
a { background-color: #607B90; }
a { background-color: rgb(96,123,144); }
div.DivClassName
{
background-color: #607B90;
}
.BgClassName
{
background-color: #607B90;
}
</style>
border-color css
<style>
span { border-color: #607B90; }
span { border-color: rgb(96,123,144); }
td.TdClassName
{
border-color: #607B90;
}
.TagClassName
{
border-color: #607B90;
}
</style>