Shades of Pale Sky #656D70
Tints of Pale Sky #656D70
RGB
CMYK
RGB Variations
Color information
#656D70 (or 0x656D70) is known color: Pale Sky. HEX triplet: 65, 6D and 70. RGB value is (101,109,112). Sum of RGB (Red+Green+Blue) = 101+109+112=322 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.37% from 322); Green value is 109 (42.97% from 255 or 33.85% from 322); Blue value is 112 (44.14% from 255 or 34.78% from 322); Max value from RGB is 112 - color contains mainly: blue. Hex color #656D70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656D70 is #9A928F. Grayscale: #6A6A6A. Windows color (decimal): -10130064 or 7368037. OLE color: 7368037.
HSL color Cylindrical-coordinate representation of color #656D70: hue angle of 196.36º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #656D70 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 101 | 109 | 112 | - |
| CMYK | 0.10 | 0.03 | 0 | 0.56 |
| HSL | 196.36º | 0.05% | 0.42% | - |
| HSV(B) | 196.36º | 0.1% | 0.44% | - |
| XYZ | 13.76 | 14.87 | 17.47 | - |
| YUV | 106.95 | 130.85 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 109 | 112 | 0.10 | 0.03 | 0 | 0.56 | 196.36 | 0.05 | 0.42 |
| Hex | 65 | 6D | 70 | A | 3 | 0 | 38 | C4 | 5 | 2A |
| Octal | 145 | 155 | 160 | 12 | 3 | 0 | 70 | 304 | 5 | 52 |
| Binary | 1100101 | 1101101 | 1110000 | 1010 | 11 | 0 | 111000 | 11000100 | 101 | 101010 |
Color Harmonies of #656D70
Complementary color
Monochromatic Colors of #656D70
Black with #656D70
Text Example
Text Example
White with #656D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656D70; }
p { color: rgb(101,109,112); }
H1.HeaderClassName
{
color: #656D70;
}
.AnyTagClassName
{
color: #656D70;
}
</style>
background-color css
<style>
a { background-color: #656D70; }
a { background-color: rgb(101,109,112); }
div.DivClassName
{
background-color: #656D70;
}
.BgClassName
{
background-color: #656D70;
}
</style>
border-color css
<style>
span { border-color: #656D70; }
span { border-color: rgb(101,109,112); }
td.TdClassName
{
border-color: #656D70;
}
.TagClassName
{
border-color: #656D70;
}
</style>