Shades of Lynch #67798B
Tints of Lynch #67798B
RGB
CMYK
RGB Variations
Color information
#67798B (or 0x67798B) is known color: Lynch. HEX triplet: 67, 79 and 8B. RGB value is (103,121,139). Sum of RGB (Red+Green+Blue) = 103+121+139=363 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.37% from 363); Green value is 121 (47.66% from 255 or 33.33% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 139 - color contains mainly: blue. Hex color #67798B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67798B is #988674. Grayscale: #757575. Windows color (decimal): -9995893 or 9140583. OLE color: 9140583.
HSL color Cylindrical-coordinate representation of color #67798B: hue angle of 210º 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 #67798B is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 103 | 121 | 139 | - |
| CMYK | 0.26 | 0.13 | 0 | 0.45 |
| HSL | 210º | 0.15% | 0.47% | - |
| HSV(B) | 210º | 0.26% | 0.55% | - |
| XYZ | 17.09 | 18.42 | 27.08 | - |
| YUV | 117.67 | 140.04 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 121 | 139 | 0.26 | 0.13 | 0 | 0.45 | 210 | 0.15 | 0.47 |
| Hex | 67 | 79 | 8B | 1A | D | 0 | 2D | D2 | F | 2F |
| Octal | 147 | 171 | 213 | 32 | 15 | 0 | 55 | 322 | 17 | 57 |
| Binary | 1100111 | 1111001 | 10001011 | 11010 | 1101 | 0 | 101101 | 11010010 | 1111 | 101111 |
Color Harmonies of #67798B
Complementary color
Monochromatic Colors of #67798B
Black with #67798B
Text Example
Text Example
White with #67798B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67798B; }
p { color: rgb(103,121,139); }
H1.HeaderClassName
{
color: #67798B;
}
.AnyTagClassName
{
color: #67798B;
}
</style>
background-color css
<style>
a { background-color: #67798B; }
a { background-color: rgb(103,121,139); }
div.DivClassName
{
background-color: #67798B;
}
.BgClassName
{
background-color: #67798B;
}
</style>
border-color css
<style>
span { border-color: #67798B; }
span { border-color: rgb(103,121,139); }
td.TdClassName
{
border-color: #67798B;
}
.TagClassName
{
border-color: #67798B;
}
</style>