Shades of Pale Sky #667174
Tints of Pale Sky #667174
RGB
CMYK
RGB Variations
Color information
#667174 (or 0x667174) is known color: Pale Sky. HEX triplet: 66, 71 and 74. RGB value is (102,113,116). Sum of RGB (Red+Green+Blue) = 102+113+116=331 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.82% from 331); Green value is 113 (44.53% from 255 or 34.14% from 331); Blue value is 116 (45.70% from 255 or 35.05% from 331); Max value from RGB is 116 - color contains mainly: blue. Hex color #667174 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667174 is #998E8B. Grayscale: #6E6E6E. Windows color (decimal): -10063500 or 7631206. OLE color: 7631206.
HSL color Cylindrical-coordinate representation of color #667174: hue angle of 192.86º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #667174 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 102 | 113 | 116 | - |
| CMYK | 0.12 | 0.03 | 0 | 0.55 |
| HSL | 192.86º | 0.06% | 0.43% | - |
| HSV(B) | 192.86º | 0.12% | 0.45% | - |
| XYZ | 14.54 | 15.9 | 18.83 | - |
| YUV | 110.05 | 131.36 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 113 | 116 | 0.12 | 0.03 | 0 | 0.55 | 192.86 | 0.06 | 0.43 |
| Hex | 66 | 71 | 74 | C | 3 | 0 | 37 | C1 | 6 | 2B |
| Octal | 146 | 161 | 164 | 14 | 3 | 0 | 67 | 301 | 6 | 53 |
| Binary | 1100110 | 1110001 | 1110100 | 1100 | 11 | 0 | 110111 | 11000001 | 110 | 101011 |
Color Harmonies of #667174
Complementary color
Monochromatic Colors of #667174
Black with #667174
Text Example
Text Example
White with #667174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667174; }
p { color: rgb(102,113,116); }
H1.HeaderClassName
{
color: #667174;
}
.AnyTagClassName
{
color: #667174;
}
</style>
background-color css
<style>
a { background-color: #667174; }
a { background-color: rgb(102,113,116); }
div.DivClassName
{
background-color: #667174;
}
.BgClassName
{
background-color: #667174;
}
</style>
border-color css
<style>
span { border-color: #667174; }
span { border-color: rgb(102,113,116); }
td.TdClassName
{
border-color: #667174;
}
.TagClassName
{
border-color: #667174;
}
</style>