Shades of Pale Sky #627073
Tints of Pale Sky #627073
RGB
CMYK
RGB Variations
Color information
#627073 (or 0x627073) is known color: Pale Sky. HEX triplet: 62, 70 and 73. RGB value is (98,112,115). Sum of RGB (Red+Green+Blue) = 98+112+115=325 (43% of max value = 765). Red value is 98 (38.67% from 255 or 30.15% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 115 (45.31% from 255 or 35.38% from 325); Max value from RGB is 115 - color contains mainly: blue. Hex color #627073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627073 is #9D8F8C. Grayscale: #6C6C6C. Windows color (decimal): -10325901 or 7565410. OLE color: 7565410.
HSL color Cylindrical-coordinate representation of color #627073: hue angle of 190.59º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #627073 is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 98 | 112 | 115 | - |
| CMYK | 0.15 | 0.03 | 0 | 0.55 |
| HSL | 190.59º | 0.08% | 0.42% | - |
| HSV(B) | 190.59º | 0.15% | 0.45% | - |
| XYZ | 13.93 | 15.42 | 18.46 | - |
| YUV | 108.16 | 131.86 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 112 | 115 | 0.15 | 0.03 | 0 | 0.55 | 190.59 | 0.08 | 0.42 |
| Hex | 62 | 70 | 73 | F | 3 | 0 | 37 | BF | 8 | 2A |
| Octal | 142 | 160 | 163 | 17 | 3 | 0 | 67 | 277 | 10 | 52 |
| Binary | 1100010 | 1110000 | 1110011 | 1111 | 11 | 0 | 110111 | 10111111 | 1000 | 101010 |
Color Harmonies of #627073
Complementary color
Monochromatic Colors of #627073
Black with #627073
Text Example
Text Example
White with #627073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627073; }
p { color: rgb(98,112,115); }
H1.HeaderClassName
{
color: #627073;
}
.AnyTagClassName
{
color: #627073;
}
</style>
background-color css
<style>
a { background-color: #627073; }
a { background-color: rgb(98,112,115); }
div.DivClassName
{
background-color: #627073;
}
.BgClassName
{
background-color: #627073;
}
</style>
border-color css
<style>
span { border-color: #627073; }
span { border-color: rgb(98,112,115); }
td.TdClassName
{
border-color: #627073;
}
.TagClassName
{
border-color: #627073;
}
</style>