Shades of Mid Grey #6A7277
Tints of Mid Grey #6A7277
RGB
CMYK
RGB Variations
Color information
#6A7277 (or 0x6A7277) is known color: Mid Grey. HEX triplet: 6A, 72 and 77. RGB value is (106,114,119). Sum of RGB (Red+Green+Blue) = 106+114+119=339 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.27% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 119 (46.88% from 255 or 35.10% from 339); Max value from RGB is 119 - color contains mainly: blue. Hex color #6A7277 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7277 is #958D88. Grayscale: #707070. Windows color (decimal): -9801097 or 7828074. OLE color: 7828074.
HSL color Cylindrical-coordinate representation of color #6A7277: hue angle of 203.08º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6A7277 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 106 | 114 | 119 | - |
| CMYK | 0.11 | 0.04 | 0 | 0.53 |
| HSL | 203.08º | 0.06% | 0.44% | - |
| HSV(B) | 203.08º | 0.11% | 0.47% | - |
| XYZ | 15.29 | 16.43 | 19.82 | - |
| YUV | 112.18 | 131.85 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 114 | 119 | 0.11 | 0.04 | 0 | 0.53 | 203.08 | 0.06 | 0.44 |
| Hex | 6A | 72 | 77 | B | 4 | 0 | 35 | CB | 6 | 2C |
| Octal | 152 | 162 | 167 | 13 | 4 | 0 | 65 | 313 | 6 | 54 |
| Binary | 1101010 | 1110010 | 1110111 | 1011 | 100 | 0 | 110101 | 11001011 | 110 | 101100 |
Color Harmonies of #6A7277
Complementary color
Monochromatic Colors of #6A7277
Black with #6A7277
Text Example
Text Example
White with #6A7277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7277; }
p { color: rgb(106,114,119); }
H1.HeaderClassName
{
color: #6A7277;
}
.AnyTagClassName
{
color: #6A7277;
}
</style>
background-color css
<style>
a { background-color: #6A7277; }
a { background-color: rgb(106,114,119); }
div.DivClassName
{
background-color: #6A7277;
}
.BgClassName
{
background-color: #6A7277;
}
</style>
border-color css
<style>
span { border-color: #6A7277; }
span { border-color: rgb(106,114,119); }
td.TdClassName
{
border-color: #6A7277;
}
.TagClassName
{
border-color: #6A7277;
}
</style>