Shades of Lynch #667A85
Tints of Lynch #667A85
RGB
CMYK
RGB Variations
Color information
#667A85 (or 0x667A85) is known color: Lynch. HEX triplet: 66, 7A and 85. RGB value is (102,122,133). Sum of RGB (Red+Green+Blue) = 102+122+133=357 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.57% from 357); Green value is 122 (48.05% from 255 or 34.17% from 357); Blue value is 133 (52.34% from 255 or 37.25% from 357); Max value from RGB is 133 - color contains mainly: blue. Hex color #667A85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667A85 is #99857A. Grayscale: #757575. Windows color (decimal): -10061179 or 8747622. OLE color: 8747622.
HSL color Cylindrical-coordinate representation of color #667A85: hue angle of 201.29º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #667A85 is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 102 | 122 | 133 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.48 |
| HSL | 201.29º | 0.13% | 0.46% | - |
| HSV(B) | 201.29º | 0.23% | 0.52% | - |
| XYZ | 16.67 | 18.44 | 24.87 | - |
| YUV | 117.27 | 136.87 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 122 | 133 | 0.23 | 0.08 | 0 | 0.48 | 201.29 | 0.13 | 0.46 |
| Hex | 66 | 7A | 85 | 17 | 8 | 0 | 30 | C9 | D | 2E |
| Octal | 146 | 172 | 205 | 27 | 10 | 0 | 60 | 311 | 15 | 56 |
| Binary | 1100110 | 1111010 | 10000101 | 10111 | 1000 | 0 | 110000 | 11001001 | 1101 | 101110 |
Color Harmonies of #667A85
Complementary color
Monochromatic Colors of #667A85
Black with #667A85
Text Example
Text Example
White with #667A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667A85; }
p { color: rgb(102,122,133); }
H1.HeaderClassName
{
color: #667A85;
}
.AnyTagClassName
{
color: #667A85;
}
</style>
background-color css
<style>
a { background-color: #667A85; }
a { background-color: rgb(102,122,133); }
div.DivClassName
{
background-color: #667A85;
}
.BgClassName
{
background-color: #667A85;
}
</style>
border-color css
<style>
span { border-color: #667A85; }
span { border-color: rgb(102,122,133); }
td.TdClassName
{
border-color: #667A85;
}
.TagClassName
{
border-color: #667A85;
}
</style>