#62789D

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

Shades of Waikawa Grey #62789D

Tints of Waikawa Grey #62789D

Color information

#62789D (or 0x62789D) is unknown color: approx Waikawa Grey. HEX triplet: 62, 78 and 9D. RGB value is (98,120,157). Sum of RGB (Red+Green+Blue) = 98+120+157=375 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.13% from 375); Green value is 120 (47.27% from 255 or 32% from 375); Blue value is 157 (61.72% from 255 or 41.87% from 375); Max value from RGB is 157 - color contains mainly: blue. Hex color #62789D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62789D is #9D8762. Grayscale: #757575. Windows color (decimal): -10323811 or 10319970. OLE color: 10319970.

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

Color convert

RGB98120157-
CMYK0.380.2400.38
HSL217.63º23.14%50%-
HSV(B)217.63º37.58%61.57%-
XYZ17.8418.4634.52-
YUV117.64150.21113.99-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.13%
GREEN value IS 120 (47.27% from 255) = 32%
BLUE value IS 157 (61.72% from 255) = 41.87%
R=26.13%
G=32%
B=41.87%

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
Decimal981201570.380.2400.38217.6323.1450
Hex62789D2618026da1732
Octal14217023546300463322762
Binary11000101111000100111011001101100001001101101101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62789D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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