Shades of Pale Sky #607073
Tints of Pale Sky #607073
RGB
CMYK
RGB Variations
Color information
#607073 (or 0x607073) is known color: Pale Sky. HEX triplet: 60, 70 and 73. RGB value is (96,112,115). Sum of RGB (Red+Green+Blue) = 96+112+115=323 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.72% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 115 (45.31% from 255 or 35.60% from 323); Max value from RGB is 115 - color contains mainly: blue. Hex color #607073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607073 is #9F8F8C. Grayscale: #6B6B6B. Windows color (decimal): -10456973 or 7565408. OLE color: 7565408.
HSL color Cylindrical-coordinate representation of color #607073: hue angle of 189.47º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #607073 is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 96 | 112 | 115 | - |
| CMYK | 0.17 | 0.03 | 0 | 0.55 |
| HSL | 189.47º | 0.09% | 0.41% | - |
| HSV(B) | 189.47º | 0.17% | 0.45% | - |
| XYZ | 13.71 | 15.31 | 18.45 | - |
| YUV | 107.56 | 132.2 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 112 | 115 | 0.17 | 0.03 | 0 | 0.55 | 189.47 | 0.09 | 0.41 |
| Hex | 60 | 70 | 73 | 11 | 3 | 0 | 37 | BD | 9 | 29 |
| Octal | 140 | 160 | 163 | 21 | 3 | 0 | 67 | 275 | 11 | 51 |
| Binary | 1100000 | 1110000 | 1110011 | 10001 | 11 | 0 | 110111 | 10111101 | 1001 | 101001 |
Color Harmonies of #607073
Complementary color
Monochromatic Colors of #607073
Black with #607073
Text Example
Text Example
White with #607073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607073; }
p { color: rgb(96,112,115); }
H1.HeaderClassName
{
color: #607073;
}
.AnyTagClassName
{
color: #607073;
}
</style>
background-color css
<style>
a { background-color: #607073; }
a { background-color: rgb(96,112,115); }
div.DivClassName
{
background-color: #607073;
}
.BgClassName
{
background-color: #607073;
}
</style>
border-color css
<style>
span { border-color: #607073; }
span { border-color: rgb(96,112,115); }
td.TdClassName
{
border-color: #607073;
}
.TagClassName
{
border-color: #607073;
}
</style>