Shades of Pale Sky #6F7374
Tints of Pale Sky #6F7374
RGB
CMYK
RGB Variations
Color information
#6F7374 (or 0x6F7374) is known color: Pale Sky. HEX triplet: 6F, 73 and 74. RGB value is (111,115,116). Sum of RGB (Red+Green+Blue) = 111+115+116=342 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.46% from 342); Green value is 115 (45.31% from 255 or 33.63% from 342); Blue value is 116 (45.70% from 255 or 33.92% from 342); Max value from RGB is 116 - color contains mainly: blue. Hex color #6F7374 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7374 is #908C8B. Grayscale: #717171. Windows color (decimal): -9473164 or 7631727. OLE color: 7631727.
HSL color Cylindrical-coordinate representation of color #6F7374: hue angle of 192º degrees, saturation: 0.02, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #6F7374 is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 111 | 115 | 116 | - |
| CMYK | 0.04 | 0.01 | 0 | 0.55 |
| HSL | 192º | 0.02% | 0.45% | - |
| HSV(B) | 192º | 0.04% | 0.45% | - |
| XYZ | 15.84 | 16.9 | 18.95 | - |
| YUV | 113.92 | 129.17 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 115 | 116 | 0.04 | 0.01 | 0 | 0.55 | 192 | 0.02 | 0.45 |
| Hex | 6F | 73 | 74 | 4 | 1 | 0 | 37 | C0 | 2 | 2D |
| Octal | 157 | 163 | 164 | 4 | 1 | 0 | 67 | 300 | 2 | 55 |
| Binary | 1101111 | 1110011 | 1110100 | 100 | 1 | 0 | 110111 | 11000000 | 10 | 101101 |
Color Harmonies of #6F7374
Complementary color
Monochromatic Colors of #6F7374
Black with #6F7374
Text Example
Text Example
White with #6F7374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7374; }
p { color: rgb(111,115,116); }
H1.HeaderClassName
{
color: #6F7374;
}
.AnyTagClassName
{
color: #6F7374;
}
</style>
background-color css
<style>
a { background-color: #6F7374; }
a { background-color: rgb(111,115,116); }
div.DivClassName
{
background-color: #6F7374;
}
.BgClassName
{
background-color: #6F7374;
}
</style>
border-color css
<style>
span { border-color: #6F7374; }
span { border-color: rgb(111,115,116); }
td.TdClassName
{
border-color: #6F7374;
}
.TagClassName
{
border-color: #6F7374;
}
</style>