Shades of Mid Grey #616F7B
Tints of Mid Grey #616F7B
RGB
CMYK
RGB Variations
Color information
#616F7B (or 0x616F7B) is known color: Mid Grey. HEX triplet: 61, 6F and 7B. RGB value is (97,111,123). Sum of RGB (Red+Green+Blue) = 97+111+123=331 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.31% from 331); Green value is 111 (43.75% from 255 or 33.53% from 331); Blue value is 123 (48.44% from 255 or 37.16% from 331); Max value from RGB is 123 - color contains mainly: blue. Hex color #616F7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616F7B is #9E9084. Grayscale: #6C6C6C. Windows color (decimal): -10391685 or 8089441. OLE color: 8089441.
HSL color Cylindrical-coordinate representation of color #616F7B: hue angle of 207.69º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #616F7B is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 97 | 111 | 123 | - |
| CMYK | 0.21 | 0.10 | 0 | 0.52 |
| HSL | 207.69º | 0.12% | 0.43% | - |
| HSV(B) | 207.69º | 0.21% | 0.48% | - |
| XYZ | 14.19 | 15.34 | 20.95 | - |
| YUV | 108.18 | 136.36 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 111 | 123 | 0.21 | 0.10 | 0 | 0.52 | 207.69 | 0.12 | 0.43 |
| Hex | 61 | 6F | 7B | 15 | A | 0 | 34 | D0 | C | 2B |
| Octal | 141 | 157 | 173 | 25 | 12 | 0 | 64 | 320 | 14 | 53 |
| Binary | 1100001 | 1101111 | 1111011 | 10101 | 1010 | 0 | 110100 | 11010000 | 1100 | 101011 |
Color Harmonies of #616F7B
Complementary color
Monochromatic Colors of #616F7B
Black with #616F7B
Text Example
Text Example
White with #616F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616F7B; }
p { color: rgb(97,111,123); }
H1.HeaderClassName
{
color: #616F7B;
}
.AnyTagClassName
{
color: #616F7B;
}
</style>
background-color css
<style>
a { background-color: #616F7B; }
a { background-color: rgb(97,111,123); }
div.DivClassName
{
background-color: #616F7B;
}
.BgClassName
{
background-color: #616F7B;
}
</style>
border-color css
<style>
span { border-color: #616F7B; }
span { border-color: rgb(97,111,123); }
td.TdClassName
{
border-color: #616F7B;
}
.TagClassName
{
border-color: #616F7B;
}
</style>