Shades of Pale Sky #657174
Tints of Pale Sky #657174
RGB
CMYK
RGB Variations
Color information
#657174 (or 0x657174) is known color: Pale Sky. HEX triplet: 65, 71 and 74. RGB value is (101,113,116). Sum of RGB (Red+Green+Blue) = 101+113+116=330 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.61% from 330); Green value is 113 (44.53% from 255 or 34.24% from 330); Blue value is 116 (45.70% from 255 or 35.15% from 330); Max value from RGB is 116 - color contains mainly: blue. Hex color #657174 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657174 is #9A8E8B. Grayscale: #6D6D6D. Windows color (decimal): -10129036 or 7631205. OLE color: 7631205.
HSL color Cylindrical-coordinate representation of color #657174: hue angle of 192º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #657174 is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 101 | 113 | 116 | - |
| CMYK | 0.13 | 0.03 | 0 | 0.55 |
| HSL | 192º | 0.07% | 0.43% | - |
| HSV(B) | 192º | 0.13% | 0.45% | - |
| XYZ | 14.42 | 15.84 | 18.82 | - |
| YUV | 109.75 | 131.52 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 113 | 116 | 0.13 | 0.03 | 0 | 0.55 | 192 | 0.07 | 0.43 |
| Hex | 65 | 71 | 74 | D | 3 | 0 | 37 | C0 | 7 | 2B |
| Octal | 145 | 161 | 164 | 15 | 3 | 0 | 67 | 300 | 7 | 53 |
| Binary | 1100101 | 1110001 | 1110100 | 1101 | 11 | 0 | 110111 | 11000000 | 111 | 101011 |
Color Harmonies of #657174
Complementary color
Monochromatic Colors of #657174
Black with #657174
Text Example
Text Example
White with #657174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657174; }
p { color: rgb(101,113,116); }
H1.HeaderClassName
{
color: #657174;
}
.AnyTagClassName
{
color: #657174;
}
</style>
background-color css
<style>
a { background-color: #657174; }
a { background-color: rgb(101,113,116); }
div.DivClassName
{
background-color: #657174;
}
.BgClassName
{
background-color: #657174;
}
</style>
border-color css
<style>
span { border-color: #657174; }
span { border-color: rgb(101,113,116); }
td.TdClassName
{
border-color: #657174;
}
.TagClassName
{
border-color: #657174;
}
</style>