#647294

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

Shades of Waikawa Grey #647294

Tints of Waikawa Grey #647294

Color information

#647294 (or 0x647294) is unknown color: approx Waikawa Grey. HEX triplet: 64, 72 and 94. RGB value is (100,114,148). Sum of RGB (Red+Green+Blue) = 100+114+148=362 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.62% from 362); Green value is 114 (44.92% from 255 or 31.49% from 362); Blue value is 148 (58.20% from 255 or 40.88% from 362); Max value from RGB is 148 - color contains mainly: blue. Hex color #647294 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647294 is #9B8D6B. Grayscale: #717171. Windows color (decimal): -10194284 or 9728612. OLE color: 9728612.

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

Color convert

RGB100114148-
CMYK0.320.2300.42
HSL222.5º19.35%48.63%-
HSV(B)222.5º32.43%58.04%-
XYZ16.6216.8830.4-
YUV113.69147.36118.24-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.62%
GREEN value IS 114 (44.92% from 255) = 31.49%
BLUE value IS 148 (58.20% from 255) = 40.88%
R=27.62%
G=31.49%
B=40.88%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1001141480.320.2300.42222.519.3548.63
Hex647294201702Ade1331
Octal14416222440270523362361
Binary11001001110010100101001000001011101010101101111010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647294; }

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

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

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

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

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

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

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

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