Shades of Lynch #6A8291
Tints of Lynch #6A8291
RGB
CMYK
RGB Variations
Color information
#6A8291 (or 0x6A8291) is known color: Lynch. HEX triplet: 6A, 82 and 91. RGB value is (106,130,145). Sum of RGB (Red+Green+Blue) = 106+130+145=381 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.82% from 381); Green value is 130 (51.17% from 255 or 34.12% from 381); Blue value is 145 (57.03% from 255 or 38.06% from 381); Max value from RGB is 145 - color contains mainly: blue. Hex color #6A8291 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A8291 is #957D6E. Grayscale: #7C7C7C. Windows color (decimal): -9796975 or 9536106. OLE color: 9536106.
HSL color Cylindrical-coordinate representation of color #6A8291: hue angle of 203.08º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6A8291 is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 106 | 130 | 145 | - |
| CMYK | 0.27 | 0.10 | 0 | 0.43 |
| HSL | 203.08º | 0.16% | 0.49% | - |
| HSV(B) | 203.08º | 0.27% | 0.57% | - |
| XYZ | 19.04 | 21.07 | 29.85 | - |
| YUV | 124.53 | 139.55 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 130 | 145 | 0.27 | 0.10 | 0 | 0.43 | 203.08 | 0.16 | 0.49 |
| Hex | 6A | 82 | 91 | 1B | A | 0 | 2B | CB | 10 | 31 |
| Octal | 152 | 202 | 221 | 33 | 12 | 0 | 53 | 313 | 20 | 61 |
| Binary | 1101010 | 10000010 | 10010001 | 11011 | 1010 | 0 | 101011 | 11001011 | 10000 | 110001 |
Color Harmonies of #6A8291
Complementary color
Monochromatic Colors of #6A8291
Black with #6A8291
Text Example
Text Example
White with #6A8291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8291; }
p { color: rgb(106,130,145); }
H1.HeaderClassName
{
color: #6A8291;
}
.AnyTagClassName
{
color: #6A8291;
}
</style>
background-color css
<style>
a { background-color: #6A8291; }
a { background-color: rgb(106,130,145); }
div.DivClassName
{
background-color: #6A8291;
}
.BgClassName
{
background-color: #6A8291;
}
</style>
border-color css
<style>
span { border-color: #6A8291; }
span { border-color: rgb(106,130,145); }
td.TdClassName
{
border-color: #6A8291;
}
.TagClassName
{
border-color: #6A8291;
}
</style>