Shades of Lynch #667D8A
Tints of Lynch #667D8A
RGB
CMYK
RGB Variations
Color information
#667D8A (or 0x667D8A) is known color: Lynch. HEX triplet: 66, 7D and 8A. RGB value is (102,125,138). Sum of RGB (Red+Green+Blue) = 102+125+138=365 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.95% from 365); Green value is 125 (49.22% from 255 or 34.25% from 365); Blue value is 138 (54.30% from 255 or 37.81% from 365); Max value from RGB is 138 - color contains mainly: blue. Hex color #667D8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667D8A is #998275. Grayscale: #777777. Windows color (decimal): -10060406 or 9076070. OLE color: 9076070.
HSL color Cylindrical-coordinate representation of color #667D8A: hue angle of 201.67º 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 #667D8A is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 102 | 125 | 138 | - |
| CMYK | 0.26 | 0.09 | 0 | 0.46 |
| HSL | 201.67º | 0.15% | 0.47% | - |
| HSV(B) | 201.67º | 0.26% | 0.54% | - |
| XYZ | 17.4 | 19.33 | 26.86 | - |
| YUV | 119.61 | 138.38 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 125 | 138 | 0.26 | 0.09 | 0 | 0.46 | 201.67 | 0.15 | 0.47 |
| Hex | 66 | 7D | 8A | 1A | 9 | 0 | 2E | CA | F | 2F |
| Octal | 146 | 175 | 212 | 32 | 11 | 0 | 56 | 312 | 17 | 57 |
| Binary | 1100110 | 1111101 | 10001010 | 11010 | 1001 | 0 | 101110 | 11001010 | 1111 | 101111 |
Color Harmonies of #667D8A
Complementary color
Monochromatic Colors of #667D8A
Black with #667D8A
Text Example
Text Example
White with #667D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667D8A; }
p { color: rgb(102,125,138); }
H1.HeaderClassName
{
color: #667D8A;
}
.AnyTagClassName
{
color: #667D8A;
}
</style>
background-color css
<style>
a { background-color: #667D8A; }
a { background-color: rgb(102,125,138); }
div.DivClassName
{
background-color: #667D8A;
}
.BgClassName
{
background-color: #667D8A;
}
</style>
border-color css
<style>
span { border-color: #667D8A; }
span { border-color: rgb(102,125,138); }
td.TdClassName
{
border-color: #667D8A;
}
.TagClassName
{
border-color: #667D8A;
}
</style>