Shades of Mid Grey #61707C
Tints of Mid Grey #61707C
RGB
CMYK
RGB Variations
Color information
#61707C (or 0x61707C) is known color: Mid Grey. HEX triplet: 61, 70 and 7C. RGB value is (97,112,124). Sum of RGB (Red+Green+Blue) = 97+112+124=333 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.13% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 124 (48.83% from 255 or 37.24% from 333); Max value from RGB is 124 - color contains mainly: blue. Hex color #61707C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61707C is #9E8F83. Grayscale: #6C6C6C. Windows color (decimal): -10391428 or 8155233. OLE color: 8155233.
HSL color Cylindrical-coordinate representation of color #61707C: hue angle of 206.67º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #61707C is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 112 | 124 | - |
| CMYK | 0.22 | 0.10 | 0 | 0.51 |
| HSL | 206.67º | 0.12% | 0.43% | - |
| HSV(B) | 206.67º | 0.22% | 0.49% | - |
| XYZ | 14.36 | 15.58 | 21.32 | - |
| YUV | 108.88 | 136.53 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 112 | 124 | 0.22 | 0.10 | 0 | 0.51 | 206.67 | 0.12 | 0.43 |
| Hex | 61 | 70 | 7C | 16 | A | 0 | 33 | CF | C | 2B |
| Octal | 141 | 160 | 174 | 26 | 12 | 0 | 63 | 317 | 14 | 53 |
| Binary | 1100001 | 1110000 | 1111100 | 10110 | 1010 | 0 | 110011 | 11001111 | 1100 | 101011 |
Color Harmonies of #61707C
Complementary color
Monochromatic Colors of #61707C
Black with #61707C
Text Example
Text Example
White with #61707C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61707C; }
p { color: rgb(97,112,124); }
H1.HeaderClassName
{
color: #61707C;
}
.AnyTagClassName
{
color: #61707C;
}
</style>
background-color css
<style>
a { background-color: #61707C; }
a { background-color: rgb(97,112,124); }
div.DivClassName
{
background-color: #61707C;
}
.BgClassName
{
background-color: #61707C;
}
</style>
border-color css
<style>
span { border-color: #61707C; }
span { border-color: rgb(97,112,124); }
td.TdClassName
{
border-color: #61707C;
}
.TagClassName
{
border-color: #61707C;
}
</style>