Shades of Lynch #668292
Tints of Lynch #668292
RGB
CMYK
RGB Variations
Color information
#668292 (or 0x668292) is known color: Lynch. HEX triplet: 66, 82 and 92. RGB value is (102,130,146). Sum of RGB (Red+Green+Blue) = 102+130+146=378 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.98% from 378); Green value is 130 (51.17% from 255 or 34.39% from 378); Blue value is 146 (57.42% from 255 or 38.62% from 378); Max value from RGB is 146 - color contains mainly: blue. Hex color #668292 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668292 is #997D6D. Grayscale: #7B7B7B. Windows color (decimal): -10059118 or 9601638. OLE color: 9601638.
HSL color Cylindrical-coordinate representation of color #668292: hue angle of 201.82º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #668292 is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 102 | 130 | 146 | - |
| CMYK | 0.30 | 0.11 | 0 | 0.43 |
| HSL | 201.82º | 0.18% | 0.49% | - |
| HSV(B) | 201.82º | 0.3% | 0.57% | - |
| XYZ | 18.65 | 20.87 | 30.24 | - |
| YUV | 123.45 | 140.72 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 130 | 146 | 0.30 | 0.11 | 0 | 0.43 | 201.82 | 0.18 | 0.49 |
| Hex | 66 | 82 | 92 | 1E | B | 0 | 2B | CA | 12 | 31 |
| Octal | 146 | 202 | 222 | 36 | 13 | 0 | 53 | 312 | 22 | 61 |
| Binary | 1100110 | 10000010 | 10010010 | 11110 | 1011 | 0 | 101011 | 11001010 | 10010 | 110001 |
Color Harmonies of #668292
Complementary color
Monochromatic Colors of #668292
Black with #668292
Text Example
Text Example
White with #668292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668292; }
p { color: rgb(102,130,146); }
H1.HeaderClassName
{
color: #668292;
}
.AnyTagClassName
{
color: #668292;
}
</style>
background-color css
<style>
a { background-color: #668292; }
a { background-color: rgb(102,130,146); }
div.DivClassName
{
background-color: #668292;
}
.BgClassName
{
background-color: #668292;
}
</style>
border-color css
<style>
span { border-color: #668292; }
span { border-color: rgb(102,130,146); }
td.TdClassName
{
border-color: #668292;
}
.TagClassName
{
border-color: #668292;
}
</style>