Shades of Pale Sky #6D7274
Tints of Pale Sky #6D7274
RGB
CMYK
RGB Variations
Color information
#6D7274 (or 0x6D7274) is known color: Pale Sky. HEX triplet: 6D, 72 and 74. RGB value is (109,114,116). Sum of RGB (Red+Green+Blue) = 109+114+116=339 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.15% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 116 (45.70% from 255 or 34.22% from 339); Max value from RGB is 116 - color contains mainly: blue. Hex color #6D7274 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7274 is #928D8B. Grayscale: #707070. Windows color (decimal): -9604492 or 7631469. OLE color: 7631469.
HSL color Cylindrical-coordinate representation of color #6D7274: hue angle of 197.14º degrees, saturation: 0.03, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #6D7274 is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 109 | 114 | 116 | - |
| CMYK | 0.06 | 0.02 | 0 | 0.55 |
| HSL | 197.14º | 0.03% | 0.44% | - |
| HSV(B) | 197.14º | 0.06% | 0.45% | - |
| XYZ | 15.48 | 16.55 | 18.9 | - |
| YUV | 112.73 | 129.84 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 114 | 116 | 0.06 | 0.02 | 0 | 0.55 | 197.14 | 0.03 | 0.44 |
| Hex | 6D | 72 | 74 | 6 | 2 | 0 | 37 | C5 | 3 | 2C |
| Octal | 155 | 162 | 164 | 6 | 2 | 0 | 67 | 305 | 3 | 54 |
| Binary | 1101101 | 1110010 | 1110100 | 110 | 10 | 0 | 110111 | 11000101 | 11 | 101100 |
Color Harmonies of #6D7274
Complementary color
Monochromatic Colors of #6D7274
Black with #6D7274
Text Example
Text Example
White with #6D7274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7274; }
p { color: rgb(109,114,116); }
H1.HeaderClassName
{
color: #6D7274;
}
.AnyTagClassName
{
color: #6D7274;
}
</style>
background-color css
<style>
a { background-color: #6D7274; }
a { background-color: rgb(109,114,116); }
div.DivClassName
{
background-color: #6D7274;
}
.BgClassName
{
background-color: #6D7274;
}
</style>
border-color css
<style>
span { border-color: #6D7274; }
span { border-color: rgb(109,114,116); }
td.TdClassName
{
border-color: #6D7274;
}
.TagClassName
{
border-color: #6D7274;
}
</style>