Shades of Ironside Grey #6E6E6A
Tints of Ironside Grey #6E6E6A
RGB
CMYK
RGB Variations
Color information
#6E6E6A (or 0x6E6E6A) is known color: Ironside Grey. HEX triplet: 6E, 6E and 6A. RGB value is (110,110,106). Sum of RGB (Red+Green+Blue) = 110+110+106=326 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.74% from 326); Green value is 110 (43.36% from 255 or 33.74% from 326); Blue value is 106 (41.80% from 255 or 32.52% from 326); Max value from RGB is 110 - color contains mainly: red, green. Hex color #6E6E6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6E6A is #919195. Grayscale: #6D6D6D. Windows color (decimal): -9539990 or 6975086. OLE color: 6975086.
HSL color Cylindrical-coordinate representation of color #6E6E6A: hue angle of 60º degrees, saturation: 0.02, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #6E6E6A is Cyan = 0, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.57.
Color convert
RGB | 110 | 110 | 106 | - |
CMYK | 0 | 0 | 0.04 | 0.57 |
HSL | 60º | 0.02% | 0.42% | - |
HSV(B) | 60º | 0.04% | 0.43% | - |
XYZ | 14.61 | 15.51 | 15.86 | - |
YUV | 109.54 | 126 | 128.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 110 | 110 | 106 | 0 | 0 | 0.04 | 0.57 | 60 | 0.02 | 0.42 |
Hex | 6E | 6E | 6A | 0 | 0 | 4 | 39 | 3C | 2 | 2A |
Octal | 156 | 156 | 152 | 0 | 0 | 4 | 71 | 74 | 2 | 52 |
Binary | 1101110 | 1101110 | 1101010 | 0 | 0 | 100 | 111001 | 111100 | 10 | 101010 |
Color Harmonies of #6E6E6A
Complementary color
Monochromatic Colors of #6E6E6A
Black with #6E6E6A
Text Example
Text Example
White with #6E6E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6E6A; }
p { color: rgb(110,110,106); }
H1.HeaderClassName
{
color: #6E6E6A;
}
.AnyTagClassName
{
color: #6E6E6A;
}
</style>
background-color css
<style>
a { background-color: #6E6E6A; }
a { background-color: rgb(110,110,106); }
div.DivClassName
{
background-color: #6E6E6A;
}
.BgClassName
{
background-color: #6E6E6A;
}
</style>
border-color css
<style>
span { border-color: #6E6E6A; }
span { border-color: rgb(110,110,106); }
td.TdClassName
{
border-color: #6E6E6A;
}
.TagClassName
{
border-color: #6E6E6A;
}
</style>