Shades of Lynch #667B8B
Tints of Lynch #667B8B
RGB
CMYK
RGB Variations
Color information
#667B8B (or 0x667B8B) is known color: Lynch. HEX triplet: 66, 7B and 8B. RGB value is (102,123,139). Sum of RGB (Red+Green+Blue) = 102+123+139=364 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.02% from 364); Green value is 123 (48.44% from 255 or 33.79% from 364); Blue value is 139 (54.69% from 255 or 38.19% from 364); Max value from RGB is 139 - color contains mainly: blue. Hex color #667B8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667B8B is #998474. Grayscale: #767676. Windows color (decimal): -10060917 or 9141094. OLE color: 9141094.
HSL color Cylindrical-coordinate representation of color #667B8B: hue angle of 205.95º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #667B8B is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 123 | 139 | - |
| CMYK | 0.27 | 0.12 | 0 | 0.45 |
| HSL | 205.95º | 0.15% | 0.47% | - |
| HSV(B) | 205.95º | 0.27% | 0.55% | - |
| XYZ | 17.22 | 18.85 | 27.16 | - |
| YUV | 118.55 | 139.54 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 123 | 139 | 0.27 | 0.12 | 0 | 0.45 | 205.95 | 0.15 | 0.47 |
| Hex | 66 | 7B | 8B | 1B | C | 0 | 2D | CE | F | 2F |
| Octal | 146 | 173 | 213 | 33 | 14 | 0 | 55 | 316 | 17 | 57 |
| Binary | 1100110 | 1111011 | 10001011 | 11011 | 1100 | 0 | 101101 | 11001110 | 1111 | 101111 |
Color Harmonies of #667B8B
Complementary color
Monochromatic Colors of #667B8B
Black with #667B8B
Text Example
Text Example
White with #667B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667B8B; }
p { color: rgb(102,123,139); }
H1.HeaderClassName
{
color: #667B8B;
}
.AnyTagClassName
{
color: #667B8B;
}
</style>
background-color css
<style>
a { background-color: #667B8B; }
a { background-color: rgb(102,123,139); }
div.DivClassName
{
background-color: #667B8B;
}
.BgClassName
{
background-color: #667B8B;
}
</style>
border-color css
<style>
span { border-color: #667B8B; }
span { border-color: rgb(102,123,139); }
td.TdClassName
{
border-color: #667B8B;
}
.TagClassName
{
border-color: #667B8B;
}
</style>