Shades of Flint #6E6A5E
Tints of Flint #6E6A5E
RGB
CMYK
RGB Variations
Color information
#6E6A5E (or 0x6E6A5E) is known color: Flint. HEX triplet: 6E, 6A and 5E. RGB value is (110,106,94). Sum of RGB (Red+Green+Blue) = 110+106+94=310 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.48% from 310); Green value is 106 (41.80% from 255 or 34.19% from 310); Blue value is 94 (37.11% from 255 or 30.32% from 310); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6A5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6A5E is #9195A1. Grayscale: #696969. Windows color (decimal): -9541026 or 6187630. OLE color: 6187630.
HSL color Cylindrical-coordinate representation of color #6E6A5E: hue angle of 45º degrees, saturation: 0.08, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6E6A5E is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 106 | 94 | - |
| CMYK | 0 | 0.04 | 0.15 | 0.57 |
| HSL | 45º | 0.08% | 0.4% | - |
| HSV(B) | 45º | 0.15% | 0.43% | - |
| XYZ | 13.6 | 14.43 | 12.66 | - |
| YUV | 105.83 | 121.33 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 106 | 94 | 0 | 0.04 | 0.15 | 0.57 | 45 | 0.08 | 0.4 |
| Hex | 6E | 6A | 5E | 0 | 4 | F | 39 | 2D | 8 | 28 |
| Octal | 156 | 152 | 136 | 0 | 4 | 17 | 71 | 55 | 10 | 50 |
| Binary | 1101110 | 1101010 | 1011110 | 0 | 100 | 1111 | 111001 | 101101 | 1000 | 101000 |
Color Harmonies of #6E6A5E
Complementary color
Monochromatic Colors of #6E6A5E
Black with #6E6A5E
Text Example
Text Example
White with #6E6A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6A5E; }
p { color: rgb(110,106,94); }
H1.HeaderClassName
{
color: #6E6A5E;
}
.AnyTagClassName
{
color: #6E6A5E;
}
</style>
background-color css
<style>
a { background-color: #6E6A5E; }
a { background-color: rgb(110,106,94); }
div.DivClassName
{
background-color: #6E6A5E;
}
.BgClassName
{
background-color: #6E6A5E;
}
</style>
border-color css
<style>
span { border-color: #6E6A5E; }
span { border-color: rgb(110,106,94); }
td.TdClassName
{
border-color: #6E6A5E;
}
.TagClassName
{
border-color: #6E6A5E;
}
</style>