Shades of Mid Grey #61676B
Tints of Mid Grey #61676B
RGB
CMYK
RGB Variations
Color information
#61676B (or 0x61676B) is known color: Mid Grey. HEX triplet: 61, 67 and 6B. RGB value is (97,103,107). Sum of RGB (Red+Green+Blue) = 97+103+107=307 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.60% from 307); Green value is 103 (40.62% from 255 or 33.55% from 307); Blue value is 107 (42.19% from 255 or 34.85% from 307); Max value from RGB is 107 - color contains mainly: blue. Hex color #61676B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61676B is #9E9894. Grayscale: #656565. Windows color (decimal): -10393749 or 7038817. OLE color: 7038817.
HSL color Cylindrical-coordinate representation of color #61676B: hue angle of 204º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #61676B is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 97 | 103 | 107 | - |
| CMYK | 0.09 | 0.04 | 0 | 0.58 |
| HSL | 204º | 0.05% | 0.4% | - |
| HSV(B) | 204º | 0.09% | 0.42% | - |
| XYZ | 12.43 | 13.3 | 15.82 | - |
| YUV | 101.66 | 131.01 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 103 | 107 | 0.09 | 0.04 | 0 | 0.58 | 204 | 0.05 | 0.4 |
| Hex | 61 | 67 | 6B | 9 | 4 | 0 | 3A | CC | 5 | 28 |
| Octal | 141 | 147 | 153 | 11 | 4 | 0 | 72 | 314 | 5 | 50 |
| Binary | 1100001 | 1100111 | 1101011 | 1001 | 100 | 0 | 111010 | 11001100 | 101 | 101000 |
Color Harmonies of #61676B
Complementary color
Monochromatic Colors of #61676B
Black with #61676B
Text Example
Text Example
White with #61676B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61676B; }
p { color: rgb(97,103,107); }
H1.HeaderClassName
{
color: #61676B;
}
.AnyTagClassName
{
color: #61676B;
}
</style>
background-color css
<style>
a { background-color: #61676B; }
a { background-color: rgb(97,103,107); }
div.DivClassName
{
background-color: #61676B;
}
.BgClassName
{
background-color: #61676B;
}
</style>
border-color css
<style>
span { border-color: #61676B; }
span { border-color: rgb(97,103,107); }
td.TdClassName
{
border-color: #61676B;
}
.TagClassName
{
border-color: #61676B;
}
</style>