#62789E

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

Shades of Waikawa Grey #62789E

Tints of Waikawa Grey #62789E

Color information

#62789E (or 0x62789E) is unknown color: approx Waikawa Grey. HEX triplet: 62, 78 and 9E. RGB value is (98,120,158). Sum of RGB (Red+Green+Blue) = 98+120+158=376 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.06% from 376); Green value is 120 (47.27% from 255 or 31.91% from 376); Blue value is 158 (62.11% from 255 or 42.02% from 376); Max value from RGB is 158 - color contains mainly: blue. Hex color #62789E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62789E is #9D8761. Grayscale: #757575. Windows color (decimal): -10323810 or 10385506. OLE color: 10385506.

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

Color convert

RGB98120158-
CMYK0.380.2400.38
HSL218º23.62%50.2%-
HSV(B)218º37.97%61.96%-
XYZ17.9318.534.97-
YUV117.75150.71113.91-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.06%
GREEN value IS 120 (47.27% from 255) = 31.91%
BLUE value IS 158 (62.11% from 255) = 42.02%
R=26.06%
G=31.91%
B=42.02%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal981201580.380.2400.3821823.6250.2
Hex62789E2618026da1832
Octal14217023646300463323062
Binary11000101111000100111101001101100001001101101101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62789E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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