Shades of Pale Sky #627074
Tints of Pale Sky #627074
RGB
CMYK
RGB Variations
Color information
#627074 (or 0x627074) is known color: Pale Sky. HEX triplet: 62, 70 and 74. RGB value is (98,112,116). Sum of RGB (Red+Green+Blue) = 98+112+116=326 (43% of max value = 765). Red value is 98 (38.67% from 255 or 30.06% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 116 (45.70% from 255 or 35.58% from 326); Max value from RGB is 116 - color contains mainly: blue. Hex color #627074 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627074 is #9D8F8B. Grayscale: #6C6C6C. Windows color (decimal): -10325900 or 7630946. OLE color: 7630946.
HSL color Cylindrical-coordinate representation of color #627074: hue angle of 193.33º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #627074 is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 98 | 112 | 116 | - |
| CMYK | 0.16 | 0.03 | 0 | 0.55 |
| HSL | 193.33º | 0.08% | 0.42% | - |
| HSV(B) | 193.33º | 0.16% | 0.45% | - |
| XYZ | 13.98 | 15.45 | 18.77 | - |
| YUV | 108.27 | 132.36 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 112 | 116 | 0.16 | 0.03 | 0 | 0.55 | 193.33 | 0.08 | 0.42 |
| Hex | 62 | 70 | 74 | 10 | 3 | 0 | 37 | C1 | 8 | 2A |
| Octal | 142 | 160 | 164 | 20 | 3 | 0 | 67 | 301 | 10 | 52 |
| Binary | 1100010 | 1110000 | 1110100 | 10000 | 11 | 0 | 110111 | 11000001 | 1000 | 101010 |
Color Harmonies of #627074
Complementary color
Monochromatic Colors of #627074
Black with #627074
Text Example
Text Example
White with #627074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627074; }
p { color: rgb(98,112,116); }
H1.HeaderClassName
{
color: #627074;
}
.AnyTagClassName
{
color: #627074;
}
</style>
background-color css
<style>
a { background-color: #627074; }
a { background-color: rgb(98,112,116); }
div.DivClassName
{
background-color: #627074;
}
.BgClassName
{
background-color: #627074;
}
</style>
border-color css
<style>
span { border-color: #627074; }
span { border-color: rgb(98,112,116); }
td.TdClassName
{
border-color: #627074;
}
.TagClassName
{
border-color: #627074;
}
</style>