Shades of Mid Grey #606E7A
Tints of Mid Grey #606E7A
RGB
CMYK
RGB Variations
Color information
#606E7A (or 0x606E7A) is known color: Mid Grey. HEX triplet: 60, 6E and 7A. RGB value is (96,110,122). Sum of RGB (Red+Green+Blue) = 96+110+122=328 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.27% from 328); Green value is 110 (43.36% from 255 or 33.54% from 328); Blue value is 122 (48.05% from 255 or 37.20% from 328); Max value from RGB is 122 - color contains mainly: blue. Hex color #606E7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606E7A is #9F9185. Grayscale: #6B6B6B. Windows color (decimal): -10457478 or 8023648. OLE color: 8023648.
HSL color Cylindrical-coordinate representation of color #606E7A: 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 #606E7A is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 96 | 110 | 122 | - |
| CMYK | 0.21 | 0.10 | 0 | 0.52 |
| HSL | 207.69º | 0.12% | 0.43% | - |
| HSV(B) | 207.69º | 0.21% | 0.48% | - |
| XYZ | 13.91 | 15.04 | 20.58 | - |
| YUV | 107.18 | 136.36 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 110 | 122 | 0.21 | 0.10 | 0 | 0.52 | 207.69 | 0.12 | 0.43 |
| Hex | 60 | 6E | 7A | 15 | A | 0 | 34 | D0 | C | 2B |
| Octal | 140 | 156 | 172 | 25 | 12 | 0 | 64 | 320 | 14 | 53 |
| Binary | 1100000 | 1101110 | 1111010 | 10101 | 1010 | 0 | 110100 | 11010000 | 1100 | 101011 |
Color Harmonies of #606E7A
Complementary color
Monochromatic Colors of #606E7A
Black with #606E7A
Text Example
Text Example
White with #606E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606E7A; }
p { color: rgb(96,110,122); }
H1.HeaderClassName
{
color: #606E7A;
}
.AnyTagClassName
{
color: #606E7A;
}
</style>
background-color css
<style>
a { background-color: #606E7A; }
a { background-color: rgb(96,110,122); }
div.DivClassName
{
background-color: #606E7A;
}
.BgClassName
{
background-color: #606E7A;
}
</style>
border-color css
<style>
span { border-color: #606E7A; }
span { border-color: rgb(96,110,122); }
td.TdClassName
{
border-color: #606E7A;
}
.TagClassName
{
border-color: #606E7A;
}
</style>