#647395

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

Shades of Waikawa Grey #647395

Tints of Waikawa Grey #647395

Color information

#647395 (or 0x647395) is unknown color: approx Waikawa Grey. HEX triplet: 64, 73 and 95. RGB value is (100,115,149). Sum of RGB (Red+Green+Blue) = 100+115+149=364 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.47% from 364); Green value is 115 (45.31% from 255 or 31.59% from 364); Blue value is 149 (58.59% from 255 or 40.93% from 364); Max value from RGB is 149 - color contains mainly: blue. Hex color #647395 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647395 is #9B8C6A. Grayscale: #727272. Windows color (decimal): -10194027 or 9794404. OLE color: 9794404.

HSL color Cylindrical-coordinate representation of color #647395: hue angle of 221.63º 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 #647395 is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB100115149-
CMYK0.330.2300.42
HSL221.63º19.68%48.82%-
HSV(B)221.63º32.89%58.43%-
XYZ16.8117.1430.86-
YUV114.39147.53117.74-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.47%
GREEN value IS 115 (45.31% from 255) = 31.59%
BLUE value IS 149 (58.59% from 255) = 40.93%
R=27.47%
G=31.59%
B=40.93%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1001151490.330.2300.42221.6319.6848.82
Hex647395211702Ade1431
Octal14416322541270523362461
Binary11001001110011100101011000011011101010101101111010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647395; }

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

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

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

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

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

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

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

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