Shades of Pale Sky #636F72
Tints of Pale Sky #636F72
RGB
CMYK
RGB Variations
Color information
#636F72 (or 0x636F72) is known color: Pale Sky. HEX triplet: 63, 6F and 72. RGB value is (99,111,114). Sum of RGB (Red+Green+Blue) = 99+111+114=324 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.56% from 324); Green value is 111 (43.75% from 255 or 34.26% from 324); Blue value is 114 (44.92% from 255 or 35.19% from 324); Max value from RGB is 114 - color contains mainly: blue. Hex color #636F72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636F72 is #9C908D. Grayscale: #6B6B6B. Windows color (decimal): -10260622 or 7499619. OLE color: 7499619.
HSL color Cylindrical-coordinate representation of color #636F72: hue angle of 192º 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 #636F72 is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 99 | 111 | 114 | - |
| CMYK | 0.13 | 0.03 | 0 | 0.55 |
| HSL | 192º | 0.07% | 0.42% | - |
| HSV(B) | 192º | 0.13% | 0.45% | - |
| XYZ | 13.87 | 15.24 | 18.13 | - |
| YUV | 107.75 | 131.52 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 111 | 114 | 0.13 | 0.03 | 0 | 0.55 | 192 | 0.07 | 0.42 |
| Hex | 63 | 6F | 72 | D | 3 | 0 | 37 | C0 | 7 | 2A |
| Octal | 143 | 157 | 162 | 15 | 3 | 0 | 67 | 300 | 7 | 52 |
| Binary | 1100011 | 1101111 | 1110010 | 1101 | 11 | 0 | 110111 | 11000000 | 111 | 101010 |
Color Harmonies of #636F72
Complementary color
Monochromatic Colors of #636F72
Black with #636F72
Text Example
Text Example
White with #636F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636F72; }
p { color: rgb(99,111,114); }
H1.HeaderClassName
{
color: #636F72;
}
.AnyTagClassName
{
color: #636F72;
}
</style>
background-color css
<style>
a { background-color: #636F72; }
a { background-color: rgb(99,111,114); }
div.DivClassName
{
background-color: #636F72;
}
.BgClassName
{
background-color: #636F72;
}
</style>
border-color css
<style>
span { border-color: #636F72; }
span { border-color: rgb(99,111,114); }
td.TdClassName
{
border-color: #636F72;
}
.TagClassName
{
border-color: #636F72;
}
</style>