Shades of Lynch #667E91
Tints of Lynch #667E91
RGB
CMYK
RGB Variations
Color information
#667E91 (or 0x667E91) is known color: Lynch. HEX triplet: 66, 7E and 91. RGB value is (102,126,145). Sum of RGB (Red+Green+Blue) = 102+126+145=373 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.35% from 373); Green value is 126 (49.61% from 255 or 33.78% from 373); Blue value is 145 (57.03% from 255 or 38.87% from 373); Max value from RGB is 145 - color contains mainly: blue. Hex color #667E91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667E91 is #99816E. Grayscale: #787878. Windows color (decimal): -10060143 or 9535078. OLE color: 9535078.
HSL color Cylindrical-coordinate representation of color #667E91: hue angle of 206.51º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #667E91 is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 102 | 126 | 145 | - |
| CMYK | 0.30 | 0.13 | 0 | 0.43 |
| HSL | 206.51º | 0.17% | 0.48% | - |
| HSV(B) | 206.51º | 0.3% | 0.57% | - |
| XYZ | 18.05 | 19.79 | 29.66 | - |
| YUV | 120.99 | 141.55 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 126 | 145 | 0.30 | 0.13 | 0 | 0.43 | 206.51 | 0.17 | 0.48 |
| Hex | 66 | 7E | 91 | 1E | D | 0 | 2B | CF | 11 | 30 |
| Octal | 146 | 176 | 221 | 36 | 15 | 0 | 53 | 317 | 21 | 60 |
| Binary | 1100110 | 1111110 | 10010001 | 11110 | 1101 | 0 | 101011 | 11001111 | 10001 | 110000 |
Color Harmonies of #667E91
Complementary color
Monochromatic Colors of #667E91
Black with #667E91
Text Example
Text Example
White with #667E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667E91; }
p { color: rgb(102,126,145); }
H1.HeaderClassName
{
color: #667E91;
}
.AnyTagClassName
{
color: #667E91;
}
</style>
background-color css
<style>
a { background-color: #667E91; }
a { background-color: rgb(102,126,145); }
div.DivClassName
{
background-color: #667E91;
}
.BgClassName
{
background-color: #667E91;
}
</style>
border-color css
<style>
span { border-color: #667E91; }
span { border-color: rgb(102,126,145); }
td.TdClassName
{
border-color: #667E91;
}
.TagClassName
{
border-color: #667E91;
}
</style>