Shades of Mid Grey #636E74
Tints of Mid Grey #636E74
RGB
CMYK
RGB Variations
Color information
#636E74 (or 0x636E74) is known color: Mid Grey. HEX triplet: 63, 6E and 74. RGB value is (99,110,116). Sum of RGB (Red+Green+Blue) = 99+110+116=325 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.46% from 325); Green value is 110 (43.36% from 255 or 33.85% from 325); Blue value is 116 (45.70% from 255 or 35.69% from 325); Max value from RGB is 116 - color contains mainly: blue. Hex color #636E74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636E74 is #9C918B. Grayscale: #6B6B6B. Windows color (decimal): -10260876 or 7630435. OLE color: 7630435.
HSL color Cylindrical-coordinate representation of color #636E74: hue angle of 201.18º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #636E74 is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 99 | 110 | 116 | - |
| CMYK | 0.15 | 0.05 | 0 | 0.55 |
| HSL | 201.18º | 0.08% | 0.42% | - |
| HSV(B) | 201.18º | 0.15% | 0.45% | - |
| XYZ | 13.87 | 15.07 | 18.7 | - |
| YUV | 107.4 | 132.86 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 110 | 116 | 0.15 | 0.05 | 0 | 0.55 | 201.18 | 0.08 | 0.42 |
| Hex | 63 | 6E | 74 | F | 5 | 0 | 37 | C9 | 8 | 2A |
| Octal | 143 | 156 | 164 | 17 | 5 | 0 | 67 | 311 | 10 | 52 |
| Binary | 1100011 | 1101110 | 1110100 | 1111 | 101 | 0 | 110111 | 11001001 | 1000 | 101010 |
Color Harmonies of #636E74
Complementary color
Monochromatic Colors of #636E74
Black with #636E74
Text Example
Text Example
White with #636E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636E74; }
p { color: rgb(99,110,116); }
H1.HeaderClassName
{
color: #636E74;
}
.AnyTagClassName
{
color: #636E74;
}
</style>
background-color css
<style>
a { background-color: #636E74; }
a { background-color: rgb(99,110,116); }
div.DivClassName
{
background-color: #636E74;
}
.BgClassName
{
background-color: #636E74;
}
</style>
border-color css
<style>
span { border-color: #636E74; }
span { border-color: rgb(99,110,116); }
td.TdClassName
{
border-color: #636E74;
}
.TagClassName
{
border-color: #636E74;
}
</style>