#646D71

Color #646D71 Pale Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Sky #646D71

Tints of Pale Sky #646D71

Color information

#646D71 (or 0x646D71) is unknown color: approx Pale Sky. HEX triplet: 64, 6D and 71. RGB value is (100,109,113). Sum of RGB (Red+Green+Blue) = 100+109+113=322 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.06% from 322); Green value is 109 (42.97% from 255 or 33.85% from 322); Blue value is 113 (44.53% from 255 or 35.09% from 322); Max value from RGB is 113 - color contains mainly: blue. Hex color #646D71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646D71 is #9B928E. Grayscale: #6A6A6A. Windows color (decimal): -10195599 or 7433572. OLE color: 7433572.

HSL color Cylindrical-coordinate representation of color #646D71: hue angle of 198.46º 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 #646D71 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB100109113-
CMYK0.120.0400.56
HSL198.46º6.1%41.76%-
HSV(B)198.46º11.5%44.31%-
XYZ13.714.8417.76-
YUV106.76131.52123.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 100 (39.45% from 255) = 31.06%
GREEN value IS 109 (42.97% from 255) = 33.85%
BLUE value IS 113 (44.53% from 255) = 35.09%
R=31.06%
G=33.85%
B=35.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1001091130.120.0400.56198.466.141.76
Hex646D71C4038c662a
Octal144155161144070306652
Binary1100100110110111100011100100011100011000110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646D71; }

 p { color: rgb(100,109,113); }

 H1.HeaderClassName
 {
   color: #646D71;
 }
 .AnyTagClassName
 {
   color: #646D71;
 }
</style>
background-color css

<style>
 a { background-color: #646D71; }

 a { background-color: rgb(100,109,113); }

 div.DivClassName
 {
   background-color: #646D71;
 }
 .BgClassName
 {
   background-color: #646D71;
 }
</style>
border-color css

<style>
 span { border-color: #646D71; }

 span { border-color: rgb(100,109,113); }

 td.TdClassName
 {
   border-color: #646D71;
 }
 .TagClassName
 {
   border-color: #646D71;
 }
</style>