Shades of Lynch #65798A
Tints of Lynch #65798A
RGB
CMYK
RGB Variations
Color information
#65798A (or 0x65798A) is known color: Lynch. HEX triplet: 65, 79 and 8A. RGB value is (101,121,138). Sum of RGB (Red+Green+Blue) = 101+121+138=360 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.06% from 360); Green value is 121 (47.66% from 255 or 33.61% from 360); Blue value is 138 (54.30% from 255 or 38.33% from 360); Max value from RGB is 138 - color contains mainly: blue. Hex color #65798A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65798A is #9A8675. Grayscale: #747474. Windows color (decimal): -10126966 or 9075045. OLE color: 9075045.
HSL color Cylindrical-coordinate representation of color #65798A: hue angle of 207.57º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #65798A is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 101 | 121 | 138 | - |
| CMYK | 0.27 | 0.12 | 0 | 0.46 |
| HSL | 207.57º | 0.15% | 0.47% | - |
| HSV(B) | 207.57º | 0.27% | 0.54% | - |
| XYZ | 16.79 | 18.28 | 26.69 | - |
| YUV | 116.96 | 139.87 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 121 | 138 | 0.27 | 0.12 | 0 | 0.46 | 207.57 | 0.15 | 0.47 |
| Hex | 65 | 79 | 8A | 1B | C | 0 | 2E | D0 | F | 2F |
| Octal | 145 | 171 | 212 | 33 | 14 | 0 | 56 | 320 | 17 | 57 |
| Binary | 1100101 | 1111001 | 10001010 | 11011 | 1100 | 0 | 101110 | 11010000 | 1111 | 101111 |
Color Harmonies of #65798A
Complementary color
Monochromatic Colors of #65798A
Black with #65798A
Text Example
Text Example
White with #65798A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65798A; }
p { color: rgb(101,121,138); }
H1.HeaderClassName
{
color: #65798A;
}
.AnyTagClassName
{
color: #65798A;
}
</style>
background-color css
<style>
a { background-color: #65798A; }
a { background-color: rgb(101,121,138); }
div.DivClassName
{
background-color: #65798A;
}
.BgClassName
{
background-color: #65798A;
}
</style>
border-color css
<style>
span { border-color: #65798A; }
span { border-color: rgb(101,121,138); }
td.TdClassName
{
border-color: #65798A;
}
.TagClassName
{
border-color: #65798A;
}
</style>