Shades of Lynch #67808B
Tints of Lynch #67808B
RGB
CMYK
RGB Variations
Color information
#67808B (or 0x67808B) is known color: Lynch. HEX triplet: 67, 80 and 8B. RGB value is (103,128,139). Sum of RGB (Red+Green+Blue) = 103+128+139=370 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.84% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 139 (54.69% from 255 or 37.57% from 370); Max value from RGB is 139 - color contains mainly: blue. Hex color #67808B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67808B is #987F74. Grayscale: #797979. Windows color (decimal): -9994101 or 9142375. OLE color: 9142375.
HSL color Cylindrical-coordinate representation of color #67808B: hue angle of 198.33º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #67808B is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 103 | 128 | 139 | - |
| CMYK | 0.26 | 0.08 | 0 | 0.45 |
| HSL | 198.33º | 0.15% | 0.47% | - |
| HSV(B) | 198.33º | 0.26% | 0.55% | - |
| XYZ | 17.97 | 20.19 | 27.38 | - |
| YUV | 121.78 | 137.72 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 128 | 139 | 0.26 | 0.08 | 0 | 0.45 | 198.33 | 0.15 | 0.47 |
| Hex | 67 | 80 | 8B | 1A | 8 | 0 | 2D | C6 | F | 2F |
| Octal | 147 | 200 | 213 | 32 | 10 | 0 | 55 | 306 | 17 | 57 |
| Binary | 1100111 | 10000000 | 10001011 | 11010 | 1000 | 0 | 101101 | 11000110 | 1111 | 101111 |
Color Harmonies of #67808B
Complementary color
Monochromatic Colors of #67808B
Black with #67808B
Text Example
Text Example
White with #67808B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67808B; }
p { color: rgb(103,128,139); }
H1.HeaderClassName
{
color: #67808B;
}
.AnyTagClassName
{
color: #67808B;
}
</style>
background-color css
<style>
a { background-color: #67808B; }
a { background-color: rgb(103,128,139); }
div.DivClassName
{
background-color: #67808B;
}
.BgClassName
{
background-color: #67808B;
}
</style>
border-color css
<style>
span { border-color: #67808B; }
span { border-color: rgb(103,128,139); }
td.TdClassName
{
border-color: #67808B;
}
.TagClassName
{
border-color: #67808B;
}
</style>