Shades of Pale Sky #626C71
Tints of Pale Sky #626C71
RGB
CMYK
RGB Variations
Color information
#626C71 (or 0x626C71) is known color: Pale Sky. HEX triplet: 62, 6C and 71. RGB value is (98,108,113). Sum of RGB (Red+Green+Blue) = 98+108+113=319 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.72% from 319); Green value is 108 (42.58% from 255 or 33.86% from 319); Blue value is 113 (44.53% from 255 or 35.42% from 319); Max value from RGB is 113 - color contains mainly: blue. Hex color #626C71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626C71 is #9D938E. Grayscale: #696969. Windows color (decimal): -10326927 or 7433314. OLE color: 7433314.
HSL color Cylindrical-coordinate representation of color #626C71: hue angle of 200º 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 #626C71 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 98 | 108 | 113 | - |
| CMYK | 0.13 | 0.04 | 0 | 0.56 |
| HSL | 200º | 0.07% | 0.41% | - |
| HSV(B) | 200º | 0.13% | 0.44% | - |
| XYZ | 13.38 | 14.51 | 17.72 | - |
| YUV | 105.58 | 132.19 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 108 | 113 | 0.13 | 0.04 | 0 | 0.56 | 200 | 0.07 | 0.41 |
| Hex | 62 | 6C | 71 | D | 4 | 0 | 38 | C8 | 7 | 29 |
| Octal | 142 | 154 | 161 | 15 | 4 | 0 | 70 | 310 | 7 | 51 |
| Binary | 1100010 | 1101100 | 1110001 | 1101 | 100 | 0 | 111000 | 11001000 | 111 | 101001 |
Color Harmonies of #626C71
Complementary color
Monochromatic Colors of #626C71
Black with #626C71
Text Example
Text Example
White with #626C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626C71; }
p { color: rgb(98,108,113); }
H1.HeaderClassName
{
color: #626C71;
}
.AnyTagClassName
{
color: #626C71;
}
</style>
background-color css
<style>
a { background-color: #626C71; }
a { background-color: rgb(98,108,113); }
div.DivClassName
{
background-color: #626C71;
}
.BgClassName
{
background-color: #626C71;
}
</style>
border-color css
<style>
span { border-color: #626C71; }
span { border-color: rgb(98,108,113); }
td.TdClassName
{
border-color: #626C71;
}
.TagClassName
{
border-color: #626C71;
}
</style>