Shades of Pale Sky #646A6B
Tints of Pale Sky #646A6B
RGB
CMYK
RGB Variations
Color information
#646A6B (or 0x646A6B) is known color: Pale Sky. HEX triplet: 64, 6A and 6B. RGB value is (100,106,107). Sum of RGB (Red+Green+Blue) = 100+106+107=313 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.95% from 313); Green value is 106 (41.80% from 255 or 33.87% from 313); Blue value is 107 (42.19% from 255 or 34.19% from 313); Max value from RGB is 107 - color contains mainly: blue. Hex color #646A6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646A6B is #9B9594. Grayscale: #686868. Windows color (decimal): -10196373 or 7039588. OLE color: 7039588.
HSL color Cylindrical-coordinate representation of color #646A6B: hue angle of 188.57º degrees, saturation: 0.03, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #646A6B is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 100 | 106 | 107 | - |
| CMYK | 0.07 | 0.01 | 0 | 0.58 |
| HSL | 188.57º | 0.03% | 0.41% | - |
| HSV(B) | 188.57º | 0.07% | 0.42% | - |
| XYZ | 13.06 | 14.08 | 15.94 | - |
| YUV | 104.32 | 129.51 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 106 | 107 | 0.07 | 0.01 | 0 | 0.58 | 188.57 | 0.03 | 0.41 |
| Hex | 64 | 6A | 6B | 7 | 1 | 0 | 3A | BD | 3 | 29 |
| Octal | 144 | 152 | 153 | 7 | 1 | 0 | 72 | 275 | 3 | 51 |
| Binary | 1100100 | 1101010 | 1101011 | 111 | 1 | 0 | 111010 | 10111101 | 11 | 101001 |
Color Harmonies of #646A6B
Complementary color
Monochromatic Colors of #646A6B
Black with #646A6B
Text Example
Text Example
White with #646A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646A6B; }
p { color: rgb(100,106,107); }
H1.HeaderClassName
{
color: #646A6B;
}
.AnyTagClassName
{
color: #646A6B;
}
</style>
background-color css
<style>
a { background-color: #646A6B; }
a { background-color: rgb(100,106,107); }
div.DivClassName
{
background-color: #646A6B;
}
.BgClassName
{
background-color: #646A6B;
}
</style>
border-color css
<style>
span { border-color: #646A6B; }
span { border-color: rgb(100,106,107); }
td.TdClassName
{
border-color: #646A6B;
}
.TagClassName
{
border-color: #646A6B;
}
</style>