Shades of Finch #6E6F67
Tints of Finch #6E6F67
RGB
CMYK
RGB Variations
Color information
#6E6F67 (or 0x6E6F67) is known color: Finch. HEX triplet: 6E, 6F and 67. RGB value is (110,111,103). Sum of RGB (Red+Green+Blue) = 110+111+103=324 (42% of max value = 765). Red value is 110 (43.36% from 255 or 33.95% from 324); Green value is 111 (43.75% from 255 or 34.26% from 324); Blue value is 103 (40.62% from 255 or 31.79% from 324); Max value from RGB is 111 - color contains mainly: green. Hex color #6E6F67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6F67 is #919098. Grayscale: #6D6D6D. Windows color (decimal): -9539737 or 6778734. OLE color: 6778734.
HSL color Cylindrical-coordinate representation of color #6E6F67: hue angle of 67.5º degrees, saturation: 0.04, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #6E6F67 is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 110 | 111 | 103 | - |
| CMYK | 0.01 | 0 | 0.07 | 0.56 |
| HSL | 67.5º | 0.04% | 0.42% | - |
| HSV(B) | 67.5º | 0.07% | 0.44% | - |
| XYZ | 14.56 | 15.66 | 15.09 | - |
| YUV | 109.79 | 124.17 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 111 | 103 | 0.01 | 0 | 0.07 | 0.56 | 67.5 | 0.04 | 0.42 |
| Hex | 6E | 6F | 67 | 1 | 0 | 7 | 38 | 44 | 4 | 2A |
| Octal | 156 | 157 | 147 | 1 | 0 | 7 | 70 | 104 | 4 | 52 |
| Binary | 1101110 | 1101111 | 1100111 | 1 | 0 | 111 | 111000 | 1000100 | 100 | 101010 |
Color Harmonies of #6E6F67
Complementary color
Monochromatic Colors of #6E6F67
Black with #6E6F67
Text Example
Text Example
White with #6E6F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6F67; }
p { color: rgb(110,111,103); }
H1.HeaderClassName
{
color: #6E6F67;
}
.AnyTagClassName
{
color: #6E6F67;
}
</style>
background-color css
<style>
a { background-color: #6E6F67; }
a { background-color: rgb(110,111,103); }
div.DivClassName
{
background-color: #6E6F67;
}
.BgClassName
{
background-color: #6E6F67;
}
</style>
border-color css
<style>
span { border-color: #6E6F67; }
span { border-color: rgb(110,111,103); }
td.TdClassName
{
border-color: #6E6F67;
}
.TagClassName
{
border-color: #6E6F67;
}
</style>