Shades of Pale Sky #6B7072
Tints of Pale Sky #6B7072
RGB
CMYK
RGB Variations
Color information
#6B7072 (or 0x6B7072) is known color: Pale Sky. HEX triplet: 6B, 70 and 72. RGB value is (107,112,114). Sum of RGB (Red+Green+Blue) = 107+112+114=333 (44% of max value = 765). Red value is 107 (42.19% from 255 or 32.13% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 114 (44.92% from 255 or 34.23% from 333); Max value from RGB is 114 - color contains mainly: blue. Hex color #6B7072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7072 is #948F8D. Grayscale: #6E6E6E. Windows color (decimal): -9736078 or 7499883. OLE color: 7499883.
HSL color Cylindrical-coordinate representation of color #6B7072: hue angle of 197.14º degrees, saturation: 0.03, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #6B7072 is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 107 | 112 | 114 | - |
| CMYK | 0.06 | 0.02 | 0 | 0.55 |
| HSL | 197.14º | 0.03% | 0.43% | - |
| HSV(B) | 197.14º | 0.06% | 0.45% | - |
| XYZ | 14.89 | 15.93 | 18.21 | - |
| YUV | 110.73 | 129.84 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 112 | 114 | 0.06 | 0.02 | 0 | 0.55 | 197.14 | 0.03 | 0.43 |
| Hex | 6B | 70 | 72 | 6 | 2 | 0 | 37 | C5 | 3 | 2B |
| Octal | 153 | 160 | 162 | 6 | 2 | 0 | 67 | 305 | 3 | 53 |
| Binary | 1101011 | 1110000 | 1110010 | 110 | 10 | 0 | 110111 | 11000101 | 11 | 101011 |
Color Harmonies of #6B7072
Complementary color
Monochromatic Colors of #6B7072
Black with #6B7072
Text Example
Text Example
White with #6B7072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7072; }
p { color: rgb(107,112,114); }
H1.HeaderClassName
{
color: #6B7072;
}
.AnyTagClassName
{
color: #6B7072;
}
</style>
background-color css
<style>
a { background-color: #6B7072; }
a { background-color: rgb(107,112,114); }
div.DivClassName
{
background-color: #6B7072;
}
.BgClassName
{
background-color: #6B7072;
}
</style>
border-color css
<style>
span { border-color: #6B7072; }
span { border-color: rgb(107,112,114); }
td.TdClassName
{
border-color: #6B7072;
}
.TagClassName
{
border-color: #6B7072;
}
</style>