Shades of Lynch #6A818B
Tints of Lynch #6A818B
RGB
CMYK
RGB Variations
Color information
#6A818B (or 0x6A818B) is known color: Lynch. HEX triplet: 6A, 81 and 8B. RGB value is (106,129,139). Sum of RGB (Red+Green+Blue) = 106+129+139=374 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.34% from 374); Green value is 129 (50.78% from 255 or 34.49% from 374); Blue value is 139 (54.69% from 255 or 37.17% from 374); Max value from RGB is 139 - color contains mainly: blue. Hex color #6A818B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A818B is #957E74. Grayscale: #7B7B7B. Windows color (decimal): -9797237 or 9142634. OLE color: 9142634.
HSL color Cylindrical-coordinate representation of color #6A818B: hue angle of 198.18º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6A818B is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 106 | 129 | 139 | - |
| CMYK | 0.24 | 0.07 | 0 | 0.45 |
| HSL | 198.18º | 0.13% | 0.48% | - |
| HSV(B) | 198.18º | 0.24% | 0.55% | - |
| XYZ | 18.45 | 20.63 | 27.44 | - |
| YUV | 123.26 | 136.88 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 129 | 139 | 0.24 | 0.07 | 0 | 0.45 | 198.18 | 0.13 | 0.48 |
| Hex | 6A | 81 | 8B | 18 | 7 | 0 | 2D | C6 | D | 30 |
| Octal | 152 | 201 | 213 | 30 | 7 | 0 | 55 | 306 | 15 | 60 |
| Binary | 1101010 | 10000001 | 10001011 | 11000 | 111 | 0 | 101101 | 11000110 | 1101 | 110000 |
Color Harmonies of #6A818B
Complementary color
Monochromatic Colors of #6A818B
Black with #6A818B
Text Example
Text Example
White with #6A818B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A818B; }
p { color: rgb(106,129,139); }
H1.HeaderClassName
{
color: #6A818B;
}
.AnyTagClassName
{
color: #6A818B;
}
</style>
background-color css
<style>
a { background-color: #6A818B; }
a { background-color: rgb(106,129,139); }
div.DivClassName
{
background-color: #6A818B;
}
.BgClassName
{
background-color: #6A818B;
}
</style>
border-color css
<style>
span { border-color: #6A818B; }
span { border-color: rgb(106,129,139); }
td.TdClassName
{
border-color: #6A818B;
}
.TagClassName
{
border-color: #6A818B;
}
</style>