#647594

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

Shades of Waikawa Grey #647594

Tints of Waikawa Grey #647594

Color information

#647594 (or 0x647594) is unknown color: approx Waikawa Grey. HEX triplet: 64, 75 and 94. RGB value is (100,117,148). Sum of RGB (Red+Green+Blue) = 100+117+148=365 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.40% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 148 (58.20% from 255 or 40.55% from 365); Max value from RGB is 148 - color contains mainly: blue. Hex color #647594 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647594 is #9B8A6B. Grayscale: #737373. Windows color (decimal): -10193516 or 9729380. OLE color: 9729380.

HSL color Cylindrical-coordinate representation of color #647594: hue angle of 218.75º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #647594 is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB100117148-
CMYK0.320.2100.42
HSL218.75º19.35%48.63%-
HSV(B)218.75º32.43%58.04%-
XYZ16.9617.5730.51-
YUV115.45146.37116.98-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.40%
GREEN value IS 117 (46.09% from 255) = 32.05%
BLUE value IS 148 (58.20% from 255) = 40.55%
R=27.40%
G=32.05%
B=40.55%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1001171480.320.2100.42218.7519.3548.63
Hex647594201502Adb1331
Octal14416522440250523332361
Binary11001001110101100101001000001010101010101101101110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647594; }

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

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

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

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

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

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

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

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