#62729C

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

Shades of Waikawa Grey #62729C

Tints of Waikawa Grey #62729C

Color information

#62729C (or 0x62729C) is unknown color: approx Waikawa Grey. HEX triplet: 62, 72 and 9C. RGB value is (98,114,156). Sum of RGB (Red+Green+Blue) = 98+114+156=368 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.63% from 368); Green value is 114 (44.92% from 255 or 30.98% from 368); Blue value is 156 (61.33% from 255 or 42.39% from 368); Max value from RGB is 156 - color contains mainly: blue. Hex color #62729C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62729C is #9D8D63. Grayscale: #717171. Windows color (decimal): -10325348 or 10252898. OLE color: 10252898.

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

Color convert

RGB98114156-
CMYK0.370.2700.39
HSL223.45º22.83%49.8%-
HSV(B)223.45º37.18%61.18%-
XYZ17.0617.0333.84-
YUV114151.7116.58-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.63%
GREEN value IS 114 (44.92% from 255) = 30.98%
BLUE value IS 156 (61.33% from 255) = 42.39%
R=26.63%
G=30.98%
B=42.39%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal981141560.370.2700.39223.4522.8349.8
Hex62729C251B027df1732
Octal14216223445330473372762
Binary11000101110010100111001001011101101001111101111110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62729C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62729C; }

 p { color: rgb(98,114,156); }

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

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

 a { background-color: rgb(98,114,156); }

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

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

 span { border-color: rgb(98,114,156); }

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