Shades of Pale Sky #686D6E
Tints of Pale Sky #686D6E
RGB
CMYK
RGB Variations
Color information
#686D6E (or 0x686D6E) is known color: Pale Sky. HEX triplet: 68, 6D and 6E. RGB value is (104,109,110). Sum of RGB (Red+Green+Blue) = 104+109+110=323 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.20% from 323); Green value is 109 (42.97% from 255 or 33.75% from 323); Blue value is 110 (43.36% from 255 or 34.06% from 323); Max value from RGB is 110 - color contains mainly: blue. Hex color #686D6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686D6E is #979291. Grayscale: #6B6B6B. Windows color (decimal): -9933458 or 7236968. OLE color: 7236968.
HSL color Cylindrical-coordinate representation of color #686D6E: hue angle of 190º degrees, saturation: 0.03, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #686D6E is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 104 | 109 | 110 | - |
| CMYK | 0.05 | 0.01 | 0 | 0.57 |
| HSL | 190º | 0.03% | 0.42% | - |
| HSV(B) | 190º | 0.05% | 0.43% | - |
| XYZ | 13.99 | 15.01 | 16.91 | - |
| YUV | 107.62 | 129.34 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 109 | 110 | 0.05 | 0.01 | 0 | 0.57 | 190 | 0.03 | 0.42 |
| Hex | 68 | 6D | 6E | 5 | 1 | 0 | 39 | BE | 3 | 2A |
| Octal | 150 | 155 | 156 | 5 | 1 | 0 | 71 | 276 | 3 | 52 |
| Binary | 1101000 | 1101101 | 1101110 | 101 | 1 | 0 | 111001 | 10111110 | 11 | 101010 |
Color Harmonies of #686D6E
Complementary color
Monochromatic Colors of #686D6E
Black with #686D6E
Text Example
Text Example
White with #686D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686D6E; }
p { color: rgb(104,109,110); }
H1.HeaderClassName
{
color: #686D6E;
}
.AnyTagClassName
{
color: #686D6E;
}
</style>
background-color css
<style>
a { background-color: #686D6E; }
a { background-color: rgb(104,109,110); }
div.DivClassName
{
background-color: #686D6E;
}
.BgClassName
{
background-color: #686D6E;
}
</style>
border-color css
<style>
span { border-color: #686D6E; }
span { border-color: rgb(104,109,110); }
td.TdClassName
{
border-color: #686D6E;
}
.TagClassName
{
border-color: #686D6E;
}
</style>