#62779F

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

Shades of Waikawa Grey #62779F

Tints of Waikawa Grey #62779F

Color information

#62779F (or 0x62779F) is unknown color: approx Waikawa Grey. HEX triplet: 62, 77 and 9F. RGB value is (98,119,159). Sum of RGB (Red+Green+Blue) = 98+119+159=376 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.06% from 376); Green value is 119 (46.88% from 255 or 31.65% from 376); Blue value is 159 (62.5% from 255 or 42.29% from 376); Max value from RGB is 159 - color contains mainly: blue. Hex color #62779F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62779F is #9D8860. Grayscale: #757575. Windows color (decimal): -10324065 or 10450786. OLE color: 10450786.

HSL color Cylindrical-coordinate representation of color #62779F: hue angle of 219.34º degrees, saturation: 0.24, 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 #62779F is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB98119159-
CMYK0.380.2500.38
HSL219.34º24.11%50.39%-
HSV(B)219.34º38.36%62.35%-
XYZ17.8918.2935.39-
YUV117.28151.54114.25-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.06%
GREEN value IS 119 (46.88% from 255) = 31.65%
BLUE value IS 159 (62.5% from 255) = 42.29%
R=26.06%
G=31.65%
B=42.29%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal981191590.380.2500.38219.3424.1150.39
Hex62779F2619026db1832
Octal14216723746310463333062
Binary11000101110111100111111001101100101001101101101111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62779F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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