Shades of Pale Sky #636E70
Tints of Pale Sky #636E70
RGB
CMYK
RGB Variations
Color information
#636E70 (or 0x636E70) is known color: Pale Sky. HEX triplet: 63, 6E and 70. RGB value is (99,110,112). Sum of RGB (Red+Green+Blue) = 99+110+112=321 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.84% from 321); Green value is 110 (43.36% from 255 or 34.27% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 112 - color contains mainly: blue. Hex color #636E70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636E70 is #9C918F. Grayscale: #6A6A6A. Windows color (decimal): -10260880 or 7368291. OLE color: 7368291.
HSL color Cylindrical-coordinate representation of color #636E70: hue angle of 189.23º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #636E70 is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 99 | 110 | 112 | - |
| CMYK | 0.12 | 0.02 | 0 | 0.56 |
| HSL | 189.23º | 0.06% | 0.41% | - |
| HSV(B) | 189.23º | 0.12% | 0.44% | - |
| XYZ | 13.65 | 14.97 | 17.5 | - |
| YUV | 106.94 | 130.86 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 110 | 112 | 0.12 | 0.02 | 0 | 0.56 | 189.23 | 0.06 | 0.41 |
| Hex | 63 | 6E | 70 | C | 2 | 0 | 38 | BD | 6 | 29 |
| Octal | 143 | 156 | 160 | 14 | 2 | 0 | 70 | 275 | 6 | 51 |
| Binary | 1100011 | 1101110 | 1110000 | 1100 | 10 | 0 | 111000 | 10111101 | 110 | 101001 |
Color Harmonies of #636E70
Complementary color
Monochromatic Colors of #636E70
Black with #636E70
Text Example
Text Example
White with #636E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636E70; }
p { color: rgb(99,110,112); }
H1.HeaderClassName
{
color: #636E70;
}
.AnyTagClassName
{
color: #636E70;
}
</style>
background-color css
<style>
a { background-color: #636E70; }
a { background-color: rgb(99,110,112); }
div.DivClassName
{
background-color: #636E70;
}
.BgClassName
{
background-color: #636E70;
}
</style>
border-color css
<style>
span { border-color: #636E70; }
span { border-color: rgb(99,110,112); }
td.TdClassName
{
border-color: #636E70;
}
.TagClassName
{
border-color: #636E70;
}
</style>