#647BA1

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

Shades of Waikawa Grey #647BA1

Tints of Waikawa Grey #647BA1

Color information

#647BA1 (or 0x647BA1) is unknown color: approx Waikawa Grey. HEX triplet: 64, 7B and A1. RGB value is (100,123,161). Sum of RGB (Red+Green+Blue) = 100+123+161=384 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.04% from 384); Green value is 123 (48.44% from 255 or 32.03% from 384); Blue value is 161 (63.28% from 255 or 41.93% from 384); Max value from RGB is 161 - color contains mainly: blue. Hex color #647BA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647BA1 is #9B845E. Grayscale: #787878. Windows color (decimal): -10191967 or 10582884. OLE color: 10582884.

HSL color Cylindrical-coordinate representation of color #647BA1: hue angle of 217.38º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #647BA1 is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB100123161-
CMYK0.380.2400.37
HSL217.38º24.5%51.18%-
HSV(B)217.38º37.89%63.14%-
XYZ18.7719.4536.48-
YUV120.46150.88113.41-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.04%
GREEN value IS 123 (48.44% from 255) = 32.03%
BLUE value IS 161 (63.28% from 255) = 41.93%
R=26.04%
G=32.03%
B=41.93%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1001231610.380.2400.37217.3824.551.18
Hex647BA12618025d91833
Octal14417324146300453313063
Binary11001001111011101000011001101100001001011101100111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,123,161); }

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

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

 a { background-color: rgb(100,123,161); }

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

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

 span { border-color: rgb(100,123,161); }

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