Shades of Pale Sky #646D70
Tints of Pale Sky #646D70
RGB
CMYK
RGB Variations
Color information
#646D70 (or 0x646D70) is known color: Pale Sky. HEX triplet: 64, 6D and 70. RGB value is (100,109,112). Sum of RGB (Red+Green+Blue) = 100+109+112=321 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.15% from 321); Green value is 109 (42.97% from 255 or 33.96% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 112 - color contains mainly: blue. Hex color #646D70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646D70 is #9B928F. Grayscale: #6A6A6A. Windows color (decimal): -10195600 or 7368036. OLE color: 7368036.
HSL color Cylindrical-coordinate representation of color #646D70: hue angle of 195º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #646D70 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 100 | 109 | 112 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.56 |
| HSL | 195º | 0.06% | 0.42% | - |
| HSV(B) | 195º | 0.11% | 0.44% | - |
| XYZ | 13.65 | 14.82 | 17.47 | - |
| YUV | 106.65 | 131.02 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 109 | 112 | 0.11 | 0.03 | 0 | 0.56 | 195 | 0.06 | 0.42 |
| Hex | 64 | 6D | 70 | B | 3 | 0 | 38 | C3 | 6 | 2A |
| Octal | 144 | 155 | 160 | 13 | 3 | 0 | 70 | 303 | 6 | 52 |
| Binary | 1100100 | 1101101 | 1110000 | 1011 | 11 | 0 | 111000 | 11000011 | 110 | 101010 |
Color Harmonies of #646D70
Complementary color
Monochromatic Colors of #646D70
Black with #646D70
Text Example
Text Example
White with #646D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646D70; }
p { color: rgb(100,109,112); }
H1.HeaderClassName
{
color: #646D70;
}
.AnyTagClassName
{
color: #646D70;
}
</style>
background-color css
<style>
a { background-color: #646D70; }
a { background-color: rgb(100,109,112); }
div.DivClassName
{
background-color: #646D70;
}
.BgClassName
{
background-color: #646D70;
}
</style>
border-color css
<style>
span { border-color: #646D70; }
span { border-color: rgb(100,109,112); }
td.TdClassName
{
border-color: #646D70;
}
.TagClassName
{
border-color: #646D70;
}
</style>