Shades of Mid Grey #60676B
Tints of Mid Grey #60676B
RGB
CMYK
RGB Variations
Color information
#60676B (or 0x60676B) is known color: Mid Grey. HEX triplet: 60, 67 and 6B. RGB value is (96,103,107). Sum of RGB (Red+Green+Blue) = 96+103+107=306 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.37% from 306); Green value is 103 (40.62% from 255 or 33.66% from 306); Blue value is 107 (42.19% from 255 or 34.97% from 306); Max value from RGB is 107 - color contains mainly: blue. Hex color #60676B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60676B is #9F9894. Grayscale: #656565. Windows color (decimal): -10459285 or 7038816. OLE color: 7038816.
HSL color Cylindrical-coordinate representation of color #60676B: hue angle of 201.82º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #60676B is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 96 | 103 | 107 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.58 |
| HSL | 201.82º | 0.05% | 0.4% | - |
| HSV(B) | 201.82º | 0.1% | 0.42% | - |
| XYZ | 12.33 | 13.25 | 15.82 | - |
| YUV | 101.36 | 131.18 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 103 | 107 | 0.10 | 0.04 | 0 | 0.58 | 201.82 | 0.05 | 0.4 |
| Hex | 60 | 67 | 6B | A | 4 | 0 | 3A | CA | 5 | 28 |
| Octal | 140 | 147 | 153 | 12 | 4 | 0 | 72 | 312 | 5 | 50 |
| Binary | 1100000 | 1100111 | 1101011 | 1010 | 100 | 0 | 111010 | 11001010 | 101 | 101000 |
Color Harmonies of #60676B
Complementary color
Monochromatic Colors of #60676B
Black with #60676B
Text Example
Text Example
White with #60676B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60676B; }
p { color: rgb(96,103,107); }
H1.HeaderClassName
{
color: #60676B;
}
.AnyTagClassName
{
color: #60676B;
}
</style>
background-color css
<style>
a { background-color: #60676B; }
a { background-color: rgb(96,103,107); }
div.DivClassName
{
background-color: #60676B;
}
.BgClassName
{
background-color: #60676B;
}
</style>
border-color css
<style>
span { border-color: #60676B; }
span { border-color: rgb(96,103,107); }
td.TdClassName
{
border-color: #60676B;
}
.TagClassName
{
border-color: #60676B;
}
</style>