Shades of Lynch #667C8A
Tints of Lynch #667C8A
RGB
CMYK
RGB Variations
Color information
#667C8A (or 0x667C8A) is known color: Lynch. HEX triplet: 66, 7C and 8A. RGB value is (102,124,138). Sum of RGB (Red+Green+Blue) = 102+124+138=364 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.02% from 364); Green value is 124 (48.83% from 255 or 34.07% from 364); Blue value is 138 (54.30% from 255 or 37.91% from 364); Max value from RGB is 138 - color contains mainly: blue. Hex color #667C8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667C8A is #998375. Grayscale: #767676. Windows color (decimal): -10060662 or 9075814. OLE color: 9075814.
HSL color Cylindrical-coordinate representation of color #667C8A: hue angle of 203.33º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #667C8A is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 102 | 124 | 138 | - |
| CMYK | 0.26 | 0.10 | 0 | 0.46 |
| HSL | 203.33º | 0.15% | 0.47% | - |
| HSV(B) | 203.33º | 0.26% | 0.54% | - |
| XYZ | 17.27 | 19.08 | 26.82 | - |
| YUV | 119.02 | 138.71 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 124 | 138 | 0.26 | 0.10 | 0 | 0.46 | 203.33 | 0.15 | 0.47 |
| Hex | 66 | 7C | 8A | 1A | A | 0 | 2E | CB | F | 2F |
| Octal | 146 | 174 | 212 | 32 | 12 | 0 | 56 | 313 | 17 | 57 |
| Binary | 1100110 | 1111100 | 10001010 | 11010 | 1010 | 0 | 101110 | 11001011 | 1111 | 101111 |
Color Harmonies of #667C8A
Complementary color
Monochromatic Colors of #667C8A
Black with #667C8A
Text Example
Text Example
White with #667C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667C8A; }
p { color: rgb(102,124,138); }
H1.HeaderClassName
{
color: #667C8A;
}
.AnyTagClassName
{
color: #667C8A;
}
</style>
background-color css
<style>
a { background-color: #667C8A; }
a { background-color: rgb(102,124,138); }
div.DivClassName
{
background-color: #667C8A;
}
.BgClassName
{
background-color: #667C8A;
}
</style>
border-color css
<style>
span { border-color: #667C8A; }
span { border-color: rgb(102,124,138); }
td.TdClassName
{
border-color: #667C8A;
}
.TagClassName
{
border-color: #667C8A;
}
</style>