Shades of Falcon #6E6364
Tints of Falcon #6E6364
RGB
CMYK
RGB Variations
Color information
#6E6364 (or 0x6E6364) is known color: Falcon. HEX triplet: 6E, 63 and 64. RGB value is (110,99,100). Sum of RGB (Red+Green+Blue) = 110+99+100=309 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.60% from 309); Green value is 99 (39.06% from 255 or 32.04% from 309); Blue value is 100 (39.45% from 255 or 32.36% from 309); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6364 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6364 is #919C9B. Grayscale: #666666. Windows color (decimal): -9542812 or 6579054. OLE color: 6579054.
HSL color Cylindrical-coordinate representation of color #6E6364: hue angle of 354.55º degrees, saturation: 0.05, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6E6364 is Cyan = 0, Magento = 0.1, Yellow = 0.09 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 99 | 100 | - |
| CMYK | 0 | 0.1 | 0.09 | 0.57 |
| HSL | 354.55º | 0.05% | 0.41% | - |
| HSV(B) | 354.55º | 0.1% | 0.43% | - |
| XYZ | 13.19 | 13.16 | 13.9 | - |
| YUV | 102.4 | 126.64 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 99 | 100 | 0 | 0.1 | 0.09 | 0.57 | 354.55 | 0.05 | 0.41 |
| Hex | 6E | 63 | 64 | 0 | A | 9 | 39 | 163 | 5 | 29 |
| Octal | 156 | 143 | 144 | 0 | 12 | 11 | 71 | 543 | 5 | 51 |
| Binary | 1101110 | 1100011 | 1100100 | 0 | 1010 | 1001 | 111001 | 101100011 | 101 | 101001 |
Color Harmonies of #6E6364
Complementary color
Monochromatic Colors of #6E6364
Black with #6E6364
Text Example
Text Example
White with #6E6364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6364; }
p { color: rgb(110,99,100); }
H1.HeaderClassName
{
color: #6E6364;
}
.AnyTagClassName
{
color: #6E6364;
}
</style>
background-color css
<style>
a { background-color: #6E6364; }
a { background-color: rgb(110,99,100); }
div.DivClassName
{
background-color: #6E6364;
}
.BgClassName
{
background-color: #6E6364;
}
</style>
border-color css
<style>
span { border-color: #6E6364; }
span { border-color: rgb(110,99,100); }
td.TdClassName
{
border-color: #6E6364;
}
.TagClassName
{
border-color: #6E6364;
}
</style>