Shades of Pale Sky #656F73
Tints of Pale Sky #656F73
RGB
CMYK
RGB Variations
Color information
#656F73 (or 0x656F73) is known color: Pale Sky. HEX triplet: 65, 6F and 73. RGB value is (101,111,115). Sum of RGB (Red+Green+Blue) = 101+111+115=327 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.89% from 327); Green value is 111 (43.75% from 255 or 33.94% from 327); Blue value is 115 (45.31% from 255 or 35.17% from 327); Max value from RGB is 115 - color contains mainly: blue. Hex color #656F73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656F73 is #9A908C. Grayscale: #6C6C6C. Windows color (decimal): -10129549 or 7565157. OLE color: 7565157.
HSL color Cylindrical-coordinate representation of color #656F73: hue angle of 197.14º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #656F73 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 101 | 111 | 115 | - |
| CMYK | 0.12 | 0.03 | 0 | 0.55 |
| HSL | 197.14º | 0.06% | 0.42% | - |
| HSV(B) | 197.14º | 0.12% | 0.45% | - |
| XYZ | 14.15 | 15.37 | 18.44 | - |
| YUV | 108.47 | 131.69 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 111 | 115 | 0.12 | 0.03 | 0 | 0.55 | 197.14 | 0.06 | 0.42 |
| Hex | 65 | 6F | 73 | C | 3 | 0 | 37 | C5 | 6 | 2A |
| Octal | 145 | 157 | 163 | 14 | 3 | 0 | 67 | 305 | 6 | 52 |
| Binary | 1100101 | 1101111 | 1110011 | 1100 | 11 | 0 | 110111 | 11000101 | 110 | 101010 |
Color Harmonies of #656F73
Complementary color
Monochromatic Colors of #656F73
Black with #656F73
Text Example
Text Example
White with #656F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656F73; }
p { color: rgb(101,111,115); }
H1.HeaderClassName
{
color: #656F73;
}
.AnyTagClassName
{
color: #656F73;
}
</style>
background-color css
<style>
a { background-color: #656F73; }
a { background-color: rgb(101,111,115); }
div.DivClassName
{
background-color: #656F73;
}
.BgClassName
{
background-color: #656F73;
}
</style>
border-color css
<style>
span { border-color: #656F73; }
span { border-color: rgb(101,111,115); }
td.TdClassName
{
border-color: #656F73;
}
.TagClassName
{
border-color: #656F73;
}
</style>