Shades of Pale Sky #6D7374
Tints of Pale Sky #6D7374
RGB
CMYK
RGB Variations
Color information
#6D7374 (or 0x6D7374) is known color: Pale Sky. HEX triplet: 6D, 73 and 74. RGB value is (109,115,116). Sum of RGB (Red+Green+Blue) = 109+115+116=340 (45% of max value = 765). Red value is 109 (42.97% from 255 or 32.06% from 340); Green value is 115 (45.31% from 255 or 33.82% from 340); Blue value is 116 (45.70% from 255 or 34.12% from 340); Max value from RGB is 116 - color contains mainly: blue. Hex color #6D7374 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7374 is #928C8B. Grayscale: #717171. Windows color (decimal): -9604236 or 7631725. OLE color: 7631725.
HSL color Cylindrical-coordinate representation of color #6D7374: hue angle of 188.57º 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 #6D7374 is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 109 | 115 | 116 | - |
| CMYK | 0.06 | 0.01 | 0 | 0.55 |
| HSL | 188.57º | 0.03% | 0.44% | - |
| HSV(B) | 188.57º | 0.06% | 0.45% | - |
| XYZ | 15.59 | 16.77 | 18.94 | - |
| YUV | 113.32 | 129.51 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 115 | 116 | 0.06 | 0.01 | 0 | 0.55 | 188.57 | 0.03 | 0.44 |
| Hex | 6D | 73 | 74 | 6 | 1 | 0 | 37 | BD | 3 | 2C |
| Octal | 155 | 163 | 164 | 6 | 1 | 0 | 67 | 275 | 3 | 54 |
| Binary | 1101101 | 1110011 | 1110100 | 110 | 1 | 0 | 110111 | 10111101 | 11 | 101100 |
Color Harmonies of #6D7374
Complementary color
Monochromatic Colors of #6D7374
Black with #6D7374
Text Example
Text Example
White with #6D7374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7374; }
p { color: rgb(109,115,116); }
H1.HeaderClassName
{
color: #6D7374;
}
.AnyTagClassName
{
color: #6D7374;
}
</style>
background-color css
<style>
a { background-color: #6D7374; }
a { background-color: rgb(109,115,116); }
div.DivClassName
{
background-color: #6D7374;
}
.BgClassName
{
background-color: #6D7374;
}
</style>
border-color css
<style>
span { border-color: #6D7374; }
span { border-color: rgb(109,115,116); }
td.TdClassName
{
border-color: #6D7374;
}
.TagClassName
{
border-color: #6D7374;
}
</style>