#63729B

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

Shades of Waikawa Grey #63729B

Tints of Waikawa Grey #63729B

Color information

#63729B (or 0x63729B) is unknown color: approx Waikawa Grey. HEX triplet: 63, 72 and 9B. RGB value is (99,114,155). Sum of RGB (Red+Green+Blue) = 99+114+155=368 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.90% from 368); Green value is 114 (44.92% from 255 or 30.98% from 368); Blue value is 155 (60.94% from 255 or 42.12% from 368); Max value from RGB is 155 - color contains mainly: blue. Hex color #63729B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63729B is #9C8D64. Grayscale: #727272. Windows color (decimal): -10259813 or 10187363. OLE color: 10187363.

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

Color convert

RGB99114155-
CMYK0.360.2600.39
HSL223.93º22.05%49.8%-
HSV(B)223.93º36.13%60.78%-
XYZ17.0817.0533.4-
YUV114.19151.03117.17-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.90%
GREEN value IS 114 (44.92% from 255) = 30.98%
BLUE value IS 155 (60.94% from 255) = 42.12%
R=26.90%
G=30.98%
B=42.12%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal991141550.360.2600.39223.9322.0549.8
Hex63729B241A027e01632
Octal14316223344320473402662
Binary11000111110010100110111001001101001001111110000010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63729B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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