Shades of Mid Grey #62707B
Tints of Mid Grey #62707B
RGB
CMYK
RGB Variations
Color information
#62707B (or 0x62707B) is known color: Mid Grey. HEX triplet: 62, 70 and 7B. RGB value is (98,112,123). Sum of RGB (Red+Green+Blue) = 98+112+123=333 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.43% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 123 (48.44% from 255 or 36.94% from 333); Max value from RGB is 123 - color contains mainly: blue. Hex color #62707B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62707B is #9D8F84. Grayscale: #6D6D6D. Windows color (decimal): -10325893 or 8089698. OLE color: 8089698.
HSL color Cylindrical-coordinate representation of color #62707B: hue angle of 206.4º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #62707B is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 98 | 112 | 123 | - |
| CMYK | 0.20 | 0.09 | 0 | 0.52 |
| HSL | 206.4º | 0.11% | 0.43% | - |
| HSV(B) | 206.4º | 0.2% | 0.48% | - |
| XYZ | 14.41 | 15.62 | 20.99 | - |
| YUV | 109.07 | 135.86 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 112 | 123 | 0.20 | 0.09 | 0 | 0.52 | 206.4 | 0.11 | 0.43 |
| Hex | 62 | 70 | 7B | 14 | 9 | 0 | 34 | CE | B | 2B |
| Octal | 142 | 160 | 173 | 24 | 11 | 0 | 64 | 316 | 13 | 53 |
| Binary | 1100010 | 1110000 | 1111011 | 10100 | 1001 | 0 | 110100 | 11001110 | 1011 | 101011 |
Color Harmonies of #62707B
Complementary color
Monochromatic Colors of #62707B
Black with #62707B
Text Example
Text Example
White with #62707B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62707B; }
p { color: rgb(98,112,123); }
H1.HeaderClassName
{
color: #62707B;
}
.AnyTagClassName
{
color: #62707B;
}
</style>
background-color css
<style>
a { background-color: #62707B; }
a { background-color: rgb(98,112,123); }
div.DivClassName
{
background-color: #62707B;
}
.BgClassName
{
background-color: #62707B;
}
</style>
border-color css
<style>
span { border-color: #62707B; }
span { border-color: rgb(98,112,123); }
td.TdClassName
{
border-color: #62707B;
}
.TagClassName
{
border-color: #62707B;
}
</style>