Shades of Lynch #667E90
Tints of Lynch #667E90
RGB
CMYK
RGB Variations
Color information
#667E90 (or 0x667E90) is known color: Lynch. HEX triplet: 66, 7E and 90. RGB value is (102,126,144). Sum of RGB (Red+Green+Blue) = 102+126+144=372 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.42% from 372); Green value is 126 (49.61% from 255 or 33.87% from 372); Blue value is 144 (56.64% from 255 or 38.71% from 372); Max value from RGB is 144 - color contains mainly: blue. Hex color #667E90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667E90 is #99816F. Grayscale: #787878. Windows color (decimal): -10060144 or 9469542. OLE color: 9469542.
HSL color Cylindrical-coordinate representation of color #667E90: hue angle of 205.71º 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 #667E90 is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 126 | 144 | - |
| CMYK | 0.29 | 0.12 | 0 | 0.44 |
| HSL | 205.71º | 0.17% | 0.48% | - |
| HSV(B) | 205.71º | 0.29% | 0.56% | - |
| XYZ | 17.97 | 19.76 | 29.25 | - |
| YUV | 120.88 | 141.05 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 126 | 144 | 0.29 | 0.12 | 0 | 0.44 | 205.71 | 0.17 | 0.48 |
| Hex | 66 | 7E | 90 | 1D | C | 0 | 2C | CE | 11 | 30 |
| Octal | 146 | 176 | 220 | 35 | 14 | 0 | 54 | 316 | 21 | 60 |
| Binary | 1100110 | 1111110 | 10010000 | 11101 | 1100 | 0 | 101100 | 11001110 | 10001 | 110000 |
Color Harmonies of #667E90
Complementary color
Monochromatic Colors of #667E90
Black with #667E90
Text Example
Text Example
White with #667E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667E90; }
p { color: rgb(102,126,144); }
H1.HeaderClassName
{
color: #667E90;
}
.AnyTagClassName
{
color: #667E90;
}
</style>
background-color css
<style>
a { background-color: #667E90; }
a { background-color: rgb(102,126,144); }
div.DivClassName
{
background-color: #667E90;
}
.BgClassName
{
background-color: #667E90;
}
</style>
border-color css
<style>
span { border-color: #667E90; }
span { border-color: rgb(102,126,144); }
td.TdClassName
{
border-color: #667E90;
}
.TagClassName
{
border-color: #667E90;
}
</style>