Shades of Lynch #6A838E
Tints of Lynch #6A838E
RGB
CMYK
RGB Variations
Color information
#6A838E (or 0x6A838E) is known color: Lynch. HEX triplet: 6A, 83 and 8E. RGB value is (106,131,142). Sum of RGB (Red+Green+Blue) = 106+131+142=379 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.97% from 379); Green value is 131 (51.56% from 255 or 34.56% from 379); Blue value is 142 (55.86% from 255 or 37.47% from 379); Max value from RGB is 142 - color contains mainly: blue. Hex color #6A838E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A838E is #957C71. Grayscale: #7C7C7C. Windows color (decimal): -9796722 or 9339754. OLE color: 9339754.
HSL color Cylindrical-coordinate representation of color #6A838E: hue angle of 198.33º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6A838E is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 106 | 131 | 142 | - |
| CMYK | 0.25 | 0.08 | 0 | 0.44 |
| HSL | 198.33º | 0.15% | 0.49% | - |
| HSV(B) | 198.33º | 0.25% | 0.56% | - |
| XYZ | 18.94 | 21.25 | 28.69 | - |
| YUV | 124.78 | 137.72 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 131 | 142 | 0.25 | 0.08 | 0 | 0.44 | 198.33 | 0.15 | 0.49 |
| Hex | 6A | 83 | 8E | 19 | 8 | 0 | 2C | C6 | F | 31 |
| Octal | 152 | 203 | 216 | 31 | 10 | 0 | 54 | 306 | 17 | 61 |
| Binary | 1101010 | 10000011 | 10001110 | 11001 | 1000 | 0 | 101100 | 11000110 | 1111 | 110001 |
Color Harmonies of #6A838E
Complementary color
Monochromatic Colors of #6A838E
Black with #6A838E
Text Example
Text Example
White with #6A838E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A838E; }
p { color: rgb(106,131,142); }
H1.HeaderClassName
{
color: #6A838E;
}
.AnyTagClassName
{
color: #6A838E;
}
</style>
background-color css
<style>
a { background-color: #6A838E; }
a { background-color: rgb(106,131,142); }
div.DivClassName
{
background-color: #6A838E;
}
.BgClassName
{
background-color: #6A838E;
}
</style>
border-color css
<style>
span { border-color: #6A838E; }
span { border-color: rgb(106,131,142); }
td.TdClassName
{
border-color: #6A838E;
}
.TagClassName
{
border-color: #6A838E;
}
</style>