Shades of Lynch #667E8F
Tints of Lynch #667E8F
RGB
CMYK
RGB Variations
Color information
#667E8F (or 0x667E8F) is known color: Lynch. HEX triplet: 66, 7E and 8F. RGB value is (102,126,143). Sum of RGB (Red+Green+Blue) = 102+126+143=371 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.49% from 371); Green value is 126 (49.61% from 255 or 33.96% from 371); Blue value is 143 (56.25% from 255 or 38.54% from 371); Max value from RGB is 143 - color contains mainly: blue. Hex color #667E8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667E8F is #998170. Grayscale: #787878. Windows color (decimal): -10060145 or 9404006. OLE color: 9404006.
HSL color Cylindrical-coordinate representation of color #667E8F: hue angle of 204.88º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #667E8F is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 126 | 143 | - |
| CMYK | 0.29 | 0.12 | 0 | 0.44 |
| HSL | 204.88º | 0.17% | 0.48% | - |
| HSV(B) | 204.88º | 0.29% | 0.56% | - |
| XYZ | 17.9 | 19.73 | 28.85 | - |
| YUV | 120.76 | 140.55 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 126 | 143 | 0.29 | 0.12 | 0 | 0.44 | 204.88 | 0.17 | 0.48 |
| Hex | 66 | 7E | 8F | 1D | C | 0 | 2C | CD | 11 | 30 |
| Octal | 146 | 176 | 217 | 35 | 14 | 0 | 54 | 315 | 21 | 60 |
| Binary | 1100110 | 1111110 | 10001111 | 11101 | 1100 | 0 | 101100 | 11001101 | 10001 | 110000 |
Color Harmonies of #667E8F
Complementary color
Monochromatic Colors of #667E8F
Black with #667E8F
Text Example
Text Example
White with #667E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667E8F; }
p { color: rgb(102,126,143); }
H1.HeaderClassName
{
color: #667E8F;
}
.AnyTagClassName
{
color: #667E8F;
}
</style>
background-color css
<style>
a { background-color: #667E8F; }
a { background-color: rgb(102,126,143); }
div.DivClassName
{
background-color: #667E8F;
}
.BgClassName
{
background-color: #667E8F;
}
</style>
border-color css
<style>
span { border-color: #667E8F; }
span { border-color: rgb(102,126,143); }
td.TdClassName
{
border-color: #667E8F;
}
.TagClassName
{
border-color: #667E8F;
}
</style>