Shades of Pale Sky #656F74
Tints of Pale Sky #656F74
RGB
CMYK
RGB Variations
Color information
#656F74 (or 0x656F74) is known color: Pale Sky. HEX triplet: 65, 6F and 74. RGB value is (101,111,116). Sum of RGB (Red+Green+Blue) = 101+111+116=328 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.79% from 328); Green value is 111 (43.75% from 255 or 33.84% from 328); Blue value is 116 (45.70% from 255 or 35.37% from 328); Max value from RGB is 116 - color contains mainly: blue. Hex color #656F74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656F74 is #9A908B. Grayscale: #6C6C6C. Windows color (decimal): -10129548 or 7630693. OLE color: 7630693.
HSL color Cylindrical-coordinate representation of color #656F74: hue angle of 200º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #656F74 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 101 | 111 | 116 | - |
| CMYK | 0.13 | 0.04 | 0 | 0.55 |
| HSL | 200º | 0.07% | 0.43% | - |
| HSV(B) | 200º | 0.13% | 0.45% | - |
| XYZ | 14.2 | 15.4 | 18.75 | - |
| YUV | 108.58 | 132.19 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 111 | 116 | 0.13 | 0.04 | 0 | 0.55 | 200 | 0.07 | 0.43 |
| Hex | 65 | 6F | 74 | D | 4 | 0 | 37 | C8 | 7 | 2B |
| Octal | 145 | 157 | 164 | 15 | 4 | 0 | 67 | 310 | 7 | 53 |
| Binary | 1100101 | 1101111 | 1110100 | 1101 | 100 | 0 | 110111 | 11001000 | 111 | 101011 |
Color Harmonies of #656F74
Complementary color
Monochromatic Colors of #656F74
Black with #656F74
Text Example
Text Example
White with #656F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656F74; }
p { color: rgb(101,111,116); }
H1.HeaderClassName
{
color: #656F74;
}
.AnyTagClassName
{
color: #656F74;
}
</style>
background-color css
<style>
a { background-color: #656F74; }
a { background-color: rgb(101,111,116); }
div.DivClassName
{
background-color: #656F74;
}
.BgClassName
{
background-color: #656F74;
}
</style>
border-color css
<style>
span { border-color: #656F74; }
span { border-color: rgb(101,111,116); }
td.TdClassName
{
border-color: #656F74;
}
.TagClassName
{
border-color: #656F74;
}
</style>