Shades of Pale Sky #6B7172
Tints of Pale Sky #6B7172
RGB
CMYK
RGB Variations
Color information
#6B7172 (or 0x6B7172) is known color: Pale Sky. HEX triplet: 6B, 71 and 72. RGB value is (107,113,114). Sum of RGB (Red+Green+Blue) = 107+113+114=334 (44% of max value = 765). Red value is 107 (42.19% from 255 or 32.04% from 334); Green value is 113 (44.53% from 255 or 33.83% from 334); Blue value is 114 (44.92% from 255 or 34.13% from 334); Max value from RGB is 114 - color contains mainly: blue. Hex color #6B7172 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7172 is #948E8D. Grayscale: #6F6F6F. Windows color (decimal): -9735822 or 7500139. OLE color: 7500139.
HSL color Cylindrical-coordinate representation of color #6B7172: hue angle of 188.57º 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 #6B7172 is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 107 | 113 | 114 | - |
| CMYK | 0.06 | 0.01 | 0 | 0.55 |
| HSL | 188.57º | 0.03% | 0.43% | - |
| HSV(B) | 188.57º | 0.06% | 0.45% | - |
| XYZ | 15.01 | 16.15 | 18.25 | - |
| YUV | 111.32 | 129.51 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 113 | 114 | 0.06 | 0.01 | 0 | 0.55 | 188.57 | 0.03 | 0.43 |
| Hex | 6B | 71 | 72 | 6 | 1 | 0 | 37 | BD | 3 | 2B |
| Octal | 153 | 161 | 162 | 6 | 1 | 0 | 67 | 275 | 3 | 53 |
| Binary | 1101011 | 1110001 | 1110010 | 110 | 1 | 0 | 110111 | 10111101 | 11 | 101011 |
Color Harmonies of #6B7172
Complementary color
Monochromatic Colors of #6B7172
Black with #6B7172
Text Example
Text Example
White with #6B7172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7172; }
p { color: rgb(107,113,114); }
H1.HeaderClassName
{
color: #6B7172;
}
.AnyTagClassName
{
color: #6B7172;
}
</style>
background-color css
<style>
a { background-color: #6B7172; }
a { background-color: rgb(107,113,114); }
div.DivClassName
{
background-color: #6B7172;
}
.BgClassName
{
background-color: #6B7172;
}
</style>
border-color css
<style>
span { border-color: #6B7172; }
span { border-color: rgb(107,113,114); }
td.TdClassName
{
border-color: #6B7172;
}
.TagClassName
{
border-color: #6B7172;
}
</style>