Shades of Mid Grey #636C72
Tints of Mid Grey #636C72
RGB
CMYK
RGB Variations
Color information
#636C72 (or 0x636C72) is known color: Mid Grey. HEX triplet: 63, 6C and 72. RGB value is (99,108,114). Sum of RGB (Red+Green+Blue) = 99+108+114=321 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.84% from 321); Green value is 108 (42.58% from 255 or 33.64% from 321); Blue value is 114 (44.92% from 255 or 35.51% from 321); Max value from RGB is 114 - color contains mainly: blue. Hex color #636C72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636C72 is #9C938D. Grayscale: #696969. Windows color (decimal): -10261390 or 7498851. OLE color: 7498851.
HSL color Cylindrical-coordinate representation of color #636C72: hue angle of 204º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #636C72 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 99 | 108 | 114 | - |
| CMYK | 0.13 | 0.05 | 0 | 0.55 |
| HSL | 204º | 0.07% | 0.42% | - |
| HSV(B) | 204º | 0.13% | 0.45% | - |
| XYZ | 13.55 | 14.59 | 18.02 | - |
| YUV | 105.99 | 132.52 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 108 | 114 | 0.13 | 0.05 | 0 | 0.55 | 204 | 0.07 | 0.42 |
| Hex | 63 | 6C | 72 | D | 5 | 0 | 37 | CC | 7 | 2A |
| Octal | 143 | 154 | 162 | 15 | 5 | 0 | 67 | 314 | 7 | 52 |
| Binary | 1100011 | 1101100 | 1110010 | 1101 | 101 | 0 | 110111 | 11001100 | 111 | 101010 |
Color Harmonies of #636C72
Complementary color
Monochromatic Colors of #636C72
Black with #636C72
Text Example
Text Example
White with #636C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636C72; }
p { color: rgb(99,108,114); }
H1.HeaderClassName
{
color: #636C72;
}
.AnyTagClassName
{
color: #636C72;
}
</style>
background-color css
<style>
a { background-color: #636C72; }
a { background-color: rgb(99,108,114); }
div.DivClassName
{
background-color: #636C72;
}
.BgClassName
{
background-color: #636C72;
}
</style>
border-color css
<style>
span { border-color: #636C72; }
span { border-color: rgb(99,108,114); }
td.TdClassName
{
border-color: #636C72;
}
.TagClassName
{
border-color: #636C72;
}
</style>