Shades of Lynch #678191
Tints of Lynch #678191
RGB
CMYK
RGB Variations
Color information
#678191 (or 0x678191) is known color: Lynch. HEX triplet: 67, 81 and 91. RGB value is (103,129,145). Sum of RGB (Red+Green+Blue) = 103+129+145=377 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.32% from 377); Green value is 129 (50.78% from 255 or 34.22% from 377); Blue value is 145 (57.03% from 255 or 38.46% from 377); Max value from RGB is 145 - color contains mainly: blue. Hex color #678191 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678191 is #987E6E. Grayscale: #7A7A7A. Windows color (decimal): -9993839 or 9535847. OLE color: 9535847.
HSL color Cylindrical-coordinate representation of color #678191: hue angle of 202.86º 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 #678191 is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 103 | 129 | 145 | - |
| CMYK | 0.29 | 0.11 | 0 | 0.43 |
| HSL | 202.86º | 0.17% | 0.49% | - |
| HSV(B) | 202.86º | 0.29% | 0.57% | - |
| XYZ | 18.55 | 20.63 | 29.79 | - |
| YUV | 123.05 | 140.39 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 129 | 145 | 0.29 | 0.11 | 0 | 0.43 | 202.86 | 0.17 | 0.49 |
| Hex | 67 | 81 | 91 | 1D | B | 0 | 2B | CB | 11 | 31 |
| Octal | 147 | 201 | 221 | 35 | 13 | 0 | 53 | 313 | 21 | 61 |
| Binary | 1100111 | 10000001 | 10010001 | 11101 | 1011 | 0 | 101011 | 11001011 | 10001 | 110001 |
Color Harmonies of #678191
Complementary color
Monochromatic Colors of #678191
Black with #678191
Text Example
Text Example
White with #678191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678191; }
p { color: rgb(103,129,145); }
H1.HeaderClassName
{
color: #678191;
}
.AnyTagClassName
{
color: #678191;
}
</style>
background-color css
<style>
a { background-color: #678191; }
a { background-color: rgb(103,129,145); }
div.DivClassName
{
background-color: #678191;
}
.BgClassName
{
background-color: #678191;
}
</style>
border-color css
<style>
span { border-color: #678191; }
span { border-color: rgb(103,129,145); }
td.TdClassName
{
border-color: #678191;
}
.TagClassName
{
border-color: #678191;
}
</style>