Shades of Pale Sky #616E71
Tints of Pale Sky #616E71
RGB
CMYK
RGB Variations
Color information
#616E71 (or 0x616E71) is known color: Pale Sky. HEX triplet: 61, 6E and 71. RGB value is (97,110,113). Sum of RGB (Red+Green+Blue) = 97+110+113=320 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.31% from 320); Green value is 110 (43.36% from 255 or 34.38% from 320); Blue value is 113 (44.53% from 255 or 35.31% from 320); Max value from RGB is 113 - color contains mainly: blue. Hex color #616E71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616E71 is #9E918E. Grayscale: #6A6A6A. Windows color (decimal): -10391951 or 7433825. OLE color: 7433825.
HSL color Cylindrical-coordinate representation of color #616E71: hue angle of 191.25º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #616E71 is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 97 | 110 | 113 | - |
| CMYK | 0.14 | 0.03 | 0 | 0.56 |
| HSL | 191.25º | 0.08% | 0.41% | - |
| HSV(B) | 191.25º | 0.14% | 0.44% | - |
| XYZ | 13.49 | 14.89 | 17.79 | - |
| YUV | 106.46 | 131.69 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 110 | 113 | 0.14 | 0.03 | 0 | 0.56 | 191.25 | 0.08 | 0.41 |
| Hex | 61 | 6E | 71 | E | 3 | 0 | 38 | BF | 8 | 29 |
| Octal | 141 | 156 | 161 | 16 | 3 | 0 | 70 | 277 | 10 | 51 |
| Binary | 1100001 | 1101110 | 1110001 | 1110 | 11 | 0 | 111000 | 10111111 | 1000 | 101001 |
Color Harmonies of #616E71
Complementary color
Monochromatic Colors of #616E71
Black with #616E71
Text Example
Text Example
White with #616E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616E71; }
p { color: rgb(97,110,113); }
H1.HeaderClassName
{
color: #616E71;
}
.AnyTagClassName
{
color: #616E71;
}
</style>
background-color css
<style>
a { background-color: #616E71; }
a { background-color: rgb(97,110,113); }
div.DivClassName
{
background-color: #616E71;
}
.BgClassName
{
background-color: #616E71;
}
</style>
border-color css
<style>
span { border-color: #616E71; }
span { border-color: rgb(97,110,113); }
td.TdClassName
{
border-color: #616E71;
}
.TagClassName
{
border-color: #616E71;
}
</style>