Shades of Pale Sky #6E7274
Tints of Pale Sky #6E7274
RGB
CMYK
RGB Variations
Color information
#6E7274 (or 0x6E7274) is known color: Pale Sky. HEX triplet: 6E, 72 and 74. RGB value is (110,114,116). Sum of RGB (Red+Green+Blue) = 110+114+116=340 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.35% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 116 (45.70% from 255 or 34.12% from 340); Max value from RGB is 116 - color contains mainly: blue. Hex color #6E7274 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7274 is #918D8B. Grayscale: #717171. Windows color (decimal): -9538956 or 7631470. OLE color: 7631470.
HSL color Cylindrical-coordinate representation of color #6E7274: hue angle of 200º degrees, saturation: 0.03, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #6E7274 is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 110 | 114 | 116 | - |
| CMYK | 0.05 | 0.02 | 0 | 0.55 |
| HSL | 200º | 0.03% | 0.44% | - |
| HSV(B) | 200º | 0.05% | 0.45% | - |
| XYZ | 15.6 | 16.61 | 18.91 | - |
| YUV | 113.03 | 129.67 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 114 | 116 | 0.05 | 0.02 | 0 | 0.55 | 200 | 0.03 | 0.44 |
| Hex | 6E | 72 | 74 | 5 | 2 | 0 | 37 | C8 | 3 | 2C |
| Octal | 156 | 162 | 164 | 5 | 2 | 0 | 67 | 310 | 3 | 54 |
| Binary | 1101110 | 1110010 | 1110100 | 101 | 10 | 0 | 110111 | 11001000 | 11 | 101100 |
Color Harmonies of #6E7274
Complementary color
Monochromatic Colors of #6E7274
Black with #6E7274
Text Example
Text Example
White with #6E7274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7274; }
p { color: rgb(110,114,116); }
H1.HeaderClassName
{
color: #6E7274;
}
.AnyTagClassName
{
color: #6E7274;
}
</style>
background-color css
<style>
a { background-color: #6E7274; }
a { background-color: rgb(110,114,116); }
div.DivClassName
{
background-color: #6E7274;
}
.BgClassName
{
background-color: #6E7274;
}
</style>
border-color css
<style>
span { border-color: #6E7274; }
span { border-color: rgb(110,114,116); }
td.TdClassName
{
border-color: #6E7274;
}
.TagClassName
{
border-color: #6E7274;
}
</style>