Shades of Pale Sky #636D72
Tints of Pale Sky #636D72
RGB
CMYK
RGB Variations
Color information
#636D72 (or 0x636D72) is known color: Pale Sky. HEX triplet: 63, 6D and 72. RGB value is (99,109,114). Sum of RGB (Red+Green+Blue) = 99+109+114=322 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.75% from 322); Green value is 109 (42.97% from 255 or 33.85% from 322); Blue value is 114 (44.92% from 255 or 35.40% from 322); Max value from RGB is 114 - color contains mainly: blue. Hex color #636D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636D72 is #9C928D. Grayscale: #6A6A6A. Windows color (decimal): -10261134 or 7499107. OLE color: 7499107.
HSL color Cylindrical-coordinate representation of color #636D72: hue angle of 200º 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 #636D72 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 99 | 109 | 114 | - |
| CMYK | 0.13 | 0.04 | 0 | 0.55 |
| HSL | 200º | 0.07% | 0.42% | - |
| HSV(B) | 200º | 0.13% | 0.45% | - |
| XYZ | 13.65 | 14.8 | 18.06 | - |
| YUV | 106.58 | 132.19 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 109 | 114 | 0.13 | 0.04 | 0 | 0.55 | 200 | 0.07 | 0.42 |
| Hex | 63 | 6D | 72 | D | 4 | 0 | 37 | C8 | 7 | 2A |
| Octal | 143 | 155 | 162 | 15 | 4 | 0 | 67 | 310 | 7 | 52 |
| Binary | 1100011 | 1101101 | 1110010 | 1101 | 100 | 0 | 110111 | 11001000 | 111 | 101010 |
Color Harmonies of #636D72
Complementary color
Monochromatic Colors of #636D72
Black with #636D72
Text Example
Text Example
White with #636D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636D72; }
p { color: rgb(99,109,114); }
H1.HeaderClassName
{
color: #636D72;
}
.AnyTagClassName
{
color: #636D72;
}
</style>
background-color css
<style>
a { background-color: #636D72; }
a { background-color: rgb(99,109,114); }
div.DivClassName
{
background-color: #636D72;
}
.BgClassName
{
background-color: #636D72;
}
</style>
border-color css
<style>
span { border-color: #636D72; }
span { border-color: rgb(99,109,114); }
td.TdClassName
{
border-color: #636D72;
}
.TagClassName
{
border-color: #636D72;
}
</style>