#647794

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

Shades of Waikawa Grey #647794

Tints of Waikawa Grey #647794

Color information

#647794 (or 0x647794) is unknown color: approx Waikawa Grey. HEX triplet: 64, 77 and 94. RGB value is (100,119,148). Sum of RGB (Red+Green+Blue) = 100+119+148=367 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.25% from 367); Green value is 119 (46.88% from 255 or 32.43% from 367); Blue value is 148 (58.20% from 255 or 40.33% from 367); Max value from RGB is 148 - color contains mainly: blue. Hex color #647794 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647794 is #9B886B. Grayscale: #747474. Windows color (decimal): -10193004 or 9729892. OLE color: 9729892.

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

Color convert

RGB100119148-
CMYK0.320.2000.42
HSL216.25º19.35%48.63%-
HSV(B)216.25º32.43%58.04%-
XYZ17.218.0430.59-
YUV116.62145.71116.14-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.25%
GREEN value IS 119 (46.88% from 255) = 32.43%
BLUE value IS 148 (58.20% from 255) = 40.33%
R=27.25%
G=32.43%
B=40.33%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1001191480.320.2000.42216.2519.3548.63
Hex647794201402Ad81331
Octal14416722440240523302361
Binary11001001110111100101001000001010001010101101100010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647794; }

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

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

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

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

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

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

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

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