#62799A

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

Shades of Waikawa Grey #62799A

Tints of Waikawa Grey #62799A

Color information

#62799A (or 0x62799A) is unknown color: approx Waikawa Grey. HEX triplet: 62, 79 and 9A. RGB value is (98,121,154). Sum of RGB (Red+Green+Blue) = 98+121+154=373 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.27% from 373); Green value is 121 (47.66% from 255 or 32.44% from 373); Blue value is 154 (60.55% from 255 or 41.29% from 373); Max value from RGB is 154 - color contains mainly: blue. Hex color #62799A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62799A is #9D8665. Grayscale: #757575. Windows color (decimal): -10323558 or 10123618. OLE color: 10123618.

HSL color Cylindrical-coordinate representation of color #62799A: hue angle of 215.36º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #62799A is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB98121154-
CMYK0.360.2100.40
HSL215.36º22.22%49.41%-
HSV(B)215.36º36.36%60.39%-
XYZ17.7118.633.23-
YUV117.88148.38113.82-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.27%
GREEN value IS 121 (47.66% from 255) = 32.44%
BLUE value IS 154 (60.55% from 255) = 41.29%
R=26.27%
G=32.44%
B=41.29%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal981211540.360.2100.40215.3622.2249.41
Hex62799A2415028d71631
Octal14217123244250503272661
Binary11000101111001100110101001001010101010001101011110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62799A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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