Shades of Pale Sky #616A6C
Tints of Pale Sky #616A6C
RGB
CMYK
RGB Variations
Color information
#616A6C (or 0x616A6C) is known color: Pale Sky. HEX triplet: 61, 6A and 6C. RGB value is (97,106,108). Sum of RGB (Red+Green+Blue) = 97+106+108=311 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.19% from 311); Green value is 106 (41.80% from 255 or 34.08% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 108 - color contains mainly: blue. Hex color #616A6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616A6C is #9E9593. Grayscale: #676767. Windows color (decimal): -10392980 or 7105121. OLE color: 7105121.
HSL color Cylindrical-coordinate representation of color #616A6C: hue angle of 190.91º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #616A6C is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 97 | 106 | 108 | - |
| CMYK | 0.10 | 0.02 | 0 | 0.58 |
| HSL | 190.91º | 0.05% | 0.4% | - |
| HSV(B) | 190.91º | 0.1% | 0.42% | - |
| XYZ | 12.79 | 13.93 | 16.2 | - |
| YUV | 103.54 | 130.52 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 106 | 108 | 0.10 | 0.02 | 0 | 0.58 | 190.91 | 0.05 | 0.4 |
| Hex | 61 | 6A | 6C | A | 2 | 0 | 3A | BF | 5 | 28 |
| Octal | 141 | 152 | 154 | 12 | 2 | 0 | 72 | 277 | 5 | 50 |
| Binary | 1100001 | 1101010 | 1101100 | 1010 | 10 | 0 | 111010 | 10111111 | 101 | 101000 |
Color Harmonies of #616A6C
Complementary color
Monochromatic Colors of #616A6C
Black with #616A6C
Text Example
Text Example
White with #616A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616A6C; }
p { color: rgb(97,106,108); }
H1.HeaderClassName
{
color: #616A6C;
}
.AnyTagClassName
{
color: #616A6C;
}
</style>
background-color css
<style>
a { background-color: #616A6C; }
a { background-color: rgb(97,106,108); }
div.DivClassName
{
background-color: #616A6C;
}
.BgClassName
{
background-color: #616A6C;
}
</style>
border-color css
<style>
span { border-color: #616A6C; }
span { border-color: rgb(97,106,108); }
td.TdClassName
{
border-color: #616A6C;
}
.TagClassName
{
border-color: #616A6C;
}
</style>