#637CA2

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

Shades of Waikawa Grey #637CA2

Tints of Waikawa Grey #637CA2

Color information

#637CA2 (or 0x637CA2) is unknown color: approx Waikawa Grey. HEX triplet: 63, 7C and A2. RGB value is (99,124,162). Sum of RGB (Red+Green+Blue) = 99+124+162=385 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.71% from 385); Green value is 124 (48.83% from 255 or 32.21% from 385); Blue value is 162 (63.67% from 255 or 42.08% from 385); Max value from RGB is 162 - color contains mainly: blue. Hex color #637CA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637CA2 is #9C835D. Grayscale: #787878. Windows color (decimal): -10257246 or 10648675. OLE color: 10648675.

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

Color convert

RGB99124162-
CMYK0.390.2300.36
HSL216.19º25.3%51.18%-
HSV(B)216.19º38.89%63.53%-
XYZ18.8719.6836.99-
YUV120.86151.22112.41-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.71%
GREEN value IS 124 (48.83% from 255) = 32.21%
BLUE value IS 162 (63.67% from 255) = 42.08%
R=25.71%
G=32.21%
B=42.08%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal991241620.390.2300.36216.1925.351.18
Hex637CA22717024d81933
Octal14317424247270443303163
Binary11000111111100101000101001111011101001001101100011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #637CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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