Shades of Pale Sky #626A6C
Tints of Pale Sky #626A6C
RGB
CMYK
RGB Variations
Color information
#626A6C (or 0x626A6C) is known color: Pale Sky. HEX triplet: 62, 6A and 6C. RGB value is (98,106,108). Sum of RGB (Red+Green+Blue) = 98+106+108=312 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.41% from 312); Green value is 106 (41.80% from 255 or 33.97% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 108 - color contains mainly: blue. Hex color #626A6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626A6C is #9D9593. Grayscale: #676767. Windows color (decimal): -10327444 or 7105122. OLE color: 7105122.
HSL color Cylindrical-coordinate representation of color #626A6C: hue angle of 192º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #626A6C is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 98 | 106 | 108 | - |
| CMYK | 0.09 | 0.02 | 0 | 0.58 |
| HSL | 192º | 0.05% | 0.4% | - |
| HSV(B) | 192º | 0.09% | 0.42% | - |
| XYZ | 12.9 | 13.99 | 16.21 | - |
| YUV | 103.84 | 130.35 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 106 | 108 | 0.09 | 0.02 | 0 | 0.58 | 192 | 0.05 | 0.4 |
| Hex | 62 | 6A | 6C | 9 | 2 | 0 | 3A | C0 | 5 | 28 |
| Octal | 142 | 152 | 154 | 11 | 2 | 0 | 72 | 300 | 5 | 50 |
| Binary | 1100010 | 1101010 | 1101100 | 1001 | 10 | 0 | 111010 | 11000000 | 101 | 101000 |
Color Harmonies of #626A6C
Complementary color
Monochromatic Colors of #626A6C
Black with #626A6C
Text Example
Text Example
White with #626A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626A6C; }
p { color: rgb(98,106,108); }
H1.HeaderClassName
{
color: #626A6C;
}
.AnyTagClassName
{
color: #626A6C;
}
</style>
background-color css
<style>
a { background-color: #626A6C; }
a { background-color: rgb(98,106,108); }
div.DivClassName
{
background-color: #626A6C;
}
.BgClassName
{
background-color: #626A6C;
}
</style>
border-color css
<style>
span { border-color: #626A6C; }
span { border-color: rgb(98,106,108); }
td.TdClassName
{
border-color: #626A6C;
}
.TagClassName
{
border-color: #626A6C;
}
</style>