#647596

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

Shades of Waikawa Grey #647596

Tints of Waikawa Grey #647596

Color information

#647596 (or 0x647596) is unknown color: approx Waikawa Grey. HEX triplet: 64, 75 and 96. RGB value is (100,117,150). Sum of RGB (Red+Green+Blue) = 100+117+150=367 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.25% from 367); Green value is 117 (46.09% from 255 or 31.88% from 367); Blue value is 150 (58.98% from 255 or 40.87% from 367); Max value from RGB is 150 - color contains mainly: blue. Hex color #647596 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647596 is #9B8A69. Grayscale: #737373. Windows color (decimal): -10193514 or 9860452. OLE color: 9860452.

HSL color Cylindrical-coordinate representation of color #647596: hue angle of 219.6º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #647596 is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB100117150-
CMYK0.330.2200.41
HSL219.6º20%49.02%-
HSV(B)219.6º33.33%58.82%-
XYZ17.1217.6331.36-
YUV115.68147.37116.82-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.25%
GREEN value IS 117 (46.09% from 255) = 31.88%
BLUE value IS 150 (58.98% from 255) = 40.87%
R=27.25%
G=31.88%
B=40.87%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1001171500.330.2200.41219.62049.02
Hex6475962116029dc1431
Octal14416522641260513342461
Binary11001001110101100101101000011011001010011101110010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647596; }

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

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

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

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

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

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

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

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