Shades of Lynch #667A8D
Tints of Lynch #667A8D
RGB
CMYK
RGB Variations
Color information
#667A8D (or 0x667A8D) is known color: Lynch. HEX triplet: 66, 7A and 8D. RGB value is (102,122,141). Sum of RGB (Red+Green+Blue) = 102+122+141=365 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.95% from 365); Green value is 122 (48.05% from 255 or 33.42% from 365); Blue value is 141 (55.47% from 255 or 38.63% from 365); Max value from RGB is 141 - color contains mainly: blue. Hex color #667A8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667A8D is #998572. Grayscale: #767676. Windows color (decimal): -10061171 or 9271910. OLE color: 9271910.
HSL color Cylindrical-coordinate representation of color #667A8D: hue angle of 209.23º 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 #667A8D is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 122 | 141 | - |
| CMYK | 0.28 | 0.13 | 0 | 0.45 |
| HSL | 209.23º | 0.16% | 0.48% | - |
| HSV(B) | 209.23º | 0.28% | 0.55% | - |
| XYZ | 17.25 | 18.67 | 27.89 | - |
| YUV | 118.19 | 140.87 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 122 | 141 | 0.28 | 0.13 | 0 | 0.45 | 209.23 | 0.16 | 0.48 |
| Hex | 66 | 7A | 8D | 1C | D | 0 | 2D | D1 | 10 | 30 |
| Octal | 146 | 172 | 215 | 34 | 15 | 0 | 55 | 321 | 20 | 60 |
| Binary | 1100110 | 1111010 | 10001101 | 11100 | 1101 | 0 | 101101 | 11010001 | 10000 | 110000 |
Color Harmonies of #667A8D
Complementary color
Monochromatic Colors of #667A8D
Black with #667A8D
Text Example
Text Example
White with #667A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667A8D; }
p { color: rgb(102,122,141); }
H1.HeaderClassName
{
color: #667A8D;
}
.AnyTagClassName
{
color: #667A8D;
}
</style>
background-color css
<style>
a { background-color: #667A8D; }
a { background-color: rgb(102,122,141); }
div.DivClassName
{
background-color: #667A8D;
}
.BgClassName
{
background-color: #667A8D;
}
</style>
border-color css
<style>
span { border-color: #667A8D; }
span { border-color: rgb(102,122,141); }
td.TdClassName
{
border-color: #667A8D;
}
.TagClassName
{
border-color: #667A8D;
}
</style>