Shades of Lynch #668293
Tints of Lynch #668293
RGB
CMYK
RGB Variations
Color information
#668293 (or 0x668293) is known color: Lynch. HEX triplet: 66, 82 and 93. RGB value is (102,130,147). Sum of RGB (Red+Green+Blue) = 102+130+147=379 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.91% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 147 (57.81% from 255 or 38.79% from 379); Max value from RGB is 147 - color contains mainly: blue. Hex color #668293 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668293 is #997D6C. Grayscale: #7B7B7B. Windows color (decimal): -10059117 or 9667174. OLE color: 9667174.
HSL color Cylindrical-coordinate representation of color #668293: hue angle of 202.67º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #668293 is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 130 | 147 | - |
| CMYK | 0.31 | 0.12 | 0 | 0.42 |
| HSL | 202.67º | 0.18% | 0.49% | - |
| HSV(B) | 202.67º | 0.31% | 0.58% | - |
| XYZ | 18.73 | 20.9 | 30.65 | - |
| YUV | 123.57 | 141.22 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 130 | 147 | 0.31 | 0.12 | 0 | 0.42 | 202.67 | 0.18 | 0.49 |
| Hex | 66 | 82 | 93 | 1F | C | 0 | 2A | CB | 12 | 31 |
| Octal | 146 | 202 | 223 | 37 | 14 | 0 | 52 | 313 | 22 | 61 |
| Binary | 1100110 | 10000010 | 10010011 | 11111 | 1100 | 0 | 101010 | 11001011 | 10010 | 110001 |
Color Harmonies of #668293
Complementary color
Monochromatic Colors of #668293
Black with #668293
Text Example
Text Example
White with #668293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668293; }
p { color: rgb(102,130,147); }
H1.HeaderClassName
{
color: #668293;
}
.AnyTagClassName
{
color: #668293;
}
</style>
background-color css
<style>
a { background-color: #668293; }
a { background-color: rgb(102,130,147); }
div.DivClassName
{
background-color: #668293;
}
.BgClassName
{
background-color: #668293;
}
</style>
border-color css
<style>
span { border-color: #668293; }
span { border-color: rgb(102,130,147); }
td.TdClassName
{
border-color: #668293;
}
.TagClassName
{
border-color: #668293;
}
</style>