#637499

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

Shades of Waikawa Grey #637499

Tints of Waikawa Grey #637499

Color information

#637499 (or 0x637499) is unknown color: approx Waikawa Grey. HEX triplet: 63, 74 and 99. RGB value is (99,116,153). Sum of RGB (Red+Green+Blue) = 99+116+153=368 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.90% from 368); Green value is 116 (45.70% from 255 or 31.52% from 368); Blue value is 153 (60.16% from 255 or 41.58% from 368); Max value from RGB is 153 - color contains mainly: blue. Hex color #637499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637499 is #9C8B66. Grayscale: #727272. Windows color (decimal): -10259303 or 10056803. OLE color: 10056803.

HSL color Cylindrical-coordinate representation of color #637499: hue angle of 221.11º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #637499 is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB99116153-
CMYK0.350.2400.4
HSL221.11º21.43%49.41%-
HSV(B)221.11º35.29%60%-
XYZ17.1417.4432.6-
YUV115.14149.37116.49-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.90%
GREEN value IS 116 (45.70% from 255) = 31.52%
BLUE value IS 153 (60.16% from 255) = 41.58%
R=26.90%
G=31.52%
B=41.58%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal991161530.350.2400.4221.1121.4349.41
Hex6374992318028dd1531
Octal14316423143300503352561
Binary11000111110100100110011000111100001010001101110110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #637499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #637499; }

 p { color: rgb(99,116,153); }

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

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

 a { background-color: rgb(99,116,153); }

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

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

 span { border-color: rgb(99,116,153); }

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