#62729D

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

Shades of Waikawa Grey #62729D

Tints of Waikawa Grey #62729D

Color information

#62729D (or 0x62729D) is unknown color: approx Waikawa Grey. HEX triplet: 62, 72 and 9D. RGB value is (98,114,157). Sum of RGB (Red+Green+Blue) = 98+114+157=369 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.56% from 369); Green value is 114 (44.92% from 255 or 30.89% from 369); Blue value is 157 (61.72% from 255 or 42.55% from 369); Max value from RGB is 157 - color contains mainly: blue. Hex color #62729D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62729D is #9D8D62. Grayscale: #717171. Windows color (decimal): -10325347 or 10318434. OLE color: 10318434.

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

Color convert

RGB98114157-
CMYK0.380.2700.38
HSL223.73º23.14%50%-
HSV(B)223.73º37.58%61.57%-
XYZ17.1417.0734.29-
YUV114.12152.2116.5-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.56%
GREEN value IS 114 (44.92% from 255) = 30.89%
BLUE value IS 157 (61.72% from 255) = 42.55%
R=26.56%
G=30.89%
B=42.55%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal981141570.380.2700.38223.7323.1450
Hex62729D261B026e01732
Octal14216223546330463402762
Binary11000101110010100111011001101101101001101110000010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62729D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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