#62799F

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

Shades of Waikawa Grey #62799F

Tints of Waikawa Grey #62799F

Color information

#62799F (or 0x62799F) is unknown color: approx Waikawa Grey. HEX triplet: 62, 79 and 9F. RGB value is (98,121,159). Sum of RGB (Red+Green+Blue) = 98+121+159=378 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.93% from 378); Green value is 121 (47.66% from 255 or 32.01% from 378); Blue value is 159 (62.5% from 255 or 42.06% from 378); Max value from RGB is 159 - color contains mainly: blue. Hex color #62799F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62799F is #9D8660. Grayscale: #767676. Windows color (decimal): -10323553 or 10451298. OLE color: 10451298.

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

Color convert

RGB98121159-
CMYK0.380.2400.38
HSL217.38º24.11%50.39%-
HSV(B)217.38º38.36%62.35%-
XYZ18.1318.7735.47-
YUV118.46150.88113.41-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.93%
GREEN value IS 121 (47.66% from 255) = 32.01%
BLUE value IS 159 (62.5% from 255) = 42.06%
R=25.93%
G=32.01%
B=42.06%

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
Decimal981211590.380.2400.38217.3824.1150.39
Hex62799F2618026d91832
Octal14217123746300463313062
Binary11000101111001100111111001101100001001101101100111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62799F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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