Shades of Lynch #678292
Tints of Lynch #678292
RGB
CMYK
RGB Variations
Color information
#678292 (or 0x678292) is known color: Lynch. HEX triplet: 67, 82 and 92. RGB value is (103,130,146). Sum of RGB (Red+Green+Blue) = 103+130+146=379 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.18% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 146 (57.42% from 255 or 38.52% from 379); Max value from RGB is 146 - color contains mainly: blue. Hex color #678292 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678292 is #987D6D. Grayscale: #7B7B7B. Windows color (decimal): -9993582 or 9601639. OLE color: 9601639.
HSL color Cylindrical-coordinate representation of color #678292: hue angle of 202.33º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #678292 is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 103 | 130 | 146 | - |
| CMYK | 0.29 | 0.11 | 0 | 0.43 |
| HSL | 202.33º | 0.17% | 0.49% | - |
| HSV(B) | 202.33º | 0.29% | 0.57% | - |
| XYZ | 18.76 | 20.92 | 30.24 | - |
| YUV | 123.75 | 140.55 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 130 | 146 | 0.29 | 0.11 | 0 | 0.43 | 202.33 | 0.17 | 0.49 |
| Hex | 67 | 82 | 92 | 1D | B | 0 | 2B | CA | 11 | 31 |
| Octal | 147 | 202 | 222 | 35 | 13 | 0 | 53 | 312 | 21 | 61 |
| Binary | 1100111 | 10000010 | 10010010 | 11101 | 1011 | 0 | 101011 | 11001010 | 10001 | 110001 |
Color Harmonies of #678292
Complementary color
Monochromatic Colors of #678292
Black with #678292
Text Example
Text Example
White with #678292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678292; }
p { color: rgb(103,130,146); }
H1.HeaderClassName
{
color: #678292;
}
.AnyTagClassName
{
color: #678292;
}
</style>
background-color css
<style>
a { background-color: #678292; }
a { background-color: rgb(103,130,146); }
div.DivClassName
{
background-color: #678292;
}
.BgClassName
{
background-color: #678292;
}
</style>
border-color css
<style>
span { border-color: #678292; }
span { border-color: rgb(103,130,146); }
td.TdClassName
{
border-color: #678292;
}
.TagClassName
{
border-color: #678292;
}
</style>