#637297

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

Shades of Waikawa Grey #637297

Tints of Waikawa Grey #637297

Color information

#637297 (or 0x637297) is unknown color: approx Waikawa Grey. HEX triplet: 63, 72 and 97. RGB value is (99,114,151). Sum of RGB (Red+Green+Blue) = 99+114+151=364 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.20% from 364); Green value is 114 (44.92% from 255 or 31.32% from 364); Blue value is 151 (59.38% from 255 or 41.48% from 364); Max value from RGB is 151 - color contains mainly: blue. Hex color #637297 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637297 is #9C8D68. Grayscale: #717171. Windows color (decimal): -10259817 or 9925219. OLE color: 9925219.

HSL color Cylindrical-coordinate representation of color #637297: hue angle of 222.69º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #637297 is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB99114151-
CMYK0.340.2500.41
HSL222.69º20.8%49.02%-
HSV(B)222.69º34.44%59.22%-
XYZ16.7516.9231.66-
YUV113.73149.03117.49-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.20%
GREEN value IS 114 (44.92% from 255) = 31.32%
BLUE value IS 151 (59.38% from 255) = 41.48%
R=27.20%
G=31.32%
B=41.48%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal991141510.340.2500.41222.6920.849.02
Hex6372972219029df1531
Octal14316222742310513372561
Binary11000111110010100101111000101100101010011101111110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #637297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #637297; }

 p { color: rgb(99,114,151); }

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

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

 a { background-color: rgb(99,114,151); }

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

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

 span { border-color: rgb(99,114,151); }

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