#647A9D

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

Shades of Waikawa Grey #647A9D

Tints of Waikawa Grey #647A9D

Color information

#647A9D (or 0x647A9D) is unknown color: approx Waikawa Grey. HEX triplet: 64, 7A and 9D. RGB value is (100,122,157). Sum of RGB (Red+Green+Blue) = 100+122+157=379 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.39% from 379); Green value is 122 (48.05% from 255 or 32.19% from 379); Blue value is 157 (61.72% from 255 or 41.42% from 379); Max value from RGB is 157 - color contains mainly: blue. Hex color #647A9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647A9D is #9B8562. Grayscale: #777777. Windows color (decimal): -10192227 or 10320484. OLE color: 10320484.

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

Color convert

RGB100122157-
CMYK0.360.2200.38
HSL216.84º22.53%50.39%-
HSV(B)216.84º36.31%61.57%-
XYZ18.319.0634.61-
YUV119.41149.21114.15-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.39%
GREEN value IS 122 (48.05% from 255) = 32.19%
BLUE value IS 157 (61.72% from 255) = 41.42%
R=26.39%
G=32.19%
B=41.42%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1001221570.360.2200.38216.8422.5350.39
Hex647A9D2416026d91732
Octal14417223544260463312762
Binary11001001111010100111011001001011001001101101100110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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