#62799D

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

Shades of Waikawa Grey #62799D

Tints of Waikawa Grey #62799D

Color information

#62799D (or 0x62799D) is unknown color: approx Waikawa Grey. HEX triplet: 62, 79 and 9D. RGB value is (98,121,157). Sum of RGB (Red+Green+Blue) = 98+121+157=376 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.06% from 376); Green value is 121 (47.66% from 255 or 32.18% from 376); Blue value is 157 (61.72% from 255 or 41.76% from 376); Max value from RGB is 157 - color contains mainly: blue. Hex color #62799D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62799D is #9D8662. Grayscale: #767676. Windows color (decimal): -10323555 or 10320226. OLE color: 10320226.

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

Color convert

RGB98121157-
CMYK0.380.2300.38
HSL216.61º23.14%50%-
HSV(B)216.61º37.58%61.57%-
XYZ17.9618.7134.56-
YUV118.23149.88113.57-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.06%
GREEN value IS 121 (47.66% from 255) = 32.18%
BLUE value IS 157 (61.72% from 255) = 41.76%
R=26.06%
G=32.18%
B=41.76%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal981211570.380.2300.38216.6123.1450
Hex62799D2617026d91732
Octal14217123546270463312762
Binary11000101111001100111011001101011101001101101100110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62799D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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