#647595

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

Shades of Waikawa Grey #647595

Tints of Waikawa Grey #647595

Color information

#647595 (or 0x647595) is unknown color: approx Waikawa Grey. HEX triplet: 64, 75 and 95. RGB value is (100,117,149). Sum of RGB (Red+Green+Blue) = 100+117+149=366 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.32% from 366); Green value is 117 (46.09% from 255 or 31.97% from 366); Blue value is 149 (58.59% from 255 or 40.71% from 366); Max value from RGB is 149 - color contains mainly: blue. Hex color #647595 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647595 is #9B8A6A. Grayscale: #737373. Windows color (decimal): -10193515 or 9794916. OLE color: 9794916.

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

Color convert

RGB100117149-
CMYK0.330.2100.42
HSL219.18º19.68%48.82%-
HSV(B)219.18º32.89%58.43%-
XYZ17.0417.630.93-
YUV115.57146.87116.9-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.32%
GREEN value IS 117 (46.09% from 255) = 31.97%
BLUE value IS 149 (58.59% from 255) = 40.71%
R=27.32%
G=31.97%
B=40.71%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1001171490.330.2100.42219.1819.6848.82
Hex647595211502Adb1431
Octal14416522541250523332461
Binary11001001110101100101011000011010101010101101101110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647595; }

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

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

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

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

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

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

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

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