Shades of Flint #6F6A5D
Tints of Flint #6F6A5D
RGB
CMYK
RGB Variations
Color information
#6F6A5D (or 0x6F6A5D) is known color: Flint. HEX triplet: 6F, 6A and 5D. RGB value is (111,106,93). Sum of RGB (Red+Green+Blue) = 111+106+93=310 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.81% from 310); Green value is 106 (41.80% from 255 or 34.19% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6A5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6A5D is #9095A2. Grayscale: #6A6A6A. Windows color (decimal): -9475491 or 6122095. OLE color: 6122095.
HSL color Cylindrical-coordinate representation of color #6F6A5D: hue angle of 43.33º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6F6A5D is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 106 | 93 | - |
| CMYK | 0 | 0.05 | 0.16 | 0.56 |
| HSL | 43.33º | 0.09% | 0.4% | - |
| HSV(B) | 43.33º | 0.16% | 0.44% | - |
| XYZ | 13.69 | 14.48 | 12.43 | - |
| YUV | 106.01 | 120.66 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 106 | 93 | 0 | 0.05 | 0.16 | 0.56 | 43.33 | 0.09 | 0.4 |
| Hex | 6F | 6A | 5D | 0 | 5 | 10 | 38 | 2B | 9 | 28 |
| Octal | 157 | 152 | 135 | 0 | 5 | 20 | 70 | 53 | 11 | 50 |
| Binary | 1101111 | 1101010 | 1011101 | 0 | 101 | 10000 | 111000 | 101011 | 1001 | 101000 |
Color Harmonies of #6F6A5D
Complementary color
Monochromatic Colors of #6F6A5D
Black with #6F6A5D
Text Example
Text Example
White with #6F6A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6A5D; }
p { color: rgb(111,106,93); }
H1.HeaderClassName
{
color: #6F6A5D;
}
.AnyTagClassName
{
color: #6F6A5D;
}
</style>
background-color css
<style>
a { background-color: #6F6A5D; }
a { background-color: rgb(111,106,93); }
div.DivClassName
{
background-color: #6F6A5D;
}
.BgClassName
{
background-color: #6F6A5D;
}
</style>
border-color css
<style>
span { border-color: #6F6A5D; }
span { border-color: rgb(111,106,93); }
td.TdClassName
{
border-color: #6F6A5D;
}
.TagClassName
{
border-color: #6F6A5D;
}
</style>