Shades of Pale Sky #696C6D
Tints of Pale Sky #696C6D
RGB
CMYK
RGB Variations
Color information
#696C6D (or 0x696C6D) is known color: Pale Sky. HEX triplet: 69, 6C and 6D. RGB value is (105,108,109). Sum of RGB (Red+Green+Blue) = 105+108+109=322 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.61% from 322); Green value is 108 (42.58% from 255 or 33.54% from 322); Blue value is 109 (42.97% from 255 or 33.85% from 322); Max value from RGB is 109 - color contains mainly: blue. Hex color #696C6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696C6D is #969392. Grayscale: #6B6B6B. Windows color (decimal): -9868179 or 7171177. OLE color: 7171177.
HSL color Cylindrical-coordinate representation of color #696C6D: hue angle of 195º degrees, saturation: 0.02, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #696C6D is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 105 | 108 | 109 | - |
| CMYK | 0.04 | 0.01 | 0 | 0.57 |
| HSL | 195º | 0.02% | 0.42% | - |
| HSV(B) | 195º | 0.04% | 0.43% | - |
| XYZ | 13.95 | 14.83 | 16.6 | - |
| YUV | 107.22 | 129.01 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 108 | 109 | 0.04 | 0.01 | 0 | 0.57 | 195 | 0.02 | 0.42 |
| Hex | 69 | 6C | 6D | 4 | 1 | 0 | 39 | C3 | 2 | 2A |
| Octal | 151 | 154 | 155 | 4 | 1 | 0 | 71 | 303 | 2 | 52 |
| Binary | 1101001 | 1101100 | 1101101 | 100 | 1 | 0 | 111001 | 11000011 | 10 | 101010 |
Color Harmonies of #696C6D
Complementary color
Monochromatic Colors of #696C6D
Black with #696C6D
Text Example
Text Example
White with #696C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696C6D; }
p { color: rgb(105,108,109); }
H1.HeaderClassName
{
color: #696C6D;
}
.AnyTagClassName
{
color: #696C6D;
}
</style>
background-color css
<style>
a { background-color: #696C6D; }
a { background-color: rgb(105,108,109); }
div.DivClassName
{
background-color: #696C6D;
}
.BgClassName
{
background-color: #696C6D;
}
</style>
border-color css
<style>
span { border-color: #696C6D; }
span { border-color: rgb(105,108,109); }
td.TdClassName
{
border-color: #696C6D;
}
.TagClassName
{
border-color: #696C6D;
}
</style>