Shades of Pale Sky #6B7173
Tints of Pale Sky #6B7173
RGB
CMYK
RGB Variations
Color information
#6B7173 (or 0x6B7173) is known color: Pale Sky. HEX triplet: 6B, 71 and 73. RGB value is (107,113,115). Sum of RGB (Red+Green+Blue) = 107+113+115=335 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.94% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 115 (45.31% from 255 or 34.33% from 335); Max value from RGB is 115 - color contains mainly: blue. Hex color #6B7173 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7173 is #948E8C. Grayscale: #6F6F6F. Windows color (decimal): -9735821 or 7565675. OLE color: 7565675.
HSL color Cylindrical-coordinate representation of color #6B7173: hue angle of 195º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #6B7173 is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 107 | 113 | 115 | - |
| CMYK | 0.07 | 0.02 | 0 | 0.55 |
| HSL | 195º | 0.04% | 0.44% | - |
| HSV(B) | 195º | 0.07% | 0.45% | - |
| XYZ | 15.06 | 16.17 | 18.55 | - |
| YUV | 111.43 | 130.01 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 113 | 115 | 0.07 | 0.02 | 0 | 0.55 | 195 | 0.04 | 0.44 |
| Hex | 6B | 71 | 73 | 7 | 2 | 0 | 37 | C3 | 4 | 2C |
| Octal | 153 | 161 | 163 | 7 | 2 | 0 | 67 | 303 | 4 | 54 |
| Binary | 1101011 | 1110001 | 1110011 | 111 | 10 | 0 | 110111 | 11000011 | 100 | 101100 |
Color Harmonies of #6B7173
Complementary color
Monochromatic Colors of #6B7173
Black with #6B7173
Text Example
Text Example
White with #6B7173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7173; }
p { color: rgb(107,113,115); }
H1.HeaderClassName
{
color: #6B7173;
}
.AnyTagClassName
{
color: #6B7173;
}
</style>
background-color css
<style>
a { background-color: #6B7173; }
a { background-color: rgb(107,113,115); }
div.DivClassName
{
background-color: #6B7173;
}
.BgClassName
{
background-color: #6B7173;
}
</style>
border-color css
<style>
span { border-color: #6B7173; }
span { border-color: rgb(107,113,115); }
td.TdClassName
{
border-color: #6B7173;
}
.TagClassName
{
border-color: #6B7173;
}
</style>