Shades of Mid Grey #62676A
Tints of Mid Grey #62676A
RGB
CMYK
RGB Variations
Color information
#62676A (or 0x62676A) is known color: Mid Grey. HEX triplet: 62, 67 and 6A. RGB value is (98,103,106). Sum of RGB (Red+Green+Blue) = 98+103+106=307 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.92% from 307); Green value is 103 (40.62% from 255 or 33.55% from 307); Blue value is 106 (41.80% from 255 or 34.53% from 307); Max value from RGB is 106 - color contains mainly: blue. Hex color #62676A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62676A is #9D9895. Grayscale: #656565. Windows color (decimal): -10328214 or 6973282. OLE color: 6973282.
HSL color Cylindrical-coordinate representation of color #62676A: hue angle of 202.5º degrees, saturation: 0.04, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #62676A is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 98 | 103 | 106 | - |
| CMYK | 0.08 | 0.03 | 0 | 0.58 |
| HSL | 202.5º | 0.04% | 0.4% | - |
| HSV(B) | 202.5º | 0.08% | 0.42% | - |
| XYZ | 12.49 | 13.34 | 15.55 | - |
| YUV | 101.85 | 130.34 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 103 | 106 | 0.08 | 0.03 | 0 | 0.58 | 202.5 | 0.04 | 0.4 |
| Hex | 62 | 67 | 6A | 8 | 3 | 0 | 3A | CA | 4 | 28 |
| Octal | 142 | 147 | 152 | 10 | 3 | 0 | 72 | 312 | 4 | 50 |
| Binary | 1100010 | 1100111 | 1101010 | 1000 | 11 | 0 | 111010 | 11001010 | 100 | 101000 |
Color Harmonies of #62676A
Complementary color
Monochromatic Colors of #62676A
Black with #62676A
Text Example
Text Example
White with #62676A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62676A; }
p { color: rgb(98,103,106); }
H1.HeaderClassName
{
color: #62676A;
}
.AnyTagClassName
{
color: #62676A;
}
</style>
background-color css
<style>
a { background-color: #62676A; }
a { background-color: rgb(98,103,106); }
div.DivClassName
{
background-color: #62676A;
}
.BgClassName
{
background-color: #62676A;
}
</style>
border-color css
<style>
span { border-color: #62676A; }
span { border-color: rgb(98,103,106); }
td.TdClassName
{
border-color: #62676A;
}
.TagClassName
{
border-color: #62676A;
}
</style>