Shades of Pale Sky #646F71
Tints of Pale Sky #646F71
RGB
CMYK
RGB Variations
Color information
#646F71 (or 0x646F71) is known color: Pale Sky. HEX triplet: 64, 6F and 71. RGB value is (100,111,113). Sum of RGB (Red+Green+Blue) = 100+111+113=324 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.86% from 324); Green value is 111 (43.75% from 255 or 34.26% from 324); Blue value is 113 (44.53% from 255 or 34.88% from 324); Max value from RGB is 113 - color contains mainly: blue. Hex color #646F71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646F71 is #9B908E. Grayscale: #6B6B6B. Windows color (decimal): -10195087 or 7434084. OLE color: 7434084.
HSL color Cylindrical-coordinate representation of color #646F71: hue angle of 189.23º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #646F71 is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 100 | 111 | 113 | - |
| CMYK | 0.12 | 0.02 | 0 | 0.56 |
| HSL | 189.23º | 0.06% | 0.42% | - |
| HSV(B) | 189.23º | 0.12% | 0.44% | - |
| XYZ | 13.92 | 15.27 | 17.84 | - |
| YUV | 107.94 | 130.86 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 111 | 113 | 0.12 | 0.02 | 0 | 0.56 | 189.23 | 0.06 | 0.42 |
| Hex | 64 | 6F | 71 | C | 2 | 0 | 38 | BD | 6 | 2A |
| Octal | 144 | 157 | 161 | 14 | 2 | 0 | 70 | 275 | 6 | 52 |
| Binary | 1100100 | 1101111 | 1110001 | 1100 | 10 | 0 | 111000 | 10111101 | 110 | 101010 |
Color Harmonies of #646F71
Complementary color
Monochromatic Colors of #646F71
Black with #646F71
Text Example
Text Example
White with #646F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646F71; }
p { color: rgb(100,111,113); }
H1.HeaderClassName
{
color: #646F71;
}
.AnyTagClassName
{
color: #646F71;
}
</style>
background-color css
<style>
a { background-color: #646F71; }
a { background-color: rgb(100,111,113); }
div.DivClassName
{
background-color: #646F71;
}
.BgClassName
{
background-color: #646F71;
}
</style>
border-color css
<style>
span { border-color: #646F71; }
span { border-color: rgb(100,111,113); }
td.TdClassName
{
border-color: #646F71;
}
.TagClassName
{
border-color: #646F71;
}
</style>