Shades of Pale Sky #617174
Tints of Pale Sky #617174
RGB
CMYK
RGB Variations
Color information
#617174 (or 0x617174) is known color: Pale Sky. HEX triplet: 61, 71 and 74. RGB value is (97,113,116). Sum of RGB (Red+Green+Blue) = 97+113+116=326 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.75% from 326); Green value is 113 (44.53% from 255 or 34.66% from 326); Blue value is 116 (45.70% from 255 or 35.58% from 326); Max value from RGB is 116 - color contains mainly: blue. Hex color #617174 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617174 is #9E8E8B. Grayscale: #6C6C6C. Windows color (decimal): -10391180 or 7631201. OLE color: 7631201.
HSL color Cylindrical-coordinate representation of color #617174: hue angle of 189.47º degrees, saturation: 0.09, 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 #617174 is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 97 | 113 | 116 | - |
| CMYK | 0.16 | 0.03 | 0 | 0.55 |
| HSL | 189.47º | 0.09% | 0.42% | - |
| HSV(B) | 189.47º | 0.16% | 0.45% | - |
| XYZ | 13.99 | 15.61 | 18.8 | - |
| YUV | 108.56 | 132.2 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 113 | 116 | 0.16 | 0.03 | 0 | 0.55 | 189.47 | 0.09 | 0.42 |
| Hex | 61 | 71 | 74 | 10 | 3 | 0 | 37 | BD | 9 | 2A |
| Octal | 141 | 161 | 164 | 20 | 3 | 0 | 67 | 275 | 11 | 52 |
| Binary | 1100001 | 1110001 | 1110100 | 10000 | 11 | 0 | 110111 | 10111101 | 1001 | 101010 |
Color Harmonies of #617174
Complementary color
Monochromatic Colors of #617174
Black with #617174
Text Example
Text Example
White with #617174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617174; }
p { color: rgb(97,113,116); }
H1.HeaderClassName
{
color: #617174;
}
.AnyTagClassName
{
color: #617174;
}
</style>
background-color css
<style>
a { background-color: #617174; }
a { background-color: rgb(97,113,116); }
div.DivClassName
{
background-color: #617174;
}
.BgClassName
{
background-color: #617174;
}
</style>
border-color css
<style>
span { border-color: #617174; }
span { border-color: rgb(97,113,116); }
td.TdClassName
{
border-color: #617174;
}
.TagClassName
{
border-color: #617174;
}
</style>