Shades of Lynch #698393
Tints of Lynch #698393
RGB
CMYK
RGB Variations
Color information
#698393 (or 0x698393) is known color: Lynch. HEX triplet: 69, 83 and 93. RGB value is (105,131,147). Sum of RGB (Red+Green+Blue) = 105+131+147=383 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.42% from 383); Green value is 131 (51.56% from 255 or 34.20% from 383); Blue value is 147 (57.81% from 255 or 38.38% from 383); Max value from RGB is 147 - color contains mainly: blue. Hex color #698393 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698393 is #967C6C. Grayscale: #7C7C7C. Windows color (decimal): -9862253 or 9667433. OLE color: 9667433.
HSL color Cylindrical-coordinate representation of color #698393: hue angle of 202.86º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #698393 is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 131 | 147 | - |
| CMYK | 0.29 | 0.11 | 0 | 0.42 |
| HSL | 202.86º | 0.17% | 0.49% | - |
| HSV(B) | 202.86º | 0.29% | 0.58% | - |
| XYZ | 19.21 | 21.34 | 30.71 | - |
| YUV | 125.05 | 140.39 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 131 | 147 | 0.29 | 0.11 | 0 | 0.42 | 202.86 | 0.17 | 0.49 |
| Hex | 69 | 83 | 93 | 1D | B | 0 | 2A | CB | 11 | 31 |
| Octal | 151 | 203 | 223 | 35 | 13 | 0 | 52 | 313 | 21 | 61 |
| Binary | 1101001 | 10000011 | 10010011 | 11101 | 1011 | 0 | 101010 | 11001011 | 10001 | 110001 |
Color Harmonies of #698393
Complementary color
Monochromatic Colors of #698393
Black with #698393
Text Example
Text Example
White with #698393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698393; }
p { color: rgb(105,131,147); }
H1.HeaderClassName
{
color: #698393;
}
.AnyTagClassName
{
color: #698393;
}
</style>
background-color css
<style>
a { background-color: #698393; }
a { background-color: rgb(105,131,147); }
div.DivClassName
{
background-color: #698393;
}
.BgClassName
{
background-color: #698393;
}
</style>
border-color css
<style>
span { border-color: #698393; }
span { border-color: rgb(105,131,147); }
td.TdClassName
{
border-color: #698393;
}
.TagClassName
{
border-color: #698393;
}
</style>