#646A6B

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

Shades of Pale Sky #646A6B

Tints of Pale Sky #646A6B

Color information

#646A6B (or 0x646A6B) is unknown color: approx 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

RGB100106107-
CMYK0.070.0100.58
HSL188.57º3.38%40.59%-
HSV(B)188.57º6.54%41.96%-
XYZ13.0614.0815.94-
YUV104.32129.51124.92-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.95%
GREEN value IS 106 (41.80% from 255) = 33.87%
BLUE value IS 107 (42.19% from 255) = 34.19%
R=31.95%
G=33.87%
B=34.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1001061070.070.0100.58188.573.3840.59
Hex646A6B7103Abd329
Octal14415215371072275351
Binary110010011010101101011111101110101011110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>