Shades of Pale Sky #616D73
Tints of Pale Sky #616D73
RGB
CMYK
RGB Variations
Color information
#616D73 (or 0x616D73) is known color: Pale Sky. HEX triplet: 61, 6D and 73. RGB value is (97,109,115). Sum of RGB (Red+Green+Blue) = 97+109+115=321 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.22% from 321); Green value is 109 (42.97% from 255 or 33.96% from 321); Blue value is 115 (45.31% from 255 or 35.83% from 321); Max value from RGB is 115 - color contains mainly: blue. Hex color #616D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616D73 is #9E928C. Grayscale: #6A6A6A. Windows color (decimal): -10392205 or 7564641. OLE color: 7564641.
HSL color Cylindrical-coordinate representation of color #616D73: hue angle of 200º 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 #616D73 is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 97 | 109 | 115 | - |
| CMYK | 0.16 | 0.05 | 0 | 0.55 |
| HSL | 200º | 0.08% | 0.42% | - |
| HSV(B) | 200º | 0.16% | 0.45% | - |
| XYZ | 13.49 | 14.72 | 18.35 | - |
| YUV | 106.1 | 133.02 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 109 | 115 | 0.16 | 0.05 | 0 | 0.55 | 200 | 0.08 | 0.42 |
| Hex | 61 | 6D | 73 | 10 | 5 | 0 | 37 | C8 | 8 | 2A |
| Octal | 141 | 155 | 163 | 20 | 5 | 0 | 67 | 310 | 10 | 52 |
| Binary | 1100001 | 1101101 | 1110011 | 10000 | 101 | 0 | 110111 | 11001000 | 1000 | 101010 |
Color Harmonies of #616D73
Complementary color
Monochromatic Colors of #616D73
Black with #616D73
Text Example
Text Example
White with #616D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616D73; }
p { color: rgb(97,109,115); }
H1.HeaderClassName
{
color: #616D73;
}
.AnyTagClassName
{
color: #616D73;
}
</style>
background-color css
<style>
a { background-color: #616D73; }
a { background-color: rgb(97,109,115); }
div.DivClassName
{
background-color: #616D73;
}
.BgClassName
{
background-color: #616D73;
}
</style>
border-color css
<style>
span { border-color: #616D73; }
span { border-color: rgb(97,109,115); }
td.TdClassName
{
border-color: #616D73;
}
.TagClassName
{
border-color: #616D73;
}
</style>