Shades of Pale Sky #656A6C
Tints of Pale Sky #656A6C
RGB
CMYK
RGB Variations
Color information
#656A6C (or 0x656A6C) is known color: Pale Sky. HEX triplet: 65, 6A and 6C. RGB value is (101,106,108). Sum of RGB (Red+Green+Blue) = 101+106+108=315 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.06% from 315); Green value is 106 (41.80% from 255 or 33.65% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 108 - color contains mainly: blue. Hex color #656A6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656A6C is #9A9593. Grayscale: #686868. Windows color (decimal): -10130836 or 7105125. OLE color: 7105125.
HSL color Cylindrical-coordinate representation of color #656A6C: hue angle of 197.14º degrees, saturation: 0.03, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #656A6C is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 101 | 106 | 108 | - |
| CMYK | 0.06 | 0.02 | 0 | 0.58 |
| HSL | 197.14º | 0.03% | 0.41% | - |
| HSV(B) | 197.14º | 0.06% | 0.42% | - |
| XYZ | 13.23 | 14.16 | 16.22 | - |
| YUV | 104.73 | 129.84 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 106 | 108 | 0.06 | 0.02 | 0 | 0.58 | 197.14 | 0.03 | 0.41 |
| Hex | 65 | 6A | 6C | 6 | 2 | 0 | 3A | C5 | 3 | 29 |
| Octal | 145 | 152 | 154 | 6 | 2 | 0 | 72 | 305 | 3 | 51 |
| Binary | 1100101 | 1101010 | 1101100 | 110 | 10 | 0 | 111010 | 11000101 | 11 | 101001 |
Color Harmonies of #656A6C
Complementary color
Monochromatic Colors of #656A6C
Black with #656A6C
Text Example
Text Example
White with #656A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656A6C; }
p { color: rgb(101,106,108); }
H1.HeaderClassName
{
color: #656A6C;
}
.AnyTagClassName
{
color: #656A6C;
}
</style>
background-color css
<style>
a { background-color: #656A6C; }
a { background-color: rgb(101,106,108); }
div.DivClassName
{
background-color: #656A6C;
}
.BgClassName
{
background-color: #656A6C;
}
</style>
border-color css
<style>
span { border-color: #656A6C; }
span { border-color: rgb(101,106,108); }
td.TdClassName
{
border-color: #656A6C;
}
.TagClassName
{
border-color: #656A6C;
}
</style>