Shades of Finch #6E6F69
Tints of Finch #6E6F69
RGB
CMYK
RGB Variations
Color information
#6E6F69 (or 0x6E6F69) is known color: Finch. HEX triplet: 6E, 6F and 69. RGB value is (110,111,105). Sum of RGB (Red+Green+Blue) = 110+111+105=326 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.74% from 326); Green value is 111 (43.75% from 255 or 34.05% from 326); Blue value is 105 (41.41% from 255 or 32.21% from 326); Max value from RGB is 111 - color contains mainly: green. Hex color #6E6F69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6F69 is #919096. Grayscale: #6E6E6E. Windows color (decimal): -9539735 or 6909806. OLE color: 6909806.
HSL color Cylindrical-coordinate representation of color #6E6F69: hue angle of 70º degrees, saturation: 0.03, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #6E6F69 is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 110 | 111 | 105 | - |
| CMYK | 0.01 | 0 | 0.05 | 0.56 |
| HSL | 70º | 0.03% | 0.42% | - |
| HSV(B) | 70º | 0.05% | 0.44% | - |
| XYZ | 14.66 | 15.7 | 15.62 | - |
| YUV | 110.02 | 125.17 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 111 | 105 | 0.01 | 0 | 0.05 | 0.56 | 70 | 0.03 | 0.42 |
| Hex | 6E | 6F | 69 | 1 | 0 | 5 | 38 | 46 | 3 | 2A |
| Octal | 156 | 157 | 151 | 1 | 0 | 5 | 70 | 106 | 3 | 52 |
| Binary | 1101110 | 1101111 | 1101001 | 1 | 0 | 101 | 111000 | 1000110 | 11 | 101010 |
Color Harmonies of #6E6F69
Complementary color
Monochromatic Colors of #6E6F69
Black with #6E6F69
Text Example
Text Example
White with #6E6F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6F69; }
p { color: rgb(110,111,105); }
H1.HeaderClassName
{
color: #6E6F69;
}
.AnyTagClassName
{
color: #6E6F69;
}
</style>
background-color css
<style>
a { background-color: #6E6F69; }
a { background-color: rgb(110,111,105); }
div.DivClassName
{
background-color: #6E6F69;
}
.BgClassName
{
background-color: #6E6F69;
}
</style>
border-color css
<style>
span { border-color: #6E6F69; }
span { border-color: rgb(110,111,105); }
td.TdClassName
{
border-color: #6E6F69;
}
.TagClassName
{
border-color: #6E6F69;
}
</style>