Shades of Lynch #667D90
Tints of Lynch #667D90
RGB
CMYK
RGB Variations
Color information
#667D90 (or 0x667D90) is known color: Lynch. HEX triplet: 66, 7D and 90. RGB value is (102,125,144). Sum of RGB (Red+Green+Blue) = 102+125+144=371 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.49% from 371); Green value is 125 (49.22% from 255 or 33.69% from 371); Blue value is 144 (56.64% from 255 or 38.81% from 371); Max value from RGB is 144 - color contains mainly: blue. Hex color #667D90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667D90 is #99826F. Grayscale: #787878. Windows color (decimal): -10060400 or 9469286. OLE color: 9469286.
HSL color Cylindrical-coordinate representation of color #667D90: hue angle of 207.14º 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 #667D90 is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 125 | 144 | - |
| CMYK | 0.29 | 0.13 | 0 | 0.44 |
| HSL | 207.14º | 0.17% | 0.48% | - |
| HSV(B) | 207.14º | 0.29% | 0.56% | - |
| XYZ | 17.85 | 19.51 | 29.21 | - |
| YUV | 120.29 | 141.38 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 125 | 144 | 0.29 | 0.13 | 0 | 0.44 | 207.14 | 0.17 | 0.48 |
| Hex | 66 | 7D | 90 | 1D | D | 0 | 2C | CF | 11 | 30 |
| Octal | 146 | 175 | 220 | 35 | 15 | 0 | 54 | 317 | 21 | 60 |
| Binary | 1100110 | 1111101 | 10010000 | 11101 | 1101 | 0 | 101100 | 11001111 | 10001 | 110000 |
Color Harmonies of #667D90
Complementary color
Monochromatic Colors of #667D90
Black with #667D90
Text Example
Text Example
White with #667D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667D90; }
p { color: rgb(102,125,144); }
H1.HeaderClassName
{
color: #667D90;
}
.AnyTagClassName
{
color: #667D90;
}
</style>
background-color css
<style>
a { background-color: #667D90; }
a { background-color: rgb(102,125,144); }
div.DivClassName
{
background-color: #667D90;
}
.BgClassName
{
background-color: #667D90;
}
</style>
border-color css
<style>
span { border-color: #667D90; }
span { border-color: rgb(102,125,144); }
td.TdClassName
{
border-color: #667D90;
}
.TagClassName
{
border-color: #667D90;
}
</style>