Shades of Pale Sky #657274
Tints of Pale Sky #657274
RGB
CMYK
RGB Variations
Color information
#657274 (or 0x657274) is known color: Pale Sky. HEX triplet: 65, 72 and 74. RGB value is (101,114,116). Sum of RGB (Red+Green+Blue) = 101+114+116=331 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.51% from 331); Green value is 114 (44.92% from 255 or 34.44% from 331); Blue value is 116 (45.70% from 255 or 35.05% from 331); Max value from RGB is 116 - color contains mainly: blue. Hex color #657274 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657274 is #9A8D8B. Grayscale: #6E6E6E. Windows color (decimal): -10128780 or 7631461. OLE color: 7631461.
HSL color Cylindrical-coordinate representation of color #657274: hue angle of 188º 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 #657274 is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 101 | 114 | 116 | - |
| CMYK | 0.13 | 0.02 | 0 | 0.55 |
| HSL | 188º | 0.07% | 0.43% | - |
| HSV(B) | 188º | 0.13% | 0.45% | - |
| XYZ | 14.54 | 16.06 | 18.86 | - |
| YUV | 110.34 | 131.19 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 114 | 116 | 0.13 | 0.02 | 0 | 0.55 | 188 | 0.07 | 0.43 |
| Hex | 65 | 72 | 74 | D | 2 | 0 | 37 | BC | 7 | 2B |
| Octal | 145 | 162 | 164 | 15 | 2 | 0 | 67 | 274 | 7 | 53 |
| Binary | 1100101 | 1110010 | 1110100 | 1101 | 10 | 0 | 110111 | 10111100 | 111 | 101011 |
Color Harmonies of #657274
Complementary color
Monochromatic Colors of #657274
Black with #657274
Text Example
Text Example
White with #657274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657274; }
p { color: rgb(101,114,116); }
H1.HeaderClassName
{
color: #657274;
}
.AnyTagClassName
{
color: #657274;
}
</style>
background-color css
<style>
a { background-color: #657274; }
a { background-color: rgb(101,114,116); }
div.DivClassName
{
background-color: #657274;
}
.BgClassName
{
background-color: #657274;
}
</style>
border-color css
<style>
span { border-color: #657274; }
span { border-color: rgb(101,114,116); }
td.TdClassName
{
border-color: #657274;
}
.TagClassName
{
border-color: #657274;
}
</style>