Shades of Lynch #6A7885
Tints of Lynch #6A7885
RGB
CMYK
RGB Variations
Color information
#6A7885 (or 0x6A7885) is known color: Lynch. HEX triplet: 6A, 78 and 85. RGB value is (106,120,133). Sum of RGB (Red+Green+Blue) = 106+120+133=359 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.53% from 359); Green value is 120 (47.27% from 255 or 33.43% from 359); Blue value is 133 (52.34% from 255 or 37.05% from 359); Max value from RGB is 133 - color contains mainly: blue. Hex color #6A7885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A7885 is #95877A. Grayscale: #757575. Windows color (decimal): -9799547 or 8747114. OLE color: 8747114.
HSL color Cylindrical-coordinate representation of color #6A7885: hue angle of 208.89º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6A7885 is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 106 | 120 | 133 | - |
| CMYK | 0.20 | 0.10 | 0 | 0.48 |
| HSL | 208.89º | 0.11% | 0.47% | - |
| HSV(B) | 208.89º | 0.2% | 0.52% | - |
| XYZ | 16.89 | 18.19 | 24.81 | - |
| YUV | 117.3 | 136.86 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 120 | 133 | 0.20 | 0.10 | 0 | 0.48 | 208.89 | 0.11 | 0.47 |
| Hex | 6A | 78 | 85 | 14 | A | 0 | 30 | D1 | B | 2F |
| Octal | 152 | 170 | 205 | 24 | 12 | 0 | 60 | 321 | 13 | 57 |
| Binary | 1101010 | 1111000 | 10000101 | 10100 | 1010 | 0 | 110000 | 11010001 | 1011 | 101111 |
Color Harmonies of #6A7885
Complementary color
Monochromatic Colors of #6A7885
Black with #6A7885
Text Example
Text Example
White with #6A7885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7885; }
p { color: rgb(106,120,133); }
H1.HeaderClassName
{
color: #6A7885;
}
.AnyTagClassName
{
color: #6A7885;
}
</style>
background-color css
<style>
a { background-color: #6A7885; }
a { background-color: rgb(106,120,133); }
div.DivClassName
{
background-color: #6A7885;
}
.BgClassName
{
background-color: #6A7885;
}
</style>
border-color css
<style>
span { border-color: #6A7885; }
span { border-color: rgb(106,120,133); }
td.TdClassName
{
border-color: #6A7885;
}
.TagClassName
{
border-color: #6A7885;
}
</style>