Shades of Lynch #638191
Tints of Lynch #638191
RGB
CMYK
RGB Variations
Color information
#638191 (or 0x638191) is known color: Lynch. HEX triplet: 63, 81 and 91. RGB value is (99,129,145). Sum of RGB (Red+Green+Blue) = 99+129+145=373 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.54% from 373); Green value is 129 (50.78% from 255 or 34.58% from 373); Blue value is 145 (57.03% from 255 or 38.87% from 373); Max value from RGB is 145 - color contains mainly: blue. Hex color #638191 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638191 is #9C7E6E. Grayscale: #797979. Windows color (decimal): -10255983 or 9535843. OLE color: 9535843.
HSL color Cylindrical-coordinate representation of color #638191: hue angle of 200.87º 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 #638191 is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 99 | 129 | 145 | - |
| CMYK | 0.32 | 0.11 | 0 | 0.43 |
| HSL | 200.87º | 0.19% | 0.48% | - |
| HSV(B) | 200.87º | 0.32% | 0.57% | - |
| XYZ | 18.11 | 20.4 | 29.77 | - |
| YUV | 121.85 | 141.06 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 129 | 145 | 0.32 | 0.11 | 0 | 0.43 | 200.87 | 0.19 | 0.48 |
| Hex | 63 | 81 | 91 | 20 | B | 0 | 2B | C9 | 13 | 30 |
| Octal | 143 | 201 | 221 | 40 | 13 | 0 | 53 | 311 | 23 | 60 |
| Binary | 1100011 | 10000001 | 10010001 | 100000 | 1011 | 0 | 101011 | 11001001 | 10011 | 110000 |
Color Harmonies of #638191
Complementary color
Monochromatic Colors of #638191
Black with #638191
Text Example
Text Example
White with #638191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638191; }
p { color: rgb(99,129,145); }
H1.HeaderClassName
{
color: #638191;
}
.AnyTagClassName
{
color: #638191;
}
</style>
background-color css
<style>
a { background-color: #638191; }
a { background-color: rgb(99,129,145); }
div.DivClassName
{
background-color: #638191;
}
.BgClassName
{
background-color: #638191;
}
</style>
border-color css
<style>
span { border-color: #638191; }
span { border-color: rgb(99,129,145); }
td.TdClassName
{
border-color: #638191;
}
.TagClassName
{
border-color: #638191;
}
</style>