Shades of Lynch #6A7E88
Tints of Lynch #6A7E88
RGB
CMYK
RGB Variations
Color information
#6A7E88 (or 0x6A7E88) is known color: Lynch. HEX triplet: 6A, 7E and 88. RGB value is (106,126,136). Sum of RGB (Red+Green+Blue) = 106+126+136=368 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.80% from 368); Green value is 126 (49.61% from 255 or 34.24% from 368); Blue value is 136 (53.52% from 255 or 36.96% from 368); Max value from RGB is 136 - color contains mainly: blue. Hex color #6A7E88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A7E88 is #958177. Grayscale: #797979. Windows color (decimal): -9798008 or 8945258. OLE color: 8945258.
HSL color Cylindrical-coordinate representation of color #6A7E88: hue angle of 200º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6A7E88 is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 106 | 126 | 136 | - |
| CMYK | 0.22 | 0.07 | 0 | 0.47 |
| HSL | 200º | 0.12% | 0.47% | - |
| HSV(B) | 200º | 0.22% | 0.53% | - |
| XYZ | 17.85 | 19.76 | 26.17 | - |
| YUV | 121.16 | 136.37 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 126 | 136 | 0.22 | 0.07 | 0 | 0.47 | 200 | 0.12 | 0.47 |
| Hex | 6A | 7E | 88 | 16 | 7 | 0 | 2F | C8 | C | 2F |
| Octal | 152 | 176 | 210 | 26 | 7 | 0 | 57 | 310 | 14 | 57 |
| Binary | 1101010 | 1111110 | 10001000 | 10110 | 111 | 0 | 101111 | 11001000 | 1100 | 101111 |
Color Harmonies of #6A7E88
Complementary color
Monochromatic Colors of #6A7E88
Black with #6A7E88
Text Example
Text Example
White with #6A7E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7E88; }
p { color: rgb(106,126,136); }
H1.HeaderClassName
{
color: #6A7E88;
}
.AnyTagClassName
{
color: #6A7E88;
}
</style>
background-color css
<style>
a { background-color: #6A7E88; }
a { background-color: rgb(106,126,136); }
div.DivClassName
{
background-color: #6A7E88;
}
.BgClassName
{
background-color: #6A7E88;
}
</style>
border-color css
<style>
span { border-color: #6A7E88; }
span { border-color: rgb(106,126,136); }
td.TdClassName
{
border-color: #6A7E88;
}
.TagClassName
{
border-color: #6A7E88;
}
</style>