Shades of Mid Grey #6A7379
Tints of Mid Grey #6A7379
RGB
CMYK
RGB Variations
Color information
#6A7379 (or 0x6A7379) is known color: Mid Grey. HEX triplet: 6A, 73 and 79. RGB value is (106,115,121). Sum of RGB (Red+Green+Blue) = 106+115+121=342 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.99% from 342); Green value is 115 (45.31% from 255 or 33.63% from 342); Blue value is 121 (47.66% from 255 or 35.38% from 342); Max value from RGB is 121 - color contains mainly: blue. Hex color #6A7379 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7379 is #958C86. Grayscale: #707070. Windows color (decimal): -9800839 or 7959402. OLE color: 7959402.
HSL color Cylindrical-coordinate representation of color #6A7379: hue angle of 204º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6A7379 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 106 | 115 | 121 | - |
| CMYK | 0.12 | 0.05 | 0 | 0.53 |
| HSL | 204º | 0.07% | 0.45% | - |
| HSV(B) | 204º | 0.12% | 0.47% | - |
| XYZ | 15.53 | 16.71 | 20.5 | - |
| YUV | 112.99 | 132.52 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 115 | 121 | 0.12 | 0.05 | 0 | 0.53 | 204 | 0.07 | 0.45 |
| Hex | 6A | 73 | 79 | C | 5 | 0 | 35 | CC | 7 | 2D |
| Octal | 152 | 163 | 171 | 14 | 5 | 0 | 65 | 314 | 7 | 55 |
| Binary | 1101010 | 1110011 | 1111001 | 1100 | 101 | 0 | 110101 | 11001100 | 111 | 101101 |
Color Harmonies of #6A7379
Complementary color
Monochromatic Colors of #6A7379
Black with #6A7379
Text Example
Text Example
White with #6A7379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7379; }
p { color: rgb(106,115,121); }
H1.HeaderClassName
{
color: #6A7379;
}
.AnyTagClassName
{
color: #6A7379;
}
</style>
background-color css
<style>
a { background-color: #6A7379; }
a { background-color: rgb(106,115,121); }
div.DivClassName
{
background-color: #6A7379;
}
.BgClassName
{
background-color: #6A7379;
}
</style>
border-color css
<style>
span { border-color: #6A7379; }
span { border-color: rgb(106,115,121); }
td.TdClassName
{
border-color: #6A7379;
}
.TagClassName
{
border-color: #6A7379;
}
</style>