Shades of Lynch #6D7B85
Tints of Lynch #6D7B85
RGB
CMYK
RGB Variations
Color information
#6D7B85 (or 0x6D7B85) is known color: Lynch. HEX triplet: 6D, 7B and 85. RGB value is (109,123,133). Sum of RGB (Red+Green+Blue) = 109+123+133=365 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.86% from 365); Green value is 123 (48.44% from 255 or 33.70% from 365); Blue value is 133 (52.34% from 255 or 36.44% from 365); Max value from RGB is 133 - color contains mainly: blue. Hex color #6D7B85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D7B85 is #92847A. Grayscale: #777777. Windows color (decimal): -9602171 or 8747885. OLE color: 8747885.
HSL color Cylindrical-coordinate representation of color #6D7B85: hue angle of 205º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6D7B85 is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 109 | 123 | 133 | - |
| CMYK | 0.18 | 0.08 | 0 | 0.48 |
| HSL | 205º | 0.1% | 0.47% | - |
| HSV(B) | 205º | 0.18% | 0.52% | - |
| XYZ | 17.62 | 19.11 | 24.95 | - |
| YUV | 119.95 | 135.36 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 123 | 133 | 0.18 | 0.08 | 0 | 0.48 | 205 | 0.1 | 0.47 |
| Hex | 6D | 7B | 85 | 12 | 8 | 0 | 30 | CD | A | 2F |
| Octal | 155 | 173 | 205 | 22 | 10 | 0 | 60 | 315 | 12 | 57 |
| Binary | 1101101 | 1111011 | 10000101 | 10010 | 1000 | 0 | 110000 | 11001101 | 1010 | 101111 |
Color Harmonies of #6D7B85
Complementary color
Monochromatic Colors of #6D7B85
Black with #6D7B85
Text Example
Text Example
White with #6D7B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7B85; }
p { color: rgb(109,123,133); }
H1.HeaderClassName
{
color: #6D7B85;
}
.AnyTagClassName
{
color: #6D7B85;
}
</style>
background-color css
<style>
a { background-color: #6D7B85; }
a { background-color: rgb(109,123,133); }
div.DivClassName
{
background-color: #6D7B85;
}
.BgClassName
{
background-color: #6D7B85;
}
</style>
border-color css
<style>
span { border-color: #6D7B85; }
span { border-color: rgb(109,123,133); }
td.TdClassName
{
border-color: #6D7B85;
}
.TagClassName
{
border-color: #6D7B85;
}
</style>