Shades of Pale Sky #636F74
Tints of Pale Sky #636F74
RGB
CMYK
RGB Variations
Color information
#636F74 (or 0x636F74) is known color: Pale Sky. HEX triplet: 63, 6F and 74. RGB value is (99,111,116). Sum of RGB (Red+Green+Blue) = 99+111+116=326 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.37% from 326); Green value is 111 (43.75% from 255 or 34.05% from 326); Blue value is 116 (45.70% from 255 or 35.58% from 326); Max value from RGB is 116 - color contains mainly: blue. Hex color #636F74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636F74 is #9C908B. Grayscale: #6B6B6B. Windows color (decimal): -10260620 or 7630691. OLE color: 7630691.
HSL color Cylindrical-coordinate representation of color #636F74: hue angle of 197.65º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #636F74 is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 99 | 111 | 116 | - |
| CMYK | 0.15 | 0.04 | 0 | 0.55 |
| HSL | 197.65º | 0.08% | 0.42% | - |
| HSV(B) | 197.65º | 0.15% | 0.45% | - |
| XYZ | 13.98 | 15.28 | 18.74 | - |
| YUV | 107.98 | 132.52 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 111 | 116 | 0.15 | 0.04 | 0 | 0.55 | 197.65 | 0.08 | 0.42 |
| Hex | 63 | 6F | 74 | F | 4 | 0 | 37 | C6 | 8 | 2A |
| Octal | 143 | 157 | 164 | 17 | 4 | 0 | 67 | 306 | 10 | 52 |
| Binary | 1100011 | 1101111 | 1110100 | 1111 | 100 | 0 | 110111 | 11000110 | 1000 | 101010 |
Color Harmonies of #636F74
Complementary color
Monochromatic Colors of #636F74
Black with #636F74
Text Example
Text Example
White with #636F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636F74; }
p { color: rgb(99,111,116); }
H1.HeaderClassName
{
color: #636F74;
}
.AnyTagClassName
{
color: #636F74;
}
</style>
background-color css
<style>
a { background-color: #636F74; }
a { background-color: rgb(99,111,116); }
div.DivClassName
{
background-color: #636F74;
}
.BgClassName
{
background-color: #636F74;
}
</style>
border-color css
<style>
span { border-color: #636F74; }
span { border-color: rgb(99,111,116); }
td.TdClassName
{
border-color: #636F74;
}
.TagClassName
{
border-color: #636F74;
}
</style>