#647592

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

Shades of Waikawa Grey #647592

Tints of Waikawa Grey #647592

Color information

#647592 (or 0x647592) is unknown color: approx Waikawa Grey. HEX triplet: 64, 75 and 92. RGB value is (100,117,146). Sum of RGB (Red+Green+Blue) = 100+117+146=363 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.55% from 363); Green value is 117 (46.09% from 255 or 32.23% from 363); Blue value is 146 (57.42% from 255 or 40.22% from 363); Max value from RGB is 146 - color contains mainly: blue. Hex color #647592 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647592 is #9B8A6D. Grayscale: #737373. Windows color (decimal): -10193518 or 9598308. OLE color: 9598308.

HSL color Cylindrical-coordinate representation of color #647592: hue angle of 217.83º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #647592 is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB100117146-
CMYK0.320.2000.43
HSL217.83º18.7%48.24%-
HSV(B)217.83º31.51%57.25%-
XYZ16.8117.5129.69-
YUV115.22145.37117.14-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.55%
GREEN value IS 117 (46.09% from 255) = 32.23%
BLUE value IS 146 (57.42% from 255) = 40.22%
R=27.55%
G=32.23%
B=40.22%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1001171460.320.2000.43217.8318.748.24
Hex647592201402Bda1330
Octal14416522240240533322360
Binary11001001110101100100101000001010001010111101101010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647592; }

 p { color: rgb(100,117,146); }

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

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

 a { background-color: rgb(100,117,146); }

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

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

 span { border-color: rgb(100,117,146); }

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