Shades of Pale Sky #616F72
Tints of Pale Sky #616F72
RGB
CMYK
RGB Variations
Color information
#616F72 (or 0x616F72) is known color: Pale Sky. HEX triplet: 61, 6F and 72. RGB value is (97,111,114). Sum of RGB (Red+Green+Blue) = 97+111+114=322 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.12% from 322); Green value is 111 (43.75% from 255 or 34.47% from 322); Blue value is 114 (44.92% from 255 or 35.40% from 322); Max value from RGB is 114 - color contains mainly: blue. Hex color #616F72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616F72 is #9E908D. Grayscale: #6B6B6B. Windows color (decimal): -10391694 or 7499617. OLE color: 7499617.
HSL color Cylindrical-coordinate representation of color #616F72: hue angle of 190.59º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #616F72 is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 97 | 111 | 114 | - |
| CMYK | 0.15 | 0.03 | 0 | 0.55 |
| HSL | 190.59º | 0.08% | 0.41% | - |
| HSV(B) | 190.59º | 0.15% | 0.45% | - |
| XYZ | 13.65 | 15.13 | 18.12 | - |
| YUV | 107.16 | 131.86 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 111 | 114 | 0.15 | 0.03 | 0 | 0.55 | 190.59 | 0.08 | 0.41 |
| Hex | 61 | 6F | 72 | F | 3 | 0 | 37 | BF | 8 | 29 |
| Octal | 141 | 157 | 162 | 17 | 3 | 0 | 67 | 277 | 10 | 51 |
| Binary | 1100001 | 1101111 | 1110010 | 1111 | 11 | 0 | 110111 | 10111111 | 1000 | 101001 |
Color Harmonies of #616F72
Complementary color
Monochromatic Colors of #616F72
Black with #616F72
Text Example
Text Example
White with #616F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616F72; }
p { color: rgb(97,111,114); }
H1.HeaderClassName
{
color: #616F72;
}
.AnyTagClassName
{
color: #616F72;
}
</style>
background-color css
<style>
a { background-color: #616F72; }
a { background-color: rgb(97,111,114); }
div.DivClassName
{
background-color: #616F72;
}
.BgClassName
{
background-color: #616F72;
}
</style>
border-color css
<style>
span { border-color: #616F72; }
span { border-color: rgb(97,111,114); }
td.TdClassName
{
border-color: #616F72;
}
.TagClassName
{
border-color: #616F72;
}
</style>