Shades of Mid Grey #636C75
Tints of Mid Grey #636C75
RGB
CMYK
RGB Variations
Color information
#636C75 (or 0x636C75) is known color: Mid Grey. HEX triplet: 63, 6C and 75. RGB value is (99,108,117). Sum of RGB (Red+Green+Blue) = 99+108+117=324 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.56% from 324); Green value is 108 (42.58% from 255 or 33.33% from 324); Blue value is 117 (46.09% from 255 or 36.11% from 324); Max value from RGB is 117 - color contains mainly: blue. Hex color #636C75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636C75 is #9C938A. Grayscale: #6A6A6A. Windows color (decimal): -10261387 or 7695459. OLE color: 7695459.
HSL color Cylindrical-coordinate representation of color #636C75: hue angle of 210º 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 #636C75 is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 99 | 108 | 117 | - |
| CMYK | 0.15 | 0.08 | 0 | 0.54 |
| HSL | 210º | 0.08% | 0.42% | - |
| HSV(B) | 210º | 0.15% | 0.46% | - |
| XYZ | 13.72 | 14.66 | 18.94 | - |
| YUV | 106.34 | 134.02 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 108 | 117 | 0.15 | 0.08 | 0 | 0.54 | 210 | 0.08 | 0.42 |
| Hex | 63 | 6C | 75 | F | 8 | 0 | 36 | D2 | 8 | 2A |
| Octal | 143 | 154 | 165 | 17 | 10 | 0 | 66 | 322 | 10 | 52 |
| Binary | 1100011 | 1101100 | 1110101 | 1111 | 1000 | 0 | 110110 | 11010010 | 1000 | 101010 |
Color Harmonies of #636C75
Complementary color
Monochromatic Colors of #636C75
Black with #636C75
Text Example
Text Example
White with #636C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636C75; }
p { color: rgb(99,108,117); }
H1.HeaderClassName
{
color: #636C75;
}
.AnyTagClassName
{
color: #636C75;
}
</style>
background-color css
<style>
a { background-color: #636C75; }
a { background-color: rgb(99,108,117); }
div.DivClassName
{
background-color: #636C75;
}
.BgClassName
{
background-color: #636C75;
}
</style>
border-color css
<style>
span { border-color: #636C75; }
span { border-color: rgb(99,108,117); }
td.TdClassName
{
border-color: #636C75;
}
.TagClassName
{
border-color: #636C75;
}
</style>