Shades of Pale Sky #626D71
Tints of Pale Sky #626D71
RGB
CMYK
RGB Variations
Color information
#626D71 (or 0x626D71) is known color: Pale Sky. HEX triplet: 62, 6D and 71. RGB value is (98,109,113). Sum of RGB (Red+Green+Blue) = 98+109+113=320 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.62% from 320); Green value is 109 (42.97% from 255 or 34.06% from 320); Blue value is 113 (44.53% from 255 or 35.31% from 320); Max value from RGB is 113 - color contains mainly: blue. Hex color #626D71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626D71 is #9D928E. Grayscale: #6A6A6A. Windows color (decimal): -10326671 or 7433570. OLE color: 7433570.
HSL color Cylindrical-coordinate representation of color #626D71: hue angle of 196º 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 #626D71 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 98 | 109 | 113 | - |
| CMYK | 0.13 | 0.04 | 0 | 0.56 |
| HSL | 196º | 0.07% | 0.41% | - |
| HSV(B) | 196º | 0.13% | 0.44% | - |
| XYZ | 13.49 | 14.73 | 17.75 | - |
| YUV | 106.17 | 131.86 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 109 | 113 | 0.13 | 0.04 | 0 | 0.56 | 196 | 0.07 | 0.41 |
| Hex | 62 | 6D | 71 | D | 4 | 0 | 38 | C4 | 7 | 29 |
| Octal | 142 | 155 | 161 | 15 | 4 | 0 | 70 | 304 | 7 | 51 |
| Binary | 1100010 | 1101101 | 1110001 | 1101 | 100 | 0 | 111000 | 11000100 | 111 | 101001 |
Color Harmonies of #626D71
Complementary color
Monochromatic Colors of #626D71
Black with #626D71
Text Example
Text Example
White with #626D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626D71; }
p { color: rgb(98,109,113); }
H1.HeaderClassName
{
color: #626D71;
}
.AnyTagClassName
{
color: #626D71;
}
</style>
background-color css
<style>
a { background-color: #626D71; }
a { background-color: rgb(98,109,113); }
div.DivClassName
{
background-color: #626D71;
}
.BgClassName
{
background-color: #626D71;
}
</style>
border-color css
<style>
span { border-color: #626D71; }
span { border-color: rgb(98,109,113); }
td.TdClassName
{
border-color: #626D71;
}
.TagClassName
{
border-color: #626D71;
}
</style>