Shades of Lynch #63798A
Tints of Lynch #63798A
RGB
CMYK
RGB Variations
Color information
#63798A (or 0x63798A) is known color: Lynch. HEX triplet: 63, 79 and 8A. RGB value is (99,121,138). Sum of RGB (Red+Green+Blue) = 99+121+138=358 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.65% from 358); Green value is 121 (47.66% from 255 or 33.80% from 358); Blue value is 138 (54.30% from 255 or 38.55% from 358); Max value from RGB is 138 - color contains mainly: blue. Hex color #63798A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63798A is #9C8675. Grayscale: #747474. Windows color (decimal): -10258038 or 9075043. OLE color: 9075043.
HSL color Cylindrical-coordinate representation of color #63798A: hue angle of 206.15º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #63798A is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 99 | 121 | 138 | - |
| CMYK | 0.28 | 0.12 | 0 | 0.46 |
| HSL | 206.15º | 0.16% | 0.46% | - |
| HSV(B) | 206.15º | 0.28% | 0.54% | - |
| XYZ | 16.57 | 18.16 | 26.68 | - |
| YUV | 116.36 | 140.21 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 121 | 138 | 0.28 | 0.12 | 0 | 0.46 | 206.15 | 0.16 | 0.46 |
| Hex | 63 | 79 | 8A | 1C | C | 0 | 2E | CE | 10 | 2E |
| Octal | 143 | 171 | 212 | 34 | 14 | 0 | 56 | 316 | 20 | 56 |
| Binary | 1100011 | 1111001 | 10001010 | 11100 | 1100 | 0 | 101110 | 11001110 | 10000 | 101110 |
Color Harmonies of #63798A
Complementary color
Monochromatic Colors of #63798A
Black with #63798A
Text Example
Text Example
White with #63798A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63798A; }
p { color: rgb(99,121,138); }
H1.HeaderClassName
{
color: #63798A;
}
.AnyTagClassName
{
color: #63798A;
}
</style>
background-color css
<style>
a { background-color: #63798A; }
a { background-color: rgb(99,121,138); }
div.DivClassName
{
background-color: #63798A;
}
.BgClassName
{
background-color: #63798A;
}
</style>
border-color css
<style>
span { border-color: #63798A; }
span { border-color: rgb(99,121,138); }
td.TdClassName
{
border-color: #63798A;
}
.TagClassName
{
border-color: #63798A;
}
</style>