#63729A

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

Shades of Waikawa Grey #63729A

Tints of Waikawa Grey #63729A

Color information

#63729A (or 0x63729A) is unknown color: approx Waikawa Grey. HEX triplet: 63, 72 and 9A. RGB value is (99,114,154). Sum of RGB (Red+Green+Blue) = 99+114+154=367 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.98% from 367); Green value is 114 (44.92% from 255 or 31.06% from 367); Blue value is 154 (60.55% from 255 or 41.96% from 367); Max value from RGB is 154 - color contains mainly: blue. Hex color #63729A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63729A is #9C8D65. Grayscale: #717171. Windows color (decimal): -10259814 or 10121827. OLE color: 10121827.

HSL color Cylindrical-coordinate representation of color #63729A: hue angle of 223.64º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #63729A is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB99114154-
CMYK0.360.2600.40
HSL223.64º21.74%49.61%-
HSV(B)223.64º35.71%60.39%-
XYZ1717.0232.96-
YUV114.07150.53117.25-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.98%
GREEN value IS 114 (44.92% from 255) = 31.06%
BLUE value IS 154 (60.55% from 255) = 41.96%
R=26.98%
G=31.06%
B=41.96%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal991141540.360.2600.40223.6421.7449.61
Hex63729A241A028e01632
Octal14316223244320503402662
Binary11000111110010100110101001001101001010001110000010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63729A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63729A; }

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

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

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

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

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

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

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

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