#647697

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

Shades of Waikawa Grey #647697

Tints of Waikawa Grey #647697

Color information

#647697 (or 0x647697) is unknown color: approx Waikawa Grey. HEX triplet: 64, 76 and 97. RGB value is (100,118,151). Sum of RGB (Red+Green+Blue) = 100+118+151=369 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.10% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 151 (59.38% from 255 or 40.92% from 369); Max value from RGB is 151 - color contains mainly: blue. Hex color #647697 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647697 is #9B8968. Grayscale: #747474. Windows color (decimal): -10193257 or 9926244. OLE color: 9926244.

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

Color convert

RGB100118151-
CMYK0.340.2200.41
HSL218.82º20.32%49.22%-
HSV(B)218.82º33.77%59.22%-
XYZ17.3217.931.82-
YUV116.38147.54116.32-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.10%
GREEN value IS 118 (46.48% from 255) = 31.98%
BLUE value IS 151 (59.38% from 255) = 40.92%
R=27.10%
G=31.98%
B=40.92%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1001181510.340.2200.41218.8220.3249.22
Hex6476972216029db1431
Octal14416622742260513332461
Binary11001001110110100101111000101011001010011101101110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647697; }

 p { color: rgb(100,118,151); }

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

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

 a { background-color: rgb(100,118,151); }

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

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

 span { border-color: rgb(100,118,151); }

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