Shades of Lynch #667F8D
Tints of Lynch #667F8D
RGB
CMYK
RGB Variations
Color information
#667F8D (or 0x667F8D) is known color: Lynch. HEX triplet: 66, 7F and 8D. RGB value is (102,127,141). Sum of RGB (Red+Green+Blue) = 102+127+141=370 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.57% from 370); Green value is 127 (50% from 255 or 34.32% from 370); Blue value is 141 (55.47% from 255 or 38.11% from 370); Max value from RGB is 141 - color contains mainly: blue. Hex color #667F8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667F8D is #998072. Grayscale: #797979. Windows color (decimal): -10059891 or 9273190. OLE color: 9273190.
HSL color Cylindrical-coordinate representation of color #667F8D: hue angle of 201.54º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #667F8D is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 127 | 141 | - |
| CMYK | 0.28 | 0.10 | 0 | 0.45 |
| HSL | 201.54º | 0.16% | 0.48% | - |
| HSV(B) | 201.54º | 0.28% | 0.55% | - |
| XYZ | 17.88 | 19.93 | 28.1 | - |
| YUV | 121.12 | 139.22 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 127 | 141 | 0.28 | 0.10 | 0 | 0.45 | 201.54 | 0.16 | 0.48 |
| Hex | 66 | 7F | 8D | 1C | A | 0 | 2D | CA | 10 | 30 |
| Octal | 146 | 177 | 215 | 34 | 12 | 0 | 55 | 312 | 20 | 60 |
| Binary | 1100110 | 1111111 | 10001101 | 11100 | 1010 | 0 | 101101 | 11001010 | 10000 | 110000 |
Color Harmonies of #667F8D
Complementary color
Monochromatic Colors of #667F8D
Black with #667F8D
Text Example
Text Example
White with #667F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667F8D; }
p { color: rgb(102,127,141); }
H1.HeaderClassName
{
color: #667F8D;
}
.AnyTagClassName
{
color: #667F8D;
}
</style>
background-color css
<style>
a { background-color: #667F8D; }
a { background-color: rgb(102,127,141); }
div.DivClassName
{
background-color: #667F8D;
}
.BgClassName
{
background-color: #667F8D;
}
</style>
border-color css
<style>
span { border-color: #667F8D; }
span { border-color: rgb(102,127,141); }
td.TdClassName
{
border-color: #667F8D;
}
.TagClassName
{
border-color: #667F8D;
}
</style>