Shades of Pale Sky #626A6B
Tints of Pale Sky #626A6B
RGB
CMYK
RGB Variations
Color information
#626A6B (or 0x626A6B) is known color: Pale Sky. HEX triplet: 62, 6A and 6B. RGB value is (98,106,107). Sum of RGB (Red+Green+Blue) = 98+106+107=311 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.51% from 311); Green value is 106 (41.80% from 255 or 34.08% from 311); Blue value is 107 (42.19% from 255 or 34.41% from 311); Max value from RGB is 107 - color contains mainly: blue. Hex color #626A6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626A6B is #9D9594. Grayscale: #676767. Windows color (decimal): -10327445 or 7039586. OLE color: 7039586.
HSL color Cylindrical-coordinate representation of color #626A6B: hue angle of 186.67º degrees, saturation: 0.04, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #626A6B is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 98 | 106 | 107 | - |
| CMYK | 0.08 | 0.01 | 0 | 0.58 |
| HSL | 186.67º | 0.04% | 0.4% | - |
| HSV(B) | 186.67º | 0.08% | 0.42% | - |
| XYZ | 12.84 | 13.97 | 15.93 | - |
| YUV | 103.72 | 129.85 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 106 | 107 | 0.08 | 0.01 | 0 | 0.58 | 186.67 | 0.04 | 0.4 |
| Hex | 62 | 6A | 6B | 8 | 1 | 0 | 3A | BB | 4 | 28 |
| Octal | 142 | 152 | 153 | 10 | 1 | 0 | 72 | 273 | 4 | 50 |
| Binary | 1100010 | 1101010 | 1101011 | 1000 | 1 | 0 | 111010 | 10111011 | 100 | 101000 |
Color Harmonies of #626A6B
Complementary color
Monochromatic Colors of #626A6B
Black with #626A6B
Text Example
Text Example
White with #626A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626A6B; }
p { color: rgb(98,106,107); }
H1.HeaderClassName
{
color: #626A6B;
}
.AnyTagClassName
{
color: #626A6B;
}
</style>
background-color css
<style>
a { background-color: #626A6B; }
a { background-color: rgb(98,106,107); }
div.DivClassName
{
background-color: #626A6B;
}
.BgClassName
{
background-color: #626A6B;
}
</style>
border-color css
<style>
span { border-color: #626A6B; }
span { border-color: rgb(98,106,107); }
td.TdClassName
{
border-color: #626A6B;
}
.TagClassName
{
border-color: #626A6B;
}
</style>