#62729A

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

Shades of Waikawa Grey #62729A

Tints of Waikawa Grey #62729A

Color information

#62729A (or 0x62729A) is unknown color: approx Waikawa Grey. HEX triplet: 62, 72 and 9A. RGB value is (98,114,154). Sum of RGB (Red+Green+Blue) = 98+114+154=366 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.78% from 366); Green value is 114 (44.92% from 255 or 31.15% from 366); Blue value is 154 (60.55% from 255 or 42.08% from 366); Max value from RGB is 154 - color contains mainly: blue. Hex color #62729A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62729A is #9D8D65. Grayscale: #717171. Windows color (decimal): -10325350 or 10121826. OLE color: 10121826.

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

Color convert

RGB98114154-
CMYK0.360.2600.40
HSL222.86º22.22%49.41%-
HSV(B)222.86º36.36%60.39%-
XYZ16.8916.9632.96-
YUV113.78150.7116.75-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.78%
GREEN value IS 114 (44.92% from 255) = 31.15%
BLUE value IS 154 (60.55% from 255) = 42.08%
R=26.78%
G=31.15%
B=42.08%

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
Decimal981141540.360.2600.40222.8622.2249.41
Hex62729A241A028df1631
Octal14216223244320503372661
Binary11000101110010100110101001001101001010001101111110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62729A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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