#62779E

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

Shades of Waikawa Grey #62779E

Tints of Waikawa Grey #62779E

Color information

#62779E (or 0x62779E) is unknown color: approx Waikawa Grey. HEX triplet: 62, 77 and 9E. RGB value is (98,119,158). Sum of RGB (Red+Green+Blue) = 98+119+158=375 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.13% from 375); Green value is 119 (46.88% from 255 or 31.73% from 375); Blue value is 158 (62.11% from 255 or 42.13% from 375); Max value from RGB is 158 - color contains mainly: blue. Hex color #62779E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62779E is #9D8861. Grayscale: #747474. Windows color (decimal): -10324066 or 10385250. OLE color: 10385250.

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

Color convert

RGB98119158-
CMYK0.380.2500.38
HSL219º23.62%50.2%-
HSV(B)219º37.97%61.96%-
XYZ17.8118.2634.93-
YUV117.17151.04114.33-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.13%
GREEN value IS 119 (46.88% from 255) = 31.73%
BLUE value IS 158 (62.11% from 255) = 42.13%
R=26.13%
G=31.73%
B=42.13%

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
Decimal981191580.380.2500.3821923.6250.2
Hex62779E2619026db1832
Octal14216723646310463333062
Binary11000101110111100111101001101100101001101101101111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62779E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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