Shades of Mid Grey #636D75
Tints of Mid Grey #636D75
RGB
CMYK
RGB Variations
Color information
#636D75 (or 0x636D75) is known color: Mid Grey. HEX triplet: 63, 6D and 75. RGB value is (99,109,117). Sum of RGB (Red+Green+Blue) = 99+109+117=325 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.46% from 325); Green value is 109 (42.97% from 255 or 33.54% from 325); Blue value is 117 (46.09% from 255 or 36% from 325); Max value from RGB is 117 - color contains mainly: blue. Hex color #636D75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636D75 is #9C928A. Grayscale: #6A6A6A. Windows color (decimal): -10261131 or 7695715. OLE color: 7695715.
HSL color Cylindrical-coordinate representation of color #636D75: hue angle of 206.67º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #636D75 is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 99 | 109 | 117 | - |
| CMYK | 0.15 | 0.07 | 0 | 0.54 |
| HSL | 206.67º | 0.08% | 0.42% | - |
| HSV(B) | 206.67º | 0.15% | 0.46% | - |
| XYZ | 13.83 | 14.87 | 18.97 | - |
| YUV | 106.92 | 133.69 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 109 | 117 | 0.15 | 0.07 | 0 | 0.54 | 206.67 | 0.08 | 0.42 |
| Hex | 63 | 6D | 75 | F | 7 | 0 | 36 | CF | 8 | 2A |
| Octal | 143 | 155 | 165 | 17 | 7 | 0 | 66 | 317 | 10 | 52 |
| Binary | 1100011 | 1101101 | 1110101 | 1111 | 111 | 0 | 110110 | 11001111 | 1000 | 101010 |
Color Harmonies of #636D75
Complementary color
Monochromatic Colors of #636D75
Black with #636D75
Text Example
Text Example
White with #636D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636D75; }
p { color: rgb(99,109,117); }
H1.HeaderClassName
{
color: #636D75;
}
.AnyTagClassName
{
color: #636D75;
}
</style>
background-color css
<style>
a { background-color: #636D75; }
a { background-color: rgb(99,109,117); }
div.DivClassName
{
background-color: #636D75;
}
.BgClassName
{
background-color: #636D75;
}
</style>
border-color css
<style>
span { border-color: #636D75; }
span { border-color: rgb(99,109,117); }
td.TdClassName
{
border-color: #636D75;
}
.TagClassName
{
border-color: #636D75;
}
</style>