#647A9F

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

Shades of Waikawa Grey #647A9F

Tints of Waikawa Grey #647A9F

Color information

#647A9F (or 0x647A9F) is unknown color: approx Waikawa Grey. HEX triplet: 64, 7A and 9F. RGB value is (100,122,159). Sum of RGB (Red+Green+Blue) = 100+122+159=381 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.25% from 381); Green value is 122 (48.05% from 255 or 32.02% from 381); Blue value is 159 (62.5% from 255 or 41.73% from 381); Max value from RGB is 159 - color contains mainly: blue. Hex color #647A9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647A9F is #9B8560. Grayscale: #777777. Windows color (decimal): -10192225 or 10451556. OLE color: 10451556.

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

Color convert

RGB100122159-
CMYK0.370.2300.38
HSL217.63º23.51%50.78%-
HSV(B)217.63º37.11%62.35%-
XYZ18.4719.1335.52-
YUV119.64150.21113.99-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.25%
GREEN value IS 122 (48.05% from 255) = 32.02%
BLUE value IS 159 (62.5% from 255) = 41.73%
R=26.25%
G=32.02%
B=41.73%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1001221590.370.2300.38217.6323.5150.78
Hex647A9F2517026da1833
Octal14417223745270463323063
Binary11001001111010100111111001011011101001101101101011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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