Shades of Lynch #667F8E
Tints of Lynch #667F8E
RGB
CMYK
RGB Variations
Color information
#667F8E (or 0x667F8E) is known color: Lynch. HEX triplet: 66, 7F and 8E. RGB value is (102,127,142). Sum of RGB (Red+Green+Blue) = 102+127+142=371 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.49% from 371); Green value is 127 (50% from 255 or 34.23% from 371); Blue value is 142 (55.86% from 255 or 38.27% from 371); Max value from RGB is 142 - color contains mainly: blue. Hex color #667F8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667F8E is #998071. Grayscale: #797979. Windows color (decimal): -10059890 or 9338726. OLE color: 9338726.
HSL color Cylindrical-coordinate representation of color #667F8E: hue angle of 202.5º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #667F8E is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 127 | 142 | - |
| CMYK | 0.28 | 0.11 | 0 | 0.44 |
| HSL | 202.5º | 0.16% | 0.48% | - |
| HSV(B) | 202.5º | 0.28% | 0.56% | - |
| XYZ | 17.95 | 19.96 | 28.5 | - |
| YUV | 121.24 | 139.72 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 127 | 142 | 0.28 | 0.11 | 0 | 0.44 | 202.5 | 0.16 | 0.48 |
| Hex | 66 | 7F | 8E | 1C | B | 0 | 2C | CA | 10 | 30 |
| Octal | 146 | 177 | 216 | 34 | 13 | 0 | 54 | 312 | 20 | 60 |
| Binary | 1100110 | 1111111 | 10001110 | 11100 | 1011 | 0 | 101100 | 11001010 | 10000 | 110000 |
Color Harmonies of #667F8E
Complementary color
Monochromatic Colors of #667F8E
Black with #667F8E
Text Example
Text Example
White with #667F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667F8E; }
p { color: rgb(102,127,142); }
H1.HeaderClassName
{
color: #667F8E;
}
.AnyTagClassName
{
color: #667F8E;
}
</style>
background-color css
<style>
a { background-color: #667F8E; }
a { background-color: rgb(102,127,142); }
div.DivClassName
{
background-color: #667F8E;
}
.BgClassName
{
background-color: #667F8E;
}
</style>
border-color css
<style>
span { border-color: #667F8E; }
span { border-color: rgb(102,127,142); }
td.TdClassName
{
border-color: #667F8E;
}
.TagClassName
{
border-color: #667F8E;
}
</style>