Shades of Pale Sky #646A6C
Tints of Pale Sky #646A6C
RGB
CMYK
RGB Variations
Color information
#646A6C (or 0x646A6C) is known color: Pale Sky. HEX triplet: 64, 6A and 6C. RGB value is (100,106,108). Sum of RGB (Red+Green+Blue) = 100+106+108=314 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.85% from 314); Green value is 106 (41.80% from 255 or 33.76% from 314); Blue value is 108 (42.58% from 255 or 34.39% from 314); Max value from RGB is 108 - color contains mainly: blue. Hex color #646A6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646A6C is #9B9593. Grayscale: #686868. Windows color (decimal): -10196372 or 7105124. OLE color: 7105124.
HSL color Cylindrical-coordinate representation of color #646A6C: hue angle of 195º degrees, saturation: 0.04, 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 #646A6C is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 100 | 106 | 108 | - |
| CMYK | 0.07 | 0.02 | 0 | 0.58 |
| HSL | 195º | 0.04% | 0.41% | - |
| HSV(B) | 195º | 0.07% | 0.42% | - |
| XYZ | 13.12 | 14.1 | 16.22 | - |
| YUV | 104.43 | 130.01 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 106 | 108 | 0.07 | 0.02 | 0 | 0.58 | 195 | 0.04 | 0.41 |
| Hex | 64 | 6A | 6C | 7 | 2 | 0 | 3A | C3 | 4 | 29 |
| Octal | 144 | 152 | 154 | 7 | 2 | 0 | 72 | 303 | 4 | 51 |
| Binary | 1100100 | 1101010 | 1101100 | 111 | 10 | 0 | 111010 | 11000011 | 100 | 101001 |
Color Harmonies of #646A6C
Complementary color
Monochromatic Colors of #646A6C
Black with #646A6C
Text Example
Text Example
White with #646A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646A6C; }
p { color: rgb(100,106,108); }
H1.HeaderClassName
{
color: #646A6C;
}
.AnyTagClassName
{
color: #646A6C;
}
</style>
background-color css
<style>
a { background-color: #646A6C; }
a { background-color: rgb(100,106,108); }
div.DivClassName
{
background-color: #646A6C;
}
.BgClassName
{
background-color: #646A6C;
}
</style>
border-color css
<style>
span { border-color: #646A6C; }
span { border-color: rgb(100,106,108); }
td.TdClassName
{
border-color: #646A6C;
}
.TagClassName
{
border-color: #646A6C;
}
</style>