#637388

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

Shades of Waikawa Grey #637388

Tints of Waikawa Grey #637388

Color information

#637388 (or 0x637388) is unknown color: approx Waikawa Grey. HEX triplet: 63, 73 and 88. RGB value is (99,115,136). Sum of RGB (Red+Green+Blue) = 99+115+136=350 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.29% from 350); Green value is 115 (45.31% from 255 or 32.86% from 350); Blue value is 136 (53.52% from 255 or 38.86% from 350); Max value from RGB is 136 - color contains mainly: blue. Hex color #637388 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637388 is #9C8C77. Grayscale: #707070. Windows color (decimal): -10259576 or 8942435. OLE color: 8942435.

HSL color Cylindrical-coordinate representation of color #637388: hue angle of 214.05º degrees, saturation: 0.16, 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 #637388 is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB99115136-
CMYK0.270.1500.47
HSL214.05º15.74%46.08%-
HSV(B)214.05º27.21%53.33%-
XYZ15.7216.6925.69-
YUV112.61141.2118.29-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.29%
GREEN value IS 115 (45.31% from 255) = 32.86%
BLUE value IS 136 (53.52% from 255) = 38.86%
R=28.29%
G=32.86%
B=38.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal991151360.270.1500.47214.0515.7446.08
Hex6373881BF02Fd6102e
Octal14316321033170573262056
Binary110001111100111000100011011111101011111101011010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #637388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #637388; }

 p { color: rgb(99,115,136); }

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

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

 a { background-color: rgb(99,115,136); }

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

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

 span { border-color: rgb(99,115,136); }

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