Shades of Mid Grey #6B7175
Tints of Mid Grey #6B7175
RGB
CMYK
RGB Variations
Color information
#6B7175 (or 0x6B7175) is known color: Mid Grey. HEX triplet: 6B, 71 and 75. RGB value is (107,113,117). Sum of RGB (Red+Green+Blue) = 107+113+117=337 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.75% from 337); Green value is 113 (44.53% from 255 or 33.53% from 337); Blue value is 117 (46.09% from 255 or 34.72% from 337); Max value from RGB is 117 - color contains mainly: blue. Hex color #6B7175 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7175 is #948E8A. Grayscale: #6F6F6F. Windows color (decimal): -9735819 or 7696747. OLE color: 7696747.
HSL color Cylindrical-coordinate representation of color #6B7175: hue angle of 204º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #6B7175 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
RGB | 107 | 113 | 117 | - |
CMYK | 0.09 | 0.03 | 0 | 0.54 |
HSL | 204º | 0.04% | 0.44% | - |
HSV(B) | 204º | 0.09% | 0.46% | - |
XYZ | 15.18 | 16.22 | 19.16 | - |
YUV | 111.66 | 131.01 | 124.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 107 | 113 | 117 | 0.09 | 0.03 | 0 | 0.54 | 204 | 0.04 | 0.44 |
Hex | 6B | 71 | 75 | 9 | 3 | 0 | 36 | CC | 4 | 2C |
Octal | 153 | 161 | 165 | 11 | 3 | 0 | 66 | 314 | 4 | 54 |
Binary | 1101011 | 1110001 | 1110101 | 1001 | 11 | 0 | 110110 | 11001100 | 100 | 101100 |
Color Harmonies of #6B7175
Complementary color
Monochromatic Colors of #6B7175
Black with #6B7175
Text Example
Text Example
White with #6B7175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7175; }
p { color: rgb(107,113,117); }
H1.HeaderClassName
{
color: #6B7175;
}
.AnyTagClassName
{
color: #6B7175;
}
</style>
background-color css
<style>
a { background-color: #6B7175; }
a { background-color: rgb(107,113,117); }
div.DivClassName
{
background-color: #6B7175;
}
.BgClassName
{
background-color: #6B7175;
}
</style>
border-color css
<style>
span { border-color: #6B7175; }
span { border-color: rgb(107,113,117); }
td.TdClassName
{
border-color: #6B7175;
}
.TagClassName
{
border-color: #6B7175;
}
</style>