Shades of Lynch #667F92
Tints of Lynch #667F92
RGB
CMYK
RGB Variations
Color information
#667F92 (or 0x667F92) is known color: Lynch. HEX triplet: 66, 7F and 92. RGB value is (102,127,146). Sum of RGB (Red+Green+Blue) = 102+127+146=375 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.2% from 375); Green value is 127 (50% from 255 or 33.87% from 375); Blue value is 146 (57.42% from 255 or 38.93% from 375); Max value from RGB is 146 - color contains mainly: blue. Hex color #667F92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667F92 is #99806D. Grayscale: #797979. Windows color (decimal): -10059886 or 9600870. OLE color: 9600870.
HSL color Cylindrical-coordinate representation of color #667F92: hue angle of 205.91º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #667F92 is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 102 | 127 | 146 | - |
| CMYK | 0.30 | 0.13 | 0 | 0.43 |
| HSL | 205.91º | 0.18% | 0.49% | - |
| HSV(B) | 205.91º | 0.3% | 0.57% | - |
| XYZ | 18.26 | 20.08 | 30.11 | - |
| YUV | 121.69 | 141.72 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 127 | 146 | 0.30 | 0.13 | 0 | 0.43 | 205.91 | 0.18 | 0.49 |
| Hex | 66 | 7F | 92 | 1E | D | 0 | 2B | CE | 12 | 31 |
| Octal | 146 | 177 | 222 | 36 | 15 | 0 | 53 | 316 | 22 | 61 |
| Binary | 1100110 | 1111111 | 10010010 | 11110 | 1101 | 0 | 101011 | 11001110 | 10010 | 110001 |
Color Harmonies of #667F92
Complementary color
Monochromatic Colors of #667F92
Black with #667F92
Text Example
Text Example
White with #667F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667F92; }
p { color: rgb(102,127,146); }
H1.HeaderClassName
{
color: #667F92;
}
.AnyTagClassName
{
color: #667F92;
}
</style>
background-color css
<style>
a { background-color: #667F92; }
a { background-color: rgb(102,127,146); }
div.DivClassName
{
background-color: #667F92;
}
.BgClassName
{
background-color: #667F92;
}
</style>
border-color css
<style>
span { border-color: #667F92; }
span { border-color: rgb(102,127,146); }
td.TdClassName
{
border-color: #667F92;
}
.TagClassName
{
border-color: #667F92;
}
</style>