Shades of Pale Sky #646C6E
Tints of Pale Sky #646C6E
RGB
CMYK
RGB Variations
Color information
#646C6E (or 0x646C6E) is known color: Pale Sky. HEX triplet: 64, 6C and 6E. RGB value is (100,108,110). Sum of RGB (Red+Green+Blue) = 100+108+110=318 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.45% from 318); Green value is 108 (42.58% from 255 or 33.96% from 318); Blue value is 110 (43.36% from 255 or 34.59% from 318); Max value from RGB is 110 - color contains mainly: blue. Hex color #646C6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646C6E is #9B9391. Grayscale: #696969. Windows color (decimal): -10195858 or 7236708. OLE color: 7236708.
HSL color Cylindrical-coordinate representation of color #646C6E: hue angle of 192º degrees, saturation: 0.05, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #646C6E is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 100 | 108 | 110 | - |
| CMYK | 0.09 | 0.02 | 0 | 0.57 |
| HSL | 192º | 0.05% | 0.41% | - |
| HSV(B) | 192º | 0.09% | 0.43% | - |
| XYZ | 13.43 | 14.56 | 16.85 | - |
| YUV | 105.84 | 130.35 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 108 | 110 | 0.09 | 0.02 | 0 | 0.57 | 192 | 0.05 | 0.41 |
| Hex | 64 | 6C | 6E | 9 | 2 | 0 | 39 | C0 | 5 | 29 |
| Octal | 144 | 154 | 156 | 11 | 2 | 0 | 71 | 300 | 5 | 51 |
| Binary | 1100100 | 1101100 | 1101110 | 1001 | 10 | 0 | 111001 | 11000000 | 101 | 101001 |
Color Harmonies of #646C6E
Complementary color
Monochromatic Colors of #646C6E
Black with #646C6E
Text Example
Text Example
White with #646C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646C6E; }
p { color: rgb(100,108,110); }
H1.HeaderClassName
{
color: #646C6E;
}
.AnyTagClassName
{
color: #646C6E;
}
</style>
background-color css
<style>
a { background-color: #646C6E; }
a { background-color: rgb(100,108,110); }
div.DivClassName
{
background-color: #646C6E;
}
.BgClassName
{
background-color: #646C6E;
}
</style>
border-color css
<style>
span { border-color: #646C6E; }
span { border-color: rgb(100,108,110); }
td.TdClassName
{
border-color: #646C6E;
}
.TagClassName
{
border-color: #646C6E;
}
</style>