Shades of Ironside Grey #6F6F6D
Tints of Ironside Grey #6F6F6D
RGB
CMYK
RGB Variations
Color information
#6F6F6D (or 0x6F6F6D) is known color: Ironside Grey. HEX triplet: 6F, 6F and 6D. RGB value is (111,111,109). Sum of RGB (Red+Green+Blue) = 111+111+109=331 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.53% from 331); Green value is 111 (43.75% from 255 or 33.53% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 111 - color contains mainly: red, green. Hex color #6F6F6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6F6D is #909092. Grayscale: #6E6E6E. Windows color (decimal): -9474195 or 7171951. OLE color: 7171951.
HSL color Cylindrical-coordinate representation of color #6F6F6D: hue angle of 60º degrees, saturation: 0.01, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #6F6F6D is Cyan = 0, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 111 | 109 | - |
| CMYK | 0 | 0 | 0.02 | 0.56 |
| HSL | 60º | 0.01% | 0.43% | - |
| HSV(B) | 60º | 0.02% | 0.44% | - |
| XYZ | 15 | 15.85 | 16.74 | - |
| YUV | 110.77 | 127 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 111 | 109 | 0 | 0 | 0.02 | 0.56 | 60 | 0.01 | 0.43 |
| Hex | 6F | 6F | 6D | 0 | 0 | 2 | 38 | 3C | 1 | 2B |
| Octal | 157 | 157 | 155 | 0 | 0 | 2 | 70 | 74 | 1 | 53 |
| Binary | 1101111 | 1101111 | 1101101 | 0 | 0 | 10 | 111000 | 111100 | 1 | 101011 |
Color Harmonies of #6F6F6D
Complementary color
Monochromatic Colors of #6F6F6D
Black with #6F6F6D
Text Example
Text Example
White with #6F6F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6F6D; }
p { color: rgb(111,111,109); }
H1.HeaderClassName
{
color: #6F6F6D;
}
.AnyTagClassName
{
color: #6F6F6D;
}
</style>
background-color css
<style>
a { background-color: #6F6F6D; }
a { background-color: rgb(111,111,109); }
div.DivClassName
{
background-color: #6F6F6D;
}
.BgClassName
{
background-color: #6F6F6D;
}
</style>
border-color css
<style>
span { border-color: #6F6F6D; }
span { border-color: rgb(111,111,109); }
td.TdClassName
{
border-color: #6F6F6D;
}
.TagClassName
{
border-color: #6F6F6D;
}
</style>