Shades of Pale Sky #6B7376
Tints of Pale Sky #6B7376
RGB
CMYK
RGB Variations
Color information
#6B7376 (or 0x6B7376) is known color: Pale Sky. HEX triplet: 6B, 73 and 76. RGB value is (107,115,118). Sum of RGB (Red+Green+Blue) = 107+115+118=340 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.47% from 340); Green value is 115 (45.31% from 255 or 33.82% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 118 - color contains mainly: blue. Hex color #6B7376 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7376 is #948C89. Grayscale: #707070. Windows color (decimal): -9735306 or 7762795. OLE color: 7762795.
HSL color Cylindrical-coordinate representation of color #6B7376: hue angle of 196.36º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #6B7376 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 107 | 115 | 118 | - |
| CMYK | 0.09 | 0.03 | 0 | 0.54 |
| HSL | 196.36º | 0.05% | 0.44% | - |
| HSV(B) | 196.36º | 0.09% | 0.46% | - |
| XYZ | 15.46 | 16.7 | 19.55 | - |
| YUV | 112.95 | 130.85 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 115 | 118 | 0.09 | 0.03 | 0 | 0.54 | 196.36 | 0.05 | 0.44 |
| Hex | 6B | 73 | 76 | 9 | 3 | 0 | 36 | C4 | 5 | 2C |
| Octal | 153 | 163 | 166 | 11 | 3 | 0 | 66 | 304 | 5 | 54 |
| Binary | 1101011 | 1110011 | 1110110 | 1001 | 11 | 0 | 110110 | 11000100 | 101 | 101100 |
Color Harmonies of #6B7376
Complementary color
Monochromatic Colors of #6B7376
Black with #6B7376
Text Example
Text Example
White with #6B7376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7376; }
p { color: rgb(107,115,118); }
H1.HeaderClassName
{
color: #6B7376;
}
.AnyTagClassName
{
color: #6B7376;
}
</style>
background-color css
<style>
a { background-color: #6B7376; }
a { background-color: rgb(107,115,118); }
div.DivClassName
{
background-color: #6B7376;
}
.BgClassName
{
background-color: #6B7376;
}
</style>
border-color css
<style>
span { border-color: #6B7376; }
span { border-color: rgb(107,115,118); }
td.TdClassName
{
border-color: #6B7376;
}
.TagClassName
{
border-color: #6B7376;
}
</style>