#647A9C

Color #647A9C Waikawa Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waikawa Grey #647A9C

Tints of Waikawa Grey #647A9C

Color information

#647A9C (or 0x647A9C) is unknown color: approx Waikawa Grey. HEX triplet: 64, 7A and 9C. RGB value is (100,122,156). Sum of RGB (Red+Green+Blue) = 100+122+156=378 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.46% from 378); Green value is 122 (48.05% from 255 or 32.28% from 378); Blue value is 156 (61.33% from 255 or 41.27% from 378); Max value from RGB is 156 - color contains mainly: blue. Hex color #647A9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647A9C is #9B8563. Grayscale: #777777. Windows color (decimal): -10192228 or 10254948. OLE color: 10254948.

HSL color Cylindrical-coordinate representation of color #647A9C: hue angle of 216.43º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #647A9C is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB100122156-
CMYK0.360.2200.39
HSL216.43º22.05%50.2%-
HSV(B)216.43º35.9%61.18%-
XYZ18.2219.0334.17-
YUV119.3148.71114.24-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.46%
GREEN value IS 122 (48.05% from 255) = 32.28%
BLUE value IS 156 (61.33% from 255) = 41.27%
R=26.46%
G=32.28%
B=41.27%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1001221560.360.2200.39216.4322.0550.2
Hex647A9C2416027d81632
Octal14417223444260473302662
Binary11001001111010100111001001001011001001111101100010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647A9C; }

 p { color: rgb(100,122,156); }

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

<style>
 a { background-color: #647A9C; }

 a { background-color: rgb(100,122,156); }

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

<style>
 span { border-color: #647A9C; }

 span { border-color: rgb(100,122,156); }

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