Shades of Pale Sky #686D6F
Tints of Pale Sky #686D6F
RGB
CMYK
RGB Variations
Color information
#686D6F (or 0x686D6F) is known color: Pale Sky. HEX triplet: 68, 6D and 6F. RGB value is (104,109,111). Sum of RGB (Red+Green+Blue) = 104+109+111=324 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.10% from 324); Green value is 109 (42.97% from 255 or 33.64% from 324); Blue value is 111 (43.75% from 255 or 34.26% from 324); Max value from RGB is 111 - color contains mainly: blue. Hex color #686D6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686D6F is #979290. Grayscale: #6B6B6B. Windows color (decimal): -9933457 or 7302504. OLE color: 7302504.
HSL color Cylindrical-coordinate representation of color #686D6F: hue angle of 197.14º degrees, saturation: 0.03, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #686D6F is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 104 | 109 | 111 | - |
| CMYK | 0.06 | 0.02 | 0 | 0.56 |
| HSL | 197.14º | 0.03% | 0.42% | - |
| HSV(B) | 197.14º | 0.06% | 0.44% | - |
| XYZ | 14.05 | 15.03 | 17.2 | - |
| YUV | 107.73 | 129.84 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 109 | 111 | 0.06 | 0.02 | 0 | 0.56 | 197.14 | 0.03 | 0.42 |
| Hex | 68 | 6D | 6F | 6 | 2 | 0 | 38 | C5 | 3 | 2A |
| Octal | 150 | 155 | 157 | 6 | 2 | 0 | 70 | 305 | 3 | 52 |
| Binary | 1101000 | 1101101 | 1101111 | 110 | 10 | 0 | 111000 | 11000101 | 11 | 101010 |
Color Harmonies of #686D6F
Complementary color
Monochromatic Colors of #686D6F
Black with #686D6F
Text Example
Text Example
White with #686D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686D6F; }
p { color: rgb(104,109,111); }
H1.HeaderClassName
{
color: #686D6F;
}
.AnyTagClassName
{
color: #686D6F;
}
</style>
background-color css
<style>
a { background-color: #686D6F; }
a { background-color: rgb(104,109,111); }
div.DivClassName
{
background-color: #686D6F;
}
.BgClassName
{
background-color: #686D6F;
}
</style>
border-color css
<style>
span { border-color: #686D6F; }
span { border-color: rgb(104,109,111); }
td.TdClassName
{
border-color: #686D6F;
}
.TagClassName
{
border-color: #686D6F;
}
</style>