Shades of Pale Sky #676E71
Tints of Pale Sky #676E71
RGB
CMYK
RGB Variations
Color information
#676E71 (or 0x676E71) is known color: Pale Sky. HEX triplet: 67, 6E and 71. RGB value is (103,110,113). Sum of RGB (Red+Green+Blue) = 103+110+113=326 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.60% from 326); Green value is 110 (43.36% from 255 or 33.74% from 326); Blue value is 113 (44.53% from 255 or 34.66% from 326); Max value from RGB is 113 - color contains mainly: blue. Hex color #676E71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676E71 is #98918E. Grayscale: #6C6C6C. Windows color (decimal): -9998735 or 7433831. OLE color: 7433831.
HSL color Cylindrical-coordinate representation of color #676E71: hue angle of 198º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #676E71 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 103 | 110 | 113 | - |
| CMYK | 0.09 | 0.03 | 0 | 0.56 |
| HSL | 198º | 0.05% | 0.42% | - |
| HSV(B) | 198º | 0.09% | 0.44% | - |
| XYZ | 14.15 | 15.23 | 17.82 | - |
| YUV | 108.25 | 130.68 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 110 | 113 | 0.09 | 0.03 | 0 | 0.56 | 198 | 0.05 | 0.42 |
| Hex | 67 | 6E | 71 | 9 | 3 | 0 | 38 | C6 | 5 | 2A |
| Octal | 147 | 156 | 161 | 11 | 3 | 0 | 70 | 306 | 5 | 52 |
| Binary | 1100111 | 1101110 | 1110001 | 1001 | 11 | 0 | 111000 | 11000110 | 101 | 101010 |
Color Harmonies of #676E71
Complementary color
Monochromatic Colors of #676E71
Black with #676E71
Text Example
Text Example
White with #676E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676E71; }
p { color: rgb(103,110,113); }
H1.HeaderClassName
{
color: #676E71;
}
.AnyTagClassName
{
color: #676E71;
}
</style>
background-color css
<style>
a { background-color: #676E71; }
a { background-color: rgb(103,110,113); }
div.DivClassName
{
background-color: #676E71;
}
.BgClassName
{
background-color: #676E71;
}
</style>
border-color css
<style>
span { border-color: #676E71; }
span { border-color: rgb(103,110,113); }
td.TdClassName
{
border-color: #676E71;
}
.TagClassName
{
border-color: #676E71;
}
</style>