#637287

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

Shades of Waikawa Grey #637287

Tints of Waikawa Grey #637287

Color information

#637287 (or 0x637287) is unknown color: approx Waikawa Grey. HEX triplet: 63, 72 and 87. RGB value is (99,114,135). Sum of RGB (Red+Green+Blue) = 99+114+135=348 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.45% from 348); Green value is 114 (44.92% from 255 or 32.76% from 348); Blue value is 135 (53.12% from 255 or 38.79% from 348); Max value from RGB is 135 - color contains mainly: blue. Hex color #637287 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637287 is #9C8D78. Grayscale: #6F6F6F. Windows color (decimal): -10259833 or 8876643. OLE color: 8876643.

HSL color Cylindrical-coordinate representation of color #637287: hue angle of 215º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #637287 is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB99114135-
CMYK0.270.1600.47
HSL215º15.38%45.88%-
HSV(B)215º26.67%52.94%-
XYZ15.5416.4425.28-
YUV111.91141.03118.79-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.45%
GREEN value IS 114 (44.92% from 255) = 32.76%
BLUE value IS 135 (53.12% from 255) = 38.79%
R=28.45%
G=32.76%
B=38.79%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal991141350.270.1600.4721515.3845.88
Hex6372871B1002Fd7f2e
Octal14316220733200573271756
Binary110001111100101000011111011100000101111110101111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #637287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #637287; }

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

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

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

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

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

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

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

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