Shades of Lynch #66798C
Tints of Lynch #66798C
RGB
CMYK
RGB Variations
Color information
#66798C (or 0x66798C) is known color: Lynch. HEX triplet: 66, 79 and 8C. RGB value is (102,121,140). Sum of RGB (Red+Green+Blue) = 102+121+140=363 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.10% from 363); Green value is 121 (47.66% from 255 or 33.33% from 363); Blue value is 140 (55.08% from 255 or 38.57% from 363); Max value from RGB is 140 - color contains mainly: blue. Hex color #66798C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66798C is #998673. Grayscale: #757575. Windows color (decimal): -10061428 or 9206118. OLE color: 9206118.
HSL color Cylindrical-coordinate representation of color #66798C: hue angle of 210º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #66798C is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 121 | 140 | - |
| CMYK | 0.27 | 0.14 | 0 | 0.45 |
| HSL | 210º | 0.16% | 0.47% | - |
| HSV(B) | 210º | 0.27% | 0.55% | - |
| XYZ | 17.05 | 18.39 | 27.46 | - |
| YUV | 117.49 | 140.71 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 121 | 140 | 0.27 | 0.14 | 0 | 0.45 | 210 | 0.16 | 0.47 |
| Hex | 66 | 79 | 8C | 1B | E | 0 | 2D | D2 | 10 | 2F |
| Octal | 146 | 171 | 214 | 33 | 16 | 0 | 55 | 322 | 20 | 57 |
| Binary | 1100110 | 1111001 | 10001100 | 11011 | 1110 | 0 | 101101 | 11010010 | 10000 | 101111 |
Color Harmonies of #66798C
Complementary color
Monochromatic Colors of #66798C
Black with #66798C
Text Example
Text Example
White with #66798C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66798C; }
p { color: rgb(102,121,140); }
H1.HeaderClassName
{
color: #66798C;
}
.AnyTagClassName
{
color: #66798C;
}
</style>
background-color css
<style>
a { background-color: #66798C; }
a { background-color: rgb(102,121,140); }
div.DivClassName
{
background-color: #66798C;
}
.BgClassName
{
background-color: #66798C;
}
</style>
border-color css
<style>
span { border-color: #66798C; }
span { border-color: rgb(102,121,140); }
td.TdClassName
{
border-color: #66798C;
}
.TagClassName
{
border-color: #66798C;
}
</style>