#62779A

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

Shades of Waikawa Grey #62779A

Tints of Waikawa Grey #62779A

Color information

#62779A (or 0x62779A) is unknown color: approx Waikawa Grey. HEX triplet: 62, 77 and 9A. RGB value is (98,119,154). Sum of RGB (Red+Green+Blue) = 98+119+154=371 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.42% from 371); Green value is 119 (46.88% from 255 or 32.08% from 371); Blue value is 154 (60.55% from 255 or 41.51% from 371); Max value from RGB is 154 - color contains mainly: blue. Hex color #62779A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62779A is #9D8865. Grayscale: #747474. Windows color (decimal): -10324070 or 10123106. OLE color: 10123106.

HSL color Cylindrical-coordinate representation of color #62779A: hue angle of 217.5º 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 #62779A is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB98119154-
CMYK0.360.2300.40
HSL217.5º22.22%49.41%-
HSV(B)217.5º36.36%60.39%-
XYZ17.4718.1233.15-
YUV116.71149.04114.65-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.42%
GREEN value IS 119 (46.88% from 255) = 32.08%
BLUE value IS 154 (60.55% from 255) = 41.51%
R=26.42%
G=32.08%
B=41.51%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal981191540.360.2300.40217.522.2249.41
Hex62779A2417028da1631
Octal14216723244270503322661
Binary11000101110111100110101001001011101010001101101010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62779A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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