Shades of Mid Grey #636B71
Tints of Mid Grey #636B71
RGB
CMYK
RGB Variations
Color information
#636B71 (or 0x636B71) is known color: Mid Grey. HEX triplet: 63, 6B and 71. RGB value is (99,107,113). Sum of RGB (Red+Green+Blue) = 99+107+113=319 (42% of max value = 765). Red value is 99 (39.06% from 255 or 31.03% from 319); Green value is 107 (42.19% from 255 or 33.54% from 319); Blue value is 113 (44.53% from 255 or 35.42% from 319); Max value from RGB is 113 - color contains mainly: blue. Hex color #636B71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636B71 is #9C948E. Grayscale: #696969. Windows color (decimal): -10261647 or 7433059. OLE color: 7433059.
HSL color Cylindrical-coordinate representation of color #636B71: hue angle of 205.71º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #636B71 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 99 | 107 | 113 | - |
| CMYK | 0.12 | 0.05 | 0 | 0.56 |
| HSL | 205.71º | 0.07% | 0.42% | - |
| HSV(B) | 205.71º | 0.12% | 0.44% | - |
| XYZ | 13.38 | 14.36 | 17.69 | - |
| YUV | 105.29 | 132.35 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 107 | 113 | 0.12 | 0.05 | 0 | 0.56 | 205.71 | 0.07 | 0.42 |
| Hex | 63 | 6B | 71 | C | 5 | 0 | 38 | CE | 7 | 2A |
| Octal | 143 | 153 | 161 | 14 | 5 | 0 | 70 | 316 | 7 | 52 |
| Binary | 1100011 | 1101011 | 1110001 | 1100 | 101 | 0 | 111000 | 11001110 | 111 | 101010 |
Color Harmonies of #636B71
Complementary color
Monochromatic Colors of #636B71
Black with #636B71
Text Example
Text Example
White with #636B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636B71; }
p { color: rgb(99,107,113); }
H1.HeaderClassName
{
color: #636B71;
}
.AnyTagClassName
{
color: #636B71;
}
</style>
background-color css
<style>
a { background-color: #636B71; }
a { background-color: rgb(99,107,113); }
div.DivClassName
{
background-color: #636B71;
}
.BgClassName
{
background-color: #636B71;
}
</style>
border-color css
<style>
span { border-color: #636B71; }
span { border-color: rgb(99,107,113); }
td.TdClassName
{
border-color: #636B71;
}
.TagClassName
{
border-color: #636B71;
}
</style>