Shades of Lynch #677E8A
Tints of Lynch #677E8A
RGB
CMYK
RGB Variations
Color information
#677E8A (or 0x677E8A) is known color: Lynch. HEX triplet: 67, 7E and 8A. RGB value is (103,126,138). Sum of RGB (Red+Green+Blue) = 103+126+138=367 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.07% from 367); Green value is 126 (49.61% from 255 or 34.33% from 367); Blue value is 138 (54.30% from 255 or 37.60% from 367); Max value from RGB is 138 - color contains mainly: blue. Hex color #677E8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677E8A is #988175. Grayscale: #787878. Windows color (decimal): -9994614 or 9076327. OLE color: 9076327.
HSL color Cylindrical-coordinate representation of color #677E8A: hue angle of 200.57º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #677E8A is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 103 | 126 | 138 | - |
| CMYK | 0.25 | 0.09 | 0 | 0.46 |
| HSL | 200.57º | 0.15% | 0.47% | - |
| HSV(B) | 200.57º | 0.25% | 0.54% | - |
| XYZ | 17.64 | 19.64 | 26.91 | - |
| YUV | 120.49 | 137.88 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 126 | 138 | 0.25 | 0.09 | 0 | 0.46 | 200.57 | 0.15 | 0.47 |
| Hex | 67 | 7E | 8A | 19 | 9 | 0 | 2E | C9 | F | 2F |
| Octal | 147 | 176 | 212 | 31 | 11 | 0 | 56 | 311 | 17 | 57 |
| Binary | 1100111 | 1111110 | 10001010 | 11001 | 1001 | 0 | 101110 | 11001001 | 1111 | 101111 |
Color Harmonies of #677E8A
Complementary color
Monochromatic Colors of #677E8A
Black with #677E8A
Text Example
Text Example
White with #677E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677E8A; }
p { color: rgb(103,126,138); }
H1.HeaderClassName
{
color: #677E8A;
}
.AnyTagClassName
{
color: #677E8A;
}
</style>
background-color css
<style>
a { background-color: #677E8A; }
a { background-color: rgb(103,126,138); }
div.DivClassName
{
background-color: #677E8A;
}
.BgClassName
{
background-color: #677E8A;
}
</style>
border-color css
<style>
span { border-color: #677E8A; }
span { border-color: rgb(103,126,138); }
td.TdClassName
{
border-color: #677E8A;
}
.TagClassName
{
border-color: #677E8A;
}
</style>