#62789B

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

Shades of Waikawa Grey #62789B

Tints of Waikawa Grey #62789B

Color information

#62789B (or 0x62789B) is unknown color: approx Waikawa Grey. HEX triplet: 62, 78 and 9B. RGB value is (98,120,155). Sum of RGB (Red+Green+Blue) = 98+120+155=373 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.27% from 373); Green value is 120 (47.27% from 255 or 32.17% from 373); Blue value is 155 (60.94% from 255 or 41.55% from 373); Max value from RGB is 155 - color contains mainly: blue. Hex color #62789B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62789B is #9D8764. Grayscale: #757575. Windows color (decimal): -10323813 or 10188898. OLE color: 10188898.

HSL color Cylindrical-coordinate representation of color #62789B: hue angle of 216.84º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #62789B is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB98120155-
CMYK0.370.2300.39
HSL216.84º22.53%49.61%-
HSV(B)216.84º36.77%60.78%-
XYZ17.6718.433.63-
YUV117.41149.21114.15-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.27%
GREEN value IS 120 (47.27% from 255) = 32.17%
BLUE value IS 155 (60.94% from 255) = 41.55%
R=26.27%
G=32.17%
B=41.55%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal981201550.370.2300.39216.8422.5349.61
Hex62789B2517027d91732
Octal14217023345270473312762
Binary11000101111000100110111001011011101001111101100110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62789B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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