Shades of Lynch #6F818C
Tints of Lynch #6F818C
RGB
CMYK
RGB Variations
Color information
#6F818C (or 0x6F818C) is known color: Lynch. HEX triplet: 6F, 81 and 8C. RGB value is (111,129,140). Sum of RGB (Red+Green+Blue) = 111+129+140=380 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.21% from 380); Green value is 129 (50.78% from 255 or 33.95% from 380); Blue value is 140 (55.08% from 255 or 36.84% from 380); Max value from RGB is 140 - color contains mainly: blue. Hex color #6F818C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F818C is #907E73. Grayscale: #7C7C7C. Windows color (decimal): -9469556 or 9208175. OLE color: 9208175.
HSL color Cylindrical-coordinate representation of color #6F818C: hue angle of 202.76º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6F818C is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 111 | 129 | 140 | - |
| CMYK | 0.21 | 0.08 | 0 | 0.45 |
| HSL | 202.76º | 0.12% | 0.49% | - |
| HSV(B) | 202.76º | 0.21% | 0.55% | - |
| XYZ | 19.14 | 20.97 | 27.85 | - |
| YUV | 124.87 | 136.54 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 129 | 140 | 0.21 | 0.08 | 0 | 0.45 | 202.76 | 0.12 | 0.49 |
| Hex | 6F | 81 | 8C | 15 | 8 | 0 | 2D | CB | C | 31 |
| Octal | 157 | 201 | 214 | 25 | 10 | 0 | 55 | 313 | 14 | 61 |
| Binary | 1101111 | 10000001 | 10001100 | 10101 | 1000 | 0 | 101101 | 11001011 | 1100 | 110001 |
Color Harmonies of #6F818C
Complementary color
Monochromatic Colors of #6F818C
Black with #6F818C
Text Example
Text Example
White with #6F818C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F818C; }
p { color: rgb(111,129,140); }
H1.HeaderClassName
{
color: #6F818C;
}
.AnyTagClassName
{
color: #6F818C;
}
</style>
background-color css
<style>
a { background-color: #6F818C; }
a { background-color: rgb(111,129,140); }
div.DivClassName
{
background-color: #6F818C;
}
.BgClassName
{
background-color: #6F818C;
}
</style>
border-color css
<style>
span { border-color: #6F818C; }
span { border-color: rgb(111,129,140); }
td.TdClassName
{
border-color: #6F818C;
}
.TagClassName
{
border-color: #6F818C;
}
</style>