Shades of Pale Sky #626F71
Tints of Pale Sky #626F71
RGB
CMYK
RGB Variations
Color information
#626F71 (or 0x626F71) is known color: Pale Sky. HEX triplet: 62, 6F and 71. RGB value is (98,111,113). Sum of RGB (Red+Green+Blue) = 98+111+113=322 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.43% from 322); Green value is 111 (43.75% from 255 or 34.47% from 322); Blue value is 113 (44.53% from 255 or 35.09% from 322); Max value from RGB is 113 - color contains mainly: blue. Hex color #626F71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626F71 is #9D908E. Grayscale: #6B6B6B. Windows color (decimal): -10326159 or 7434082. OLE color: 7434082.
HSL color Cylindrical-coordinate representation of color #626F71: hue angle of 188º 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 #626F71 is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 98 | 111 | 113 | - |
| CMYK | 0.13 | 0.02 | 0 | 0.56 |
| HSL | 188º | 0.07% | 0.41% | - |
| HSV(B) | 188º | 0.13% | 0.44% | - |
| XYZ | 13.7 | 15.16 | 17.83 | - |
| YUV | 107.34 | 131.19 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 111 | 113 | 0.13 | 0.02 | 0 | 0.56 | 188 | 0.07 | 0.41 |
| Hex | 62 | 6F | 71 | D | 2 | 0 | 38 | BC | 7 | 29 |
| Octal | 142 | 157 | 161 | 15 | 2 | 0 | 70 | 274 | 7 | 51 |
| Binary | 1100010 | 1101111 | 1110001 | 1101 | 10 | 0 | 111000 | 10111100 | 111 | 101001 |
Color Harmonies of #626F71
Complementary color
Monochromatic Colors of #626F71
Black with #626F71
Text Example
Text Example
White with #626F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626F71; }
p { color: rgb(98,111,113); }
H1.HeaderClassName
{
color: #626F71;
}
.AnyTagClassName
{
color: #626F71;
}
</style>
background-color css
<style>
a { background-color: #626F71; }
a { background-color: rgb(98,111,113); }
div.DivClassName
{
background-color: #626F71;
}
.BgClassName
{
background-color: #626F71;
}
</style>
border-color css
<style>
span { border-color: #626F71; }
span { border-color: rgb(98,111,113); }
td.TdClassName
{
border-color: #626F71;
}
.TagClassName
{
border-color: #626F71;
}
</style>