Shades of Pale Sky #656E71
Tints of Pale Sky #656E71
RGB
CMYK
RGB Variations
Color information
#656E71 (or 0x656E71) is known color: Pale Sky. HEX triplet: 65, 6E and 71. RGB value is (101,110,113). Sum of RGB (Red+Green+Blue) = 101+110+113=324 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.17% from 324); Green value is 110 (43.36% from 255 or 33.95% from 324); Blue value is 113 (44.53% from 255 or 34.88% from 324); Max value from RGB is 113 - color contains mainly: blue. Hex color #656E71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656E71 is #9A918E. Grayscale: #6B6B6B. Windows color (decimal): -10129807 or 7433829. OLE color: 7433829.
HSL color Cylindrical-coordinate representation of color #656E71: hue angle of 195º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #656E71 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 101 | 110 | 113 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.56 |
| HSL | 195º | 0.06% | 0.42% | - |
| HSV(B) | 195º | 0.11% | 0.44% | - |
| XYZ | 13.92 | 15.11 | 17.81 | - |
| YUV | 107.65 | 131.02 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 110 | 113 | 0.11 | 0.03 | 0 | 0.56 | 195 | 0.06 | 0.42 |
| Hex | 65 | 6E | 71 | B | 3 | 0 | 38 | C3 | 6 | 2A |
| Octal | 145 | 156 | 161 | 13 | 3 | 0 | 70 | 303 | 6 | 52 |
| Binary | 1100101 | 1101110 | 1110001 | 1011 | 11 | 0 | 111000 | 11000011 | 110 | 101010 |
Color Harmonies of #656E71
Complementary color
Monochromatic Colors of #656E71
Black with #656E71
Text Example
Text Example
White with #656E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656E71; }
p { color: rgb(101,110,113); }
H1.HeaderClassName
{
color: #656E71;
}
.AnyTagClassName
{
color: #656E71;
}
</style>
background-color css
<style>
a { background-color: #656E71; }
a { background-color: rgb(101,110,113); }
div.DivClassName
{
background-color: #656E71;
}
.BgClassName
{
background-color: #656E71;
}
</style>
border-color css
<style>
span { border-color: #656E71; }
span { border-color: rgb(101,110,113); }
td.TdClassName
{
border-color: #656E71;
}
.TagClassName
{
border-color: #656E71;
}
</style>