Shades of Lynch #667C8C
Tints of Lynch #667C8C
RGB
CMYK
RGB Variations
Color information
#667C8C (or 0x667C8C) is known color: Lynch. HEX triplet: 66, 7C and 8C. RGB value is (102,124,140). Sum of RGB (Red+Green+Blue) = 102+124+140=366 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.87% from 366); Green value is 124 (48.83% from 255 or 33.88% from 366); Blue value is 140 (55.08% from 255 or 38.25% from 366); Max value from RGB is 140 - color contains mainly: blue. Hex color #667C8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667C8C is #998373. Grayscale: #777777. Windows color (decimal): -10060660 or 9206886. OLE color: 9206886.
HSL color Cylindrical-coordinate representation of color #667C8C: hue angle of 205.26º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #667C8C is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 124 | 140 | - |
| CMYK | 0.27 | 0.11 | 0 | 0.45 |
| HSL | 205.26º | 0.16% | 0.47% | - |
| HSV(B) | 205.26º | 0.27% | 0.55% | - |
| XYZ | 17.42 | 19.13 | 27.59 | - |
| YUV | 119.25 | 139.71 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 124 | 140 | 0.27 | 0.11 | 0 | 0.45 | 205.26 | 0.16 | 0.47 |
| Hex | 66 | 7C | 8C | 1B | B | 0 | 2D | CD | 10 | 2F |
| Octal | 146 | 174 | 214 | 33 | 13 | 0 | 55 | 315 | 20 | 57 |
| Binary | 1100110 | 1111100 | 10001100 | 11011 | 1011 | 0 | 101101 | 11001101 | 10000 | 101111 |
Color Harmonies of #667C8C
Complementary color
Monochromatic Colors of #667C8C
Black with #667C8C
Text Example
Text Example
White with #667C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667C8C; }
p { color: rgb(102,124,140); }
H1.HeaderClassName
{
color: #667C8C;
}
.AnyTagClassName
{
color: #667C8C;
}
</style>
background-color css
<style>
a { background-color: #667C8C; }
a { background-color: rgb(102,124,140); }
div.DivClassName
{
background-color: #667C8C;
}
.BgClassName
{
background-color: #667C8C;
}
</style>
border-color css
<style>
span { border-color: #667C8C; }
span { border-color: rgb(102,124,140); }
td.TdClassName
{
border-color: #667C8C;
}
.TagClassName
{
border-color: #667C8C;
}
</style>