Shades of Falcon #6E6465
Tints of Falcon #6E6465
RGB
CMYK
RGB Variations
Color information
#6E6465 (or 0x6E6465) is known color: Falcon. HEX triplet: 6E, 64 and 65. RGB value is (110,100,101). Sum of RGB (Red+Green+Blue) = 110+100+101=311 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.37% from 311); Green value is 100 (39.45% from 255 or 32.15% from 311); Blue value is 101 (39.84% from 255 or 32.48% from 311); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6465 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6465 is #919B9A. Grayscale: #676767. Windows color (decimal): -9542555 or 6644846. OLE color: 6644846.
HSL color Cylindrical-coordinate representation of color #6E6465: hue angle of 354º degrees, saturation: 0.05, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #6E6465 is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 100 | 101 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.57 |
| HSL | 354º | 0.05% | 0.41% | - |
| HSV(B) | 354º | 0.09% | 0.43% | - |
| XYZ | 13.34 | 13.37 | 14.19 | - |
| YUV | 103.1 | 126.81 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 100 | 101 | 0 | 0.09 | 0.08 | 0.57 | 354 | 0.05 | 0.41 |
| Hex | 6E | 64 | 65 | 0 | 9 | 8 | 39 | 162 | 5 | 29 |
| Octal | 156 | 144 | 145 | 0 | 11 | 10 | 71 | 542 | 5 | 51 |
| Binary | 1101110 | 1100100 | 1100101 | 0 | 1001 | 1000 | 111001 | 101100010 | 101 | 101001 |
Color Harmonies of #6E6465
Complementary color
Monochromatic Colors of #6E6465
Black with #6E6465
Text Example
Text Example
White with #6E6465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6465; }
p { color: rgb(110,100,101); }
H1.HeaderClassName
{
color: #6E6465;
}
.AnyTagClassName
{
color: #6E6465;
}
</style>
background-color css
<style>
a { background-color: #6E6465; }
a { background-color: rgb(110,100,101); }
div.DivClassName
{
background-color: #6E6465;
}
.BgClassName
{
background-color: #6E6465;
}
</style>
border-color css
<style>
span { border-color: #6E6465; }
span { border-color: rgb(110,100,101); }
td.TdClassName
{
border-color: #6E6465;
}
.TagClassName
{
border-color: #6E6465;
}
</style>