Shades of Pale Sky #616C6F
Tints of Pale Sky #616C6F
RGB
CMYK
RGB Variations
Color information
#616C6F (or 0x616C6F) is known color: Pale Sky. HEX triplet: 61, 6C and 6F. RGB value is (97,108,111). Sum of RGB (Red+Green+Blue) = 97+108+111=316 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.70% from 316); Green value is 108 (42.58% from 255 or 34.18% from 316); Blue value is 111 (43.75% from 255 or 35.13% from 316); Max value from RGB is 111 - color contains mainly: blue. Hex color #616C6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616C6F is #9E9390. Grayscale: #696969. Windows color (decimal): -10392465 or 7302241. OLE color: 7302241.
HSL color Cylindrical-coordinate representation of color #616C6F: hue angle of 192.86º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #616C6F is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 97 | 108 | 111 | - |
| CMYK | 0.13 | 0.03 | 0 | 0.56 |
| HSL | 192.86º | 0.07% | 0.41% | - |
| HSV(B) | 192.86º | 0.13% | 0.44% | - |
| XYZ | 13.16 | 14.41 | 17.13 | - |
| YUV | 105.05 | 131.36 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 108 | 111 | 0.13 | 0.03 | 0 | 0.56 | 192.86 | 0.07 | 0.41 |
| Hex | 61 | 6C | 6F | D | 3 | 0 | 38 | C1 | 7 | 29 |
| Octal | 141 | 154 | 157 | 15 | 3 | 0 | 70 | 301 | 7 | 51 |
| Binary | 1100001 | 1101100 | 1101111 | 1101 | 11 | 0 | 111000 | 11000001 | 111 | 101001 |
Color Harmonies of #616C6F
Complementary color
Monochromatic Colors of #616C6F
Black with #616C6F
Text Example
Text Example
White with #616C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616C6F; }
p { color: rgb(97,108,111); }
H1.HeaderClassName
{
color: #616C6F;
}
.AnyTagClassName
{
color: #616C6F;
}
</style>
background-color css
<style>
a { background-color: #616C6F; }
a { background-color: rgb(97,108,111); }
div.DivClassName
{
background-color: #616C6F;
}
.BgClassName
{
background-color: #616C6F;
}
</style>
border-color css
<style>
span { border-color: #616C6F; }
span { border-color: rgb(97,108,111); }
td.TdClassName
{
border-color: #616C6F;
}
.TagClassName
{
border-color: #616C6F;
}
</style>