Shades of Lynch #69808A
Tints of Lynch #69808A
RGB
CMYK
RGB Variations
Color information
#69808A (or 0x69808A) is known color: Lynch. HEX triplet: 69, 80 and 8A. RGB value is (105,128,138). Sum of RGB (Red+Green+Blue) = 105+128+138=371 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.30% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 138 - color contains mainly: blue. Hex color #69808A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69808A is #967F75. Grayscale: #7A7A7A. Windows color (decimal): -9863030 or 9076841. OLE color: 9076841.
HSL color Cylindrical-coordinate representation of color #69808A: hue angle of 198.18º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #69808A is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 105 | 128 | 138 | - |
| CMYK | 0.24 | 0.07 | 0 | 0.46 |
| HSL | 198.18º | 0.14% | 0.48% | - |
| HSV(B) | 198.18º | 0.24% | 0.54% | - |
| XYZ | 18.13 | 20.28 | 27 | - |
| YUV | 122.26 | 136.88 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 128 | 138 | 0.24 | 0.07 | 0 | 0.46 | 198.18 | 0.14 | 0.48 |
| Hex | 69 | 80 | 8A | 18 | 7 | 0 | 2E | C6 | E | 30 |
| Octal | 151 | 200 | 212 | 30 | 7 | 0 | 56 | 306 | 16 | 60 |
| Binary | 1101001 | 10000000 | 10001010 | 11000 | 111 | 0 | 101110 | 11000110 | 1110 | 110000 |
Color Harmonies of #69808A
Complementary color
Monochromatic Colors of #69808A
Black with #69808A
Text Example
Text Example
White with #69808A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69808A; }
p { color: rgb(105,128,138); }
H1.HeaderClassName
{
color: #69808A;
}
.AnyTagClassName
{
color: #69808A;
}
</style>
background-color css
<style>
a { background-color: #69808A; }
a { background-color: rgb(105,128,138); }
div.DivClassName
{
background-color: #69808A;
}
.BgClassName
{
background-color: #69808A;
}
</style>
border-color css
<style>
span { border-color: #69808A; }
span { border-color: rgb(105,128,138); }
td.TdClassName
{
border-color: #69808A;
}
.TagClassName
{
border-color: #69808A;
}
</style>