Shades of Ironside Grey #6B6A68
Tints of Ironside Grey #6B6A68
RGB
CMYK
RGB Variations
Color information
#6B6A68 (or 0x6B6A68) is known color: Ironside Grey. HEX triplet: 6B, 6A and 68. RGB value is (107,106,104). Sum of RGB (Red+Green+Blue) = 107+106+104=317 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.75% from 317); Green value is 106 (41.80% from 255 or 33.44% from 317); Blue value is 104 (41.02% from 255 or 32.81% from 317); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6A68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6A68 is #949597. Grayscale: #6A6A6A. Windows color (decimal): -9737624 or 6842987. OLE color: 6842987.
HSL color Cylindrical-coordinate representation of color #6B6A68: hue angle of 40º degrees, saturation: 0.01, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #6B6A68 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.58.
Color convert
RGB | 107 | 106 | 104 | - |
CMYK | 0 | 0.01 | 0.03 | 0.58 |
HSL | 40º | 0.01% | 0.41% | - |
HSV(B) | 40º | 0.03% | 0.42% | - |
XYZ | 13.72 | 14.43 | 15.16 | - |
YUV | 106.07 | 126.83 | 128.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 107 | 106 | 104 | 0 | 0.01 | 0.03 | 0.58 | 40 | 0.01 | 0.41 |
Hex | 6B | 6A | 68 | 0 | 1 | 3 | 3A | 28 | 1 | 29 |
Octal | 153 | 152 | 150 | 0 | 1 | 3 | 72 | 50 | 1 | 51 |
Binary | 1101011 | 1101010 | 1101000 | 0 | 1 | 11 | 111010 | 101000 | 1 | 101001 |
Color Harmonies of #6B6A68
Complementary color
Monochromatic Colors of #6B6A68
Black with #6B6A68
Text Example
Text Example
White with #6B6A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6A68; }
p { color: rgb(107,106,104); }
H1.HeaderClassName
{
color: #6B6A68;
}
.AnyTagClassName
{
color: #6B6A68;
}
</style>
background-color css
<style>
a { background-color: #6B6A68; }
a { background-color: rgb(107,106,104); }
div.DivClassName
{
background-color: #6B6A68;
}
.BgClassName
{
background-color: #6B6A68;
}
</style>
border-color css
<style>
span { border-color: #6B6A68; }
span { border-color: rgb(107,106,104); }
td.TdClassName
{
border-color: #6B6A68;
}
.TagClassName
{
border-color: #6B6A68;
}
</style>