Shades of Pale Sky #656C6D
Tints of Pale Sky #656C6D
RGB
CMYK
RGB Variations
Color information
#656C6D (or 0x656C6D) is known color: Pale Sky. HEX triplet: 65, 6C and 6D. RGB value is (101,108,109). Sum of RGB (Red+Green+Blue) = 101+108+109=318 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.76% from 318); Green value is 108 (42.58% from 255 or 33.96% from 318); Blue value is 109 (42.97% from 255 or 34.28% from 318); Max value from RGB is 109 - color contains mainly: blue. Hex color #656C6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656C6D is #9A9392. Grayscale: #6A6A6A. Windows color (decimal): -10130323 or 7171173. OLE color: 7171173.
HSL color Cylindrical-coordinate representation of color #656C6D: hue angle of 187.5º degrees, saturation: 0.04, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #656C6D is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 101 | 108 | 109 | - |
| CMYK | 0.07 | 0.01 | 0 | 0.57 |
| HSL | 187.5º | 0.04% | 0.41% | - |
| HSV(B) | 187.5º | 0.07% | 0.43% | - |
| XYZ | 13.49 | 14.6 | 16.57 | - |
| YUV | 106.02 | 129.68 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 108 | 109 | 0.07 | 0.01 | 0 | 0.57 | 187.5 | 0.04 | 0.41 |
| Hex | 65 | 6C | 6D | 7 | 1 | 0 | 39 | BC | 4 | 29 |
| Octal | 145 | 154 | 155 | 7 | 1 | 0 | 71 | 274 | 4 | 51 |
| Binary | 1100101 | 1101100 | 1101101 | 111 | 1 | 0 | 111001 | 10111100 | 100 | 101001 |
Color Harmonies of #656C6D
Complementary color
Monochromatic Colors of #656C6D
Black with #656C6D
Text Example
Text Example
White with #656C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656C6D; }
p { color: rgb(101,108,109); }
H1.HeaderClassName
{
color: #656C6D;
}
.AnyTagClassName
{
color: #656C6D;
}
</style>
background-color css
<style>
a { background-color: #656C6D; }
a { background-color: rgb(101,108,109); }
div.DivClassName
{
background-color: #656C6D;
}
.BgClassName
{
background-color: #656C6D;
}
</style>
border-color css
<style>
span { border-color: #656C6D; }
span { border-color: rgb(101,108,109); }
td.TdClassName
{
border-color: #656C6D;
}
.TagClassName
{
border-color: #656C6D;
}
</style>