Shades of Ironside Grey #6F6E6B
Tints of Ironside Grey #6F6E6B
RGB
CMYK
RGB Variations
Color information
#6F6E6B (or 0x6F6E6B) is known color: Ironside Grey. HEX triplet: 6F, 6E and 6B. RGB value is (111,110,107). Sum of RGB (Red+Green+Blue) = 111+110+107=328 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.84% from 328); Green value is 110 (43.36% from 255 or 33.54% from 328); Blue value is 107 (42.19% from 255 or 32.62% from 328); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6E6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6E6B is #909194. Grayscale: #6D6D6D. Windows color (decimal): -9474453 or 7040623. OLE color: 7040623.
HSL color Cylindrical-coordinate representation of color #6F6E6B: hue angle of 45º degrees, saturation: 0.02, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #6F6E6B is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 110 | 107 | - |
| CMYK | 0 | 0.01 | 0.04 | 0.56 |
| HSL | 45º | 0.02% | 0.43% | - |
| HSV(B) | 45º | 0.04% | 0.44% | - |
| XYZ | 14.79 | 15.59 | 16.14 | - |
| YUV | 109.96 | 126.33 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 110 | 107 | 0 | 0.01 | 0.04 | 0.56 | 45 | 0.02 | 0.43 |
| Hex | 6F | 6E | 6B | 0 | 1 | 4 | 38 | 2D | 2 | 2B |
| Octal | 157 | 156 | 153 | 0 | 1 | 4 | 70 | 55 | 2 | 53 |
| Binary | 1101111 | 1101110 | 1101011 | 0 | 1 | 100 | 111000 | 101101 | 10 | 101011 |
Color Harmonies of #6F6E6B
Complementary color
Monochromatic Colors of #6F6E6B
Black with #6F6E6B
Text Example
Text Example
White with #6F6E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6E6B; }
p { color: rgb(111,110,107); }
H1.HeaderClassName
{
color: #6F6E6B;
}
.AnyTagClassName
{
color: #6F6E6B;
}
</style>
background-color css
<style>
a { background-color: #6F6E6B; }
a { background-color: rgb(111,110,107); }
div.DivClassName
{
background-color: #6F6E6B;
}
.BgClassName
{
background-color: #6F6E6B;
}
</style>
border-color css
<style>
span { border-color: #6F6E6B; }
span { border-color: rgb(111,110,107); }
td.TdClassName
{
border-color: #6F6E6B;
}
.TagClassName
{
border-color: #6F6E6B;
}
</style>