Shades of Pale Sky #6C7375
Tints of Pale Sky #6C7375
RGB
CMYK
RGB Variations
Color information
#6C7375 (or 0x6C7375) is known color: Pale Sky. HEX triplet: 6C, 73 and 75. RGB value is (108,115,117). Sum of RGB (Red+Green+Blue) = 108+115+117=340 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.76% from 340); Green value is 115 (45.31% from 255 or 33.82% from 340); Blue value is 117 (46.09% from 255 or 34.41% from 340); Max value from RGB is 117 - color contains mainly: blue. Hex color #6C7375 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7375 is #938C8A. Grayscale: #717171. Windows color (decimal): -9669771 or 7697260. OLE color: 7697260.
HSL color Cylindrical-coordinate representation of color #6C7375: hue angle of 193.33º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #6C7375 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 108 | 115 | 117 | - |
| CMYK | 0.08 | 0.02 | 0 | 0.54 |
| HSL | 193.33º | 0.04% | 0.44% | - |
| HSV(B) | 193.33º | 0.08% | 0.46% | - |
| XYZ | 15.53 | 16.73 | 19.24 | - |
| YUV | 113.14 | 130.18 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 115 | 117 | 0.08 | 0.02 | 0 | 0.54 | 193.33 | 0.04 | 0.44 |
| Hex | 6C | 73 | 75 | 8 | 2 | 0 | 36 | C1 | 4 | 2C |
| Octal | 154 | 163 | 165 | 10 | 2 | 0 | 66 | 301 | 4 | 54 |
| Binary | 1101100 | 1110011 | 1110101 | 1000 | 10 | 0 | 110110 | 11000001 | 100 | 101100 |
Color Harmonies of #6C7375
Complementary color
Monochromatic Colors of #6C7375
Black with #6C7375
Text Example
Text Example
White with #6C7375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7375; }
p { color: rgb(108,115,117); }
H1.HeaderClassName
{
color: #6C7375;
}
.AnyTagClassName
{
color: #6C7375;
}
</style>
background-color css
<style>
a { background-color: #6C7375; }
a { background-color: rgb(108,115,117); }
div.DivClassName
{
background-color: #6C7375;
}
.BgClassName
{
background-color: #6C7375;
}
</style>
border-color css
<style>
span { border-color: #6C7375; }
span { border-color: rgb(108,115,117); }
td.TdClassName
{
border-color: #6C7375;
}
.TagClassName
{
border-color: #6C7375;
}
</style>