Shades of Lynch #667C8F
Tints of Lynch #667C8F
RGB
CMYK
RGB Variations
Color information
#667C8F (or 0x667C8F) is known color: Lynch. HEX triplet: 66, 7C and 8F. RGB value is (102,124,143). Sum of RGB (Red+Green+Blue) = 102+124+143=369 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.64% from 369); Green value is 124 (48.83% from 255 or 33.60% from 369); Blue value is 143 (56.25% from 255 or 38.75% from 369); Max value from RGB is 143 - color contains mainly: blue. Hex color #667C8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667C8F is #998370. Grayscale: #777777. Windows color (decimal): -10060657 or 9403494. OLE color: 9403494.
HSL color Cylindrical-coordinate representation of color #667C8F: hue angle of 207.8º 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 #667C8F is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 124 | 143 | - |
| CMYK | 0.29 | 0.13 | 0 | 0.44 |
| HSL | 207.8º | 0.17% | 0.48% | - |
| HSV(B) | 207.8º | 0.29% | 0.56% | - |
| XYZ | 17.65 | 19.22 | 28.77 | - |
| YUV | 119.59 | 141.21 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 124 | 143 | 0.29 | 0.13 | 0 | 0.44 | 207.8 | 0.17 | 0.48 |
| Hex | 66 | 7C | 8F | 1D | D | 0 | 2C | D0 | 11 | 30 |
| Octal | 146 | 174 | 217 | 35 | 15 | 0 | 54 | 320 | 21 | 60 |
| Binary | 1100110 | 1111100 | 10001111 | 11101 | 1101 | 0 | 101100 | 11010000 | 10001 | 110000 |
Color Harmonies of #667C8F
Complementary color
Monochromatic Colors of #667C8F
Black with #667C8F
Text Example
Text Example
White with #667C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667C8F; }
p { color: rgb(102,124,143); }
H1.HeaderClassName
{
color: #667C8F;
}
.AnyTagClassName
{
color: #667C8F;
}
</style>
background-color css
<style>
a { background-color: #667C8F; }
a { background-color: rgb(102,124,143); }
div.DivClassName
{
background-color: #667C8F;
}
.BgClassName
{
background-color: #667C8F;
}
</style>
border-color css
<style>
span { border-color: #667C8F; }
span { border-color: rgb(102,124,143); }
td.TdClassName
{
border-color: #667C8F;
}
.TagClassName
{
border-color: #667C8F;
}
</style>