Shades of Pale Sky #6F7476
Tints of Pale Sky #6F7476
RGB
CMYK
RGB Variations
Color information
#6F7476 (or 0x6F7476) is known color: Pale Sky. HEX triplet: 6F, 74 and 76. RGB value is (111,116,118). Sum of RGB (Red+Green+Blue) = 111+116+118=345 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.17% from 345); Green value is 116 (45.70% from 255 or 33.62% from 345); Blue value is 118 (46.48% from 255 or 34.20% from 345); Max value from RGB is 118 - color contains mainly: blue. Hex color #6F7476 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7476 is #908B89. Grayscale: #727272. Windows color (decimal): -9472906 or 7763055. OLE color: 7763055.
HSL color Cylindrical-coordinate representation of color #6F7476: hue angle of 197.14º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #6F7476 is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 111 | 116 | 118 | - |
| CMYK | 0.06 | 0.02 | 0 | 0.54 |
| HSL | 197.14º | 0.03% | 0.45% | - |
| HSV(B) | 197.14º | 0.06% | 0.46% | - |
| XYZ | 16.07 | 17.18 | 19.61 | - |
| YUV | 114.73 | 129.84 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 116 | 118 | 0.06 | 0.02 | 0 | 0.54 | 197.14 | 0.03 | 0.45 |
| Hex | 6F | 74 | 76 | 6 | 2 | 0 | 36 | C5 | 3 | 2D |
| Octal | 157 | 164 | 166 | 6 | 2 | 0 | 66 | 305 | 3 | 55 |
| Binary | 1101111 | 1110100 | 1110110 | 110 | 10 | 0 | 110110 | 11000101 | 11 | 101101 |
Color Harmonies of #6F7476
Complementary color
Monochromatic Colors of #6F7476
Black with #6F7476
Text Example
Text Example
White with #6F7476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7476; }
p { color: rgb(111,116,118); }
H1.HeaderClassName
{
color: #6F7476;
}
.AnyTagClassName
{
color: #6F7476;
}
</style>
background-color css
<style>
a { background-color: #6F7476; }
a { background-color: rgb(111,116,118); }
div.DivClassName
{
background-color: #6F7476;
}
.BgClassName
{
background-color: #6F7476;
}
</style>
border-color css
<style>
span { border-color: #6F7476; }
span { border-color: rgb(111,116,118); }
td.TdClassName
{
border-color: #6F7476;
}
.TagClassName
{
border-color: #6F7476;
}
</style>