Shades of Lynch #667B88
Tints of Lynch #667B88
RGB
CMYK
RGB Variations
Color information
#667B88 (or 0x667B88) is known color: Lynch. HEX triplet: 66, 7B and 88. RGB value is (102,123,136). Sum of RGB (Red+Green+Blue) = 102+123+136=361 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.25% from 361); Green value is 123 (48.44% from 255 or 34.07% from 361); Blue value is 136 (53.52% from 255 or 37.67% from 361); Max value from RGB is 136 - color contains mainly: blue. Hex color #667B88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667B88 is #998477. Grayscale: #767676. Windows color (decimal): -10060920 or 8944486. OLE color: 8944486.
HSL color Cylindrical-coordinate representation of color #667B88: hue angle of 202.94º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #667B88 is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 102 | 123 | 136 | - |
| CMYK | 0.25 | 0.10 | 0 | 0.47 |
| HSL | 202.94º | 0.14% | 0.47% | - |
| HSV(B) | 202.94º | 0.25% | 0.53% | - |
| XYZ | 17.01 | 18.77 | 26.02 | - |
| YUV | 118.2 | 138.04 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 123 | 136 | 0.25 | 0.10 | 0 | 0.47 | 202.94 | 0.14 | 0.47 |
| Hex | 66 | 7B | 88 | 19 | A | 0 | 2F | CB | E | 2F |
| Octal | 146 | 173 | 210 | 31 | 12 | 0 | 57 | 313 | 16 | 57 |
| Binary | 1100110 | 1111011 | 10001000 | 11001 | 1010 | 0 | 101111 | 11001011 | 1110 | 101111 |
Color Harmonies of #667B88
Complementary color
Monochromatic Colors of #667B88
Black with #667B88
Text Example
Text Example
White with #667B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667B88; }
p { color: rgb(102,123,136); }
H1.HeaderClassName
{
color: #667B88;
}
.AnyTagClassName
{
color: #667B88;
}
</style>
background-color css
<style>
a { background-color: #667B88; }
a { background-color: rgb(102,123,136); }
div.DivClassName
{
background-color: #667B88;
}
.BgClassName
{
background-color: #667B88;
}
</style>
border-color css
<style>
span { border-color: #667B88; }
span { border-color: rgb(102,123,136); }
td.TdClassName
{
border-color: #667B88;
}
.TagClassName
{
border-color: #667B88;
}
</style>