#63729d

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

Shades of Waikawa Grey #63729D

Tints of Waikawa Grey #63729D

Color information

#63729D (or 0x63729D) is unknown color: approx Waikawa Grey. HEX triplet: 63, 72 and 9D. RGB value is (99,114,157). Sum of RGB (Red+Green+Blue) = 99+114+157=370 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.76% from 370); Green value is 114 (44.92% from 255 or 30.81% from 370); Blue value is 157 (61.72% from 255 or 42.43% from 370); Max value from RGB is 157 - color contains mainly: blue. Hex color #63729D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63729D is #9C8D62. Grayscale: #727272. Windows color (decimal): -10259811 or 10318435. OLE color: 10318435.

HSL color Cylindrical-coordinate representation of color #63729D: hue angle of 224.48º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #63729D is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB99114157-
CMYK0.370.2700.38
HSL224.48º22.83%50.2%-
HSV(B)224.48º36.94%61.57%-
XYZ17.2517.1234.29-
YUV114.42152.03117-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.76%
GREEN value IS 114 (44.92% from 255) = 30.81%
BLUE value IS 157 (61.72% from 255) = 42.43%
R=26.76%
G=30.81%
B=42.43%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal991141570.370.2700.38224.4822.8350.2
Hex63729D251B026e01732
Octal14316223545330463402762
Binary11000111110010100111011001011101101001101110000010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63729d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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