Shades of Mid Grey #606E7B
Tints of Mid Grey #606E7B
RGB
CMYK
RGB Variations
Color information
#606E7B (or 0x606E7B) is known color: Mid Grey. HEX triplet: 60, 6E and 7B. RGB value is (96,110,123). Sum of RGB (Red+Green+Blue) = 96+110+123=329 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.18% from 329); Green value is 110 (43.36% from 255 or 33.43% from 329); Blue value is 123 (48.44% from 255 or 37.39% from 329); Max value from RGB is 123 - color contains mainly: blue. Hex color #606E7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606E7B is #9F9184. Grayscale: #6B6B6B. Windows color (decimal): -10457477 or 8089184. OLE color: 8089184.
HSL color Cylindrical-coordinate representation of color #606E7B: hue angle of 208.89º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #606E7B is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 96 | 110 | 123 | - |
| CMYK | 0.22 | 0.11 | 0 | 0.52 |
| HSL | 208.89º | 0.12% | 0.43% | - |
| HSV(B) | 208.89º | 0.22% | 0.48% | - |
| XYZ | 13.97 | 15.07 | 20.91 | - |
| YUV | 107.3 | 136.86 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 110 | 123 | 0.22 | 0.11 | 0 | 0.52 | 208.89 | 0.12 | 0.43 |
| Hex | 60 | 6E | 7B | 16 | B | 0 | 34 | D1 | C | 2B |
| Octal | 140 | 156 | 173 | 26 | 13 | 0 | 64 | 321 | 14 | 53 |
| Binary | 1100000 | 1101110 | 1111011 | 10110 | 1011 | 0 | 110100 | 11010001 | 1100 | 101011 |
Color Harmonies of #606E7B
Complementary color
Monochromatic Colors of #606E7B
Black with #606E7B
Text Example
Text Example
White with #606E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606E7B; }
p { color: rgb(96,110,123); }
H1.HeaderClassName
{
color: #606E7B;
}
.AnyTagClassName
{
color: #606E7B;
}
</style>
background-color css
<style>
a { background-color: #606E7B; }
a { background-color: rgb(96,110,123); }
div.DivClassName
{
background-color: #606E7B;
}
.BgClassName
{
background-color: #606E7B;
}
</style>
border-color css
<style>
span { border-color: #606E7B; }
span { border-color: rgb(96,110,123); }
td.TdClassName
{
border-color: #606E7B;
}
.TagClassName
{
border-color: #606E7B;
}
</style>