Shades of Lynch #667B8A
Tints of Lynch #667B8A
RGB
CMYK
RGB Variations
Color information
#667B8A (or 0x667B8A) is known color: Lynch. HEX triplet: 66, 7B and 8A. RGB value is (102,123,138). Sum of RGB (Red+Green+Blue) = 102+123+138=363 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.10% from 363); Green value is 123 (48.44% from 255 or 33.88% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 138 - color contains mainly: blue. Hex color #667B8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667B8A is #998475. Grayscale: #767676. Windows color (decimal): -10060918 or 9075558. OLE color: 9075558.
HSL color Cylindrical-coordinate representation of color #667B8A: hue angle of 205º 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 #667B8A is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 102 | 123 | 138 | - |
| CMYK | 0.26 | 0.11 | 0 | 0.46 |
| HSL | 205º | 0.15% | 0.47% | - |
| HSV(B) | 205º | 0.26% | 0.54% | - |
| XYZ | 17.15 | 18.83 | 26.77 | - |
| YUV | 118.43 | 139.04 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 123 | 138 | 0.26 | 0.11 | 0 | 0.46 | 205 | 0.15 | 0.47 |
| Hex | 66 | 7B | 8A | 1A | B | 0 | 2E | CD | F | 2F |
| Octal | 146 | 173 | 212 | 32 | 13 | 0 | 56 | 315 | 17 | 57 |
| Binary | 1100110 | 1111011 | 10001010 | 11010 | 1011 | 0 | 101110 | 11001101 | 1111 | 101111 |
Color Harmonies of #667B8A
Complementary color
Monochromatic Colors of #667B8A
Black with #667B8A
Text Example
Text Example
White with #667B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667B8A; }
p { color: rgb(102,123,138); }
H1.HeaderClassName
{
color: #667B8A;
}
.AnyTagClassName
{
color: #667B8A;
}
</style>
background-color css
<style>
a { background-color: #667B8A; }
a { background-color: rgb(102,123,138); }
div.DivClassName
{
background-color: #667B8A;
}
.BgClassName
{
background-color: #667B8A;
}
</style>
border-color css
<style>
span { border-color: #667B8A; }
span { border-color: rgb(102,123,138); }
td.TdClassName
{
border-color: #667B8A;
}
.TagClassName
{
border-color: #667B8A;
}
</style>