Shades of Pale Sky #616E73
Tints of Pale Sky #616E73
RGB
CMYK
RGB Variations
Color information
#616E73 (or 0x616E73) is known color: Pale Sky. HEX triplet: 61, 6E and 73. RGB value is (97,110,115). Sum of RGB (Red+Green+Blue) = 97+110+115=322 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.12% from 322); Green value is 110 (43.36% from 255 or 34.16% from 322); Blue value is 115 (45.31% from 255 or 35.71% from 322); Max value from RGB is 115 - color contains mainly: blue. Hex color #616E73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616E73 is #9E918C. Grayscale: #6A6A6A. Windows color (decimal): -10391949 or 7564897. OLE color: 7564897.
HSL color Cylindrical-coordinate representation of color #616E73: hue angle of 196.67º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #616E73 is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 97 | 110 | 115 | - |
| CMYK | 0.16 | 0.04 | 0 | 0.55 |
| HSL | 196.67º | 0.08% | 0.42% | - |
| HSV(B) | 196.67º | 0.16% | 0.45% | - |
| XYZ | 13.6 | 14.93 | 18.38 | - |
| YUV | 106.68 | 132.69 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 110 | 115 | 0.16 | 0.04 | 0 | 0.55 | 196.67 | 0.08 | 0.42 |
| Hex | 61 | 6E | 73 | 10 | 4 | 0 | 37 | C5 | 8 | 2A |
| Octal | 141 | 156 | 163 | 20 | 4 | 0 | 67 | 305 | 10 | 52 |
| Binary | 1100001 | 1101110 | 1110011 | 10000 | 100 | 0 | 110111 | 11000101 | 1000 | 101010 |
Color Harmonies of #616E73
Complementary color
Monochromatic Colors of #616E73
Black with #616E73
Text Example
Text Example
White with #616E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616E73; }
p { color: rgb(97,110,115); }
H1.HeaderClassName
{
color: #616E73;
}
.AnyTagClassName
{
color: #616E73;
}
</style>
background-color css
<style>
a { background-color: #616E73; }
a { background-color: rgb(97,110,115); }
div.DivClassName
{
background-color: #616E73;
}
.BgClassName
{
background-color: #616E73;
}
</style>
border-color css
<style>
span { border-color: #616E73; }
span { border-color: rgb(97,110,115); }
td.TdClassName
{
border-color: #616E73;
}
.TagClassName
{
border-color: #616E73;
}
</style>