#647CA2

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

Shades of Waikawa Grey #647CA2

Tints of Waikawa Grey #647CA2

Color information

#647CA2 (or 0x647CA2) is unknown color: approx Waikawa Grey. HEX triplet: 64, 7C and A2. RGB value is (100,124,162). Sum of RGB (Red+Green+Blue) = 100+124+162=386 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.91% from 386); Green value is 124 (48.83% from 255 or 32.12% from 386); Blue value is 162 (63.67% from 255 or 41.97% from 386); Max value from RGB is 162 - color contains mainly: blue. Hex color #647CA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647CA2 is #9B835D. Grayscale: #787878. Windows color (decimal): -10191710 or 10648676. OLE color: 10648676.

HSL color Cylindrical-coordinate representation of color #647CA2: hue angle of 216.77º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #647CA2 is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB100124162-
CMYK0.380.2300.36
HSL216.77º25%51.37%-
HSV(B)216.77º38.27%63.53%-
XYZ18.9819.7336.99-
YUV121.16151.05112.91-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.91%
GREEN value IS 124 (48.83% from 255) = 32.12%
BLUE value IS 162 (63.67% from 255) = 41.97%
R=25.91%
G=32.12%
B=41.97%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1001241620.380.2300.36216.772551.37
Hex647CA22617024d91933
Octal14417424246270443313163
Binary11001001111100101000101001101011101001001101100111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647CA2; }

 p { color: rgb(100,124,162); }

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

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

 a { background-color: rgb(100,124,162); }

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

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

 span { border-color: rgb(100,124,162); }

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