Shades of Flint #6C6860
Tints of Flint #6C6860
RGB
CMYK
RGB Variations
Color information
#6C6860 (or 0x6C6860) is known color: Flint. HEX triplet: 6C, 68 and 60. RGB value is (108,104,96). Sum of RGB (Red+Green+Blue) = 108+104+96=308 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.06% from 308); Green value is 104 (41.02% from 255 or 33.77% from 308); Blue value is 96 (37.89% from 255 or 31.17% from 308); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6860 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6860 is #93979F. Grayscale: #686868. Windows color (decimal): -9672608 or 6318188. OLE color: 6318188.
HSL color Cylindrical-coordinate representation of color #6C6860: hue angle of 40º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6C6860 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 104 | 96 | - |
| CMYK | 0 | 0.04 | 0.11 | 0.58 |
| HSL | 40º | 0.06% | 0.4% | - |
| HSV(B) | 40º | 0.11% | 0.42% | - |
| XYZ | 13.25 | 13.93 | 13.06 | - |
| YUV | 104.28 | 123.33 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 104 | 96 | 0 | 0.04 | 0.11 | 0.58 | 40 | 0.06 | 0.4 |
| Hex | 6C | 68 | 60 | 0 | 4 | B | 3A | 28 | 6 | 28 |
| Octal | 154 | 150 | 140 | 0 | 4 | 13 | 72 | 50 | 6 | 50 |
| Binary | 1101100 | 1101000 | 1100000 | 0 | 100 | 1011 | 111010 | 101000 | 110 | 101000 |
Color Harmonies of #6C6860
Complementary color
Monochromatic Colors of #6C6860
Black with #6C6860
Text Example
Text Example
White with #6C6860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6860; }
p { color: rgb(108,104,96); }
H1.HeaderClassName
{
color: #6C6860;
}
.AnyTagClassName
{
color: #6C6860;
}
</style>
background-color css
<style>
a { background-color: #6C6860; }
a { background-color: rgb(108,104,96); }
div.DivClassName
{
background-color: #6C6860;
}
.BgClassName
{
background-color: #6C6860;
}
</style>
border-color css
<style>
span { border-color: #6C6860; }
span { border-color: rgb(108,104,96); }
td.TdClassName
{
border-color: #6C6860;
}
.TagClassName
{
border-color: #6C6860;
}
</style>