Shades of Lynch #667C87
Tints of Lynch #667C87
RGB
CMYK
RGB Variations
Color information
#667C87 (or 0x667C87) is known color: Lynch. HEX triplet: 66, 7C and 87. RGB value is (102,124,135). Sum of RGB (Red+Green+Blue) = 102+124+135=361 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.25% from 361); Green value is 124 (48.83% from 255 or 34.35% from 361); Blue value is 135 (53.12% from 255 or 37.40% from 361); Max value from RGB is 135 - color contains mainly: blue. Hex color #667C87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667C87 is #998378. Grayscale: #767676. Windows color (decimal): -10060665 or 8879206. OLE color: 8879206.
HSL color Cylindrical-coordinate representation of color #667C87: hue angle of 200º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #667C87 is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 102 | 124 | 135 | - |
| CMYK | 0.24 | 0.08 | 0 | 0.47 |
| HSL | 200º | 0.14% | 0.46% | - |
| HSV(B) | 200º | 0.24% | 0.53% | - |
| XYZ | 17.06 | 18.99 | 25.69 | - |
| YUV | 118.68 | 137.21 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 124 | 135 | 0.24 | 0.08 | 0 | 0.47 | 200 | 0.14 | 0.46 |
| Hex | 66 | 7C | 87 | 18 | 8 | 0 | 2F | C8 | E | 2E |
| Octal | 146 | 174 | 207 | 30 | 10 | 0 | 57 | 310 | 16 | 56 |
| Binary | 1100110 | 1111100 | 10000111 | 11000 | 1000 | 0 | 101111 | 11001000 | 1110 | 101110 |
Color Harmonies of #667C87
Complementary color
Monochromatic Colors of #667C87
Black with #667C87
Text Example
Text Example
White with #667C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667C87; }
p { color: rgb(102,124,135); }
H1.HeaderClassName
{
color: #667C87;
}
.AnyTagClassName
{
color: #667C87;
}
</style>
background-color css
<style>
a { background-color: #667C87; }
a { background-color: rgb(102,124,135); }
div.DivClassName
{
background-color: #667C87;
}
.BgClassName
{
background-color: #667C87;
}
</style>
border-color css
<style>
span { border-color: #667C87; }
span { border-color: rgb(102,124,135); }
td.TdClassName
{
border-color: #667C87;
}
.TagClassName
{
border-color: #667C87;
}
</style>