Shades of Pale Sky #656F71
Tints of Pale Sky #656F71
RGB
CMYK
RGB Variations
Color information
#656F71 (or 0x656F71) is known color: Pale Sky. HEX triplet: 65, 6F and 71. RGB value is (101,111,113). Sum of RGB (Red+Green+Blue) = 101+111+113=325 (43% of max value = 765). Red value is 101 (39.84% from 255 or 31.08% from 325); Green value is 111 (43.75% from 255 or 34.15% from 325); Blue value is 113 (44.53% from 255 or 34.77% from 325); Max value from RGB is 113 - color contains mainly: blue. Hex color #656F71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656F71 is #9A908E. Grayscale: #6C6C6C. Windows color (decimal): -10129551 or 7434085. OLE color: 7434085.
HSL color Cylindrical-coordinate representation of color #656F71: hue angle of 190º 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 #656F71 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 101 | 111 | 113 | - |
| CMYK | 0.11 | 0.02 | 0 | 0.56 |
| HSL | 190º | 0.06% | 0.42% | - |
| HSV(B) | 190º | 0.11% | 0.44% | - |
| XYZ | 14.03 | 15.33 | 17.84 | - |
| YUV | 108.24 | 130.69 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 111 | 113 | 0.11 | 0.02 | 0 | 0.56 | 190 | 0.06 | 0.42 |
| Hex | 65 | 6F | 71 | B | 2 | 0 | 38 | BE | 6 | 2A |
| Octal | 145 | 157 | 161 | 13 | 2 | 0 | 70 | 276 | 6 | 52 |
| Binary | 1100101 | 1101111 | 1110001 | 1011 | 10 | 0 | 111000 | 10111110 | 110 | 101010 |
Color Harmonies of #656F71
Complementary color
Monochromatic Colors of #656F71
Black with #656F71
Text Example
Text Example
White with #656F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656F71; }
p { color: rgb(101,111,113); }
H1.HeaderClassName
{
color: #656F71;
}
.AnyTagClassName
{
color: #656F71;
}
</style>
background-color css
<style>
a { background-color: #656F71; }
a { background-color: rgb(101,111,113); }
div.DivClassName
{
background-color: #656F71;
}
.BgClassName
{
background-color: #656F71;
}
</style>
border-color css
<style>
span { border-color: #656F71; }
span { border-color: rgb(101,111,113); }
td.TdClassName
{
border-color: #656F71;
}
.TagClassName
{
border-color: #656F71;
}
</style>