Shades of Pale Sky #616A6E
Tints of Pale Sky #616A6E
RGB
CMYK
RGB Variations
Color information
#616A6E (or 0x616A6E) is known color: Pale Sky. HEX triplet: 61, 6A and 6E. RGB value is (97,106,110). Sum of RGB (Red+Green+Blue) = 97+106+110=313 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.99% from 313); Green value is 106 (41.80% from 255 or 33.87% from 313); Blue value is 110 (43.36% from 255 or 35.14% from 313); Max value from RGB is 110 - color contains mainly: blue. Hex color #616A6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616A6E is #9E9591. Grayscale: #676767. Windows color (decimal): -10392978 or 7236193. OLE color: 7236193.
HSL color Cylindrical-coordinate representation of color #616A6E: hue angle of 198.46º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #616A6E is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 97 | 106 | 110 | - |
| CMYK | 0.12 | 0.04 | 0 | 0.57 |
| HSL | 198.46º | 0.06% | 0.41% | - |
| HSV(B) | 198.46º | 0.12% | 0.43% | - |
| XYZ | 12.9 | 13.98 | 16.77 | - |
| YUV | 103.77 | 131.52 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 106 | 110 | 0.12 | 0.04 | 0 | 0.57 | 198.46 | 0.06 | 0.41 |
| Hex | 61 | 6A | 6E | C | 4 | 0 | 39 | C6 | 6 | 29 |
| Octal | 141 | 152 | 156 | 14 | 4 | 0 | 71 | 306 | 6 | 51 |
| Binary | 1100001 | 1101010 | 1101110 | 1100 | 100 | 0 | 111001 | 11000110 | 110 | 101001 |
Color Harmonies of #616A6E
Complementary color
Monochromatic Colors of #616A6E
Black with #616A6E
Text Example
Text Example
White with #616A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616A6E; }
p { color: rgb(97,106,110); }
H1.HeaderClassName
{
color: #616A6E;
}
.AnyTagClassName
{
color: #616A6E;
}
</style>
background-color css
<style>
a { background-color: #616A6E; }
a { background-color: rgb(97,106,110); }
div.DivClassName
{
background-color: #616A6E;
}
.BgClassName
{
background-color: #616A6E;
}
</style>
border-color css
<style>
span { border-color: #616A6E; }
span { border-color: rgb(97,106,110); }
td.TdClassName
{
border-color: #616A6E;
}
.TagClassName
{
border-color: #616A6E;
}
</style>