Shades of Lynch #697982
Tints of Lynch #697982
RGB
CMYK
RGB Variations
Color information
#697982 (or 0x697982) is known color: Lynch. HEX triplet: 69, 79 and 82. RGB value is (105,121,130). Sum of RGB (Red+Green+Blue) = 105+121+130=356 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.49% from 356); Green value is 121 (47.66% from 255 or 33.99% from 356); Blue value is 130 (51.17% from 255 or 36.52% from 356); Max value from RGB is 130 - color contains mainly: blue. Hex color #697982 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697982 is #96867D. Grayscale: #757575. Windows color (decimal): -9864830 or 8550761. OLE color: 8550761.
HSL color Cylindrical-coordinate representation of color #697982: hue angle of 201.6º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #697982 is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 105 | 121 | 130 | - |
| CMYK | 0.19 | 0.07 | 0 | 0.49 |
| HSL | 201.6º | 0.11% | 0.46% | - |
| HSV(B) | 201.6º | 0.19% | 0.51% | - |
| XYZ | 16.69 | 18.29 | 23.77 | - |
| YUV | 117.24 | 135.2 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 121 | 130 | 0.19 | 0.07 | 0 | 0.49 | 201.6 | 0.11 | 0.46 |
| Hex | 69 | 79 | 82 | 13 | 7 | 0 | 31 | CA | B | 2E |
| Octal | 151 | 171 | 202 | 23 | 7 | 0 | 61 | 312 | 13 | 56 |
| Binary | 1101001 | 1111001 | 10000010 | 10011 | 111 | 0 | 110001 | 11001010 | 1011 | 101110 |
Color Harmonies of #697982
Complementary color
Monochromatic Colors of #697982
Black with #697982
Text Example
Text Example
White with #697982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697982; }
p { color: rgb(105,121,130); }
H1.HeaderClassName
{
color: #697982;
}
.AnyTagClassName
{
color: #697982;
}
</style>
background-color css
<style>
a { background-color: #697982; }
a { background-color: rgb(105,121,130); }
div.DivClassName
{
background-color: #697982;
}
.BgClassName
{
background-color: #697982;
}
</style>
border-color css
<style>
span { border-color: #697982; }
span { border-color: rgb(105,121,130); }
td.TdClassName
{
border-color: #697982;
}
.TagClassName
{
border-color: #697982;
}
</style>