Shades of Lynch #638192
Tints of Lynch #638192
RGB
CMYK
RGB Variations
Color information
#638192 (or 0x638192) is known color: Lynch. HEX triplet: 63, 81 and 92. RGB value is (99,129,146). Sum of RGB (Red+Green+Blue) = 99+129+146=374 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.47% from 374); Green value is 129 (50.78% from 255 or 34.49% from 374); Blue value is 146 (57.42% from 255 or 39.04% from 374); Max value from RGB is 146 - color contains mainly: blue. Hex color #638192 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638192 is #9C7E6D. Grayscale: #797979. Windows color (decimal): -10255982 or 9601379. OLE color: 9601379.
HSL color Cylindrical-coordinate representation of color #638192: hue angle of 201.7º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #638192 is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 99 | 129 | 146 | - |
| CMYK | 0.32 | 0.12 | 0 | 0.43 |
| HSL | 201.7º | 0.19% | 0.48% | - |
| HSV(B) | 201.7º | 0.32% | 0.57% | - |
| XYZ | 18.18 | 20.43 | 30.18 | - |
| YUV | 121.97 | 141.56 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 129 | 146 | 0.32 | 0.12 | 0 | 0.43 | 201.7 | 0.19 | 0.48 |
| Hex | 63 | 81 | 92 | 20 | C | 0 | 2B | CA | 13 | 30 |
| Octal | 143 | 201 | 222 | 40 | 14 | 0 | 53 | 312 | 23 | 60 |
| Binary | 1100011 | 10000001 | 10010010 | 100000 | 1100 | 0 | 101011 | 11001010 | 10011 | 110000 |
Color Harmonies of #638192
Complementary color
Monochromatic Colors of #638192
Black with #638192
Text Example
Text Example
White with #638192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638192; }
p { color: rgb(99,129,146); }
H1.HeaderClassName
{
color: #638192;
}
.AnyTagClassName
{
color: #638192;
}
</style>
background-color css
<style>
a { background-color: #638192; }
a { background-color: rgb(99,129,146); }
div.DivClassName
{
background-color: #638192;
}
.BgClassName
{
background-color: #638192;
}
</style>
border-color css
<style>
span { border-color: #638192; }
span { border-color: rgb(99,129,146); }
td.TdClassName
{
border-color: #638192;
}
.TagClassName
{
border-color: #638192;
}
</style>