Shades of Lynch #668090
Tints of Lynch #668090
RGB
CMYK
RGB Variations
Color information
#668090 (or 0x668090) is known color: Lynch. HEX triplet: 66, 80 and 90. RGB value is (102,128,144). Sum of RGB (Red+Green+Blue) = 102+128+144=374 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.27% from 374); Green value is 128 (50.39% from 255 or 34.22% from 374); Blue value is 144 (56.64% from 255 or 38.50% from 374); Max value from RGB is 144 - color contains mainly: blue. Hex color #668090 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668090 is #997F6F. Grayscale: #797979. Windows color (decimal): -10059632 or 9470054. OLE color: 9470054.
HSL color Cylindrical-coordinate representation of color #668090: hue angle of 202.86º 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 #668090 is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 128 | 144 | - |
| CMYK | 0.29 | 0.11 | 0 | 0.44 |
| HSL | 202.86º | 0.17% | 0.48% | - |
| HSV(B) | 202.86º | 0.29% | 0.56% | - |
| XYZ | 18.23 | 20.28 | 29.34 | - |
| YUV | 122.05 | 140.39 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 128 | 144 | 0.29 | 0.11 | 0 | 0.44 | 202.86 | 0.17 | 0.48 |
| Hex | 66 | 80 | 90 | 1D | B | 0 | 2C | CB | 11 | 30 |
| Octal | 146 | 200 | 220 | 35 | 13 | 0 | 54 | 313 | 21 | 60 |
| Binary | 1100110 | 10000000 | 10010000 | 11101 | 1011 | 0 | 101100 | 11001011 | 10001 | 110000 |
Color Harmonies of #668090
Complementary color
Monochromatic Colors of #668090
Black with #668090
Text Example
Text Example
White with #668090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668090; }
p { color: rgb(102,128,144); }
H1.HeaderClassName
{
color: #668090;
}
.AnyTagClassName
{
color: #668090;
}
</style>
background-color css
<style>
a { background-color: #668090; }
a { background-color: rgb(102,128,144); }
div.DivClassName
{
background-color: #668090;
}
.BgClassName
{
background-color: #668090;
}
</style>
border-color css
<style>
span { border-color: #668090; }
span { border-color: rgb(102,128,144); }
td.TdClassName
{
border-color: #668090;
}
.TagClassName
{
border-color: #668090;
}
</style>