#62709C

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

Shades of Waikawa Grey #62709C

Tints of Waikawa Grey #62709C

Color information

#62709C (or 0x62709C) is unknown color: approx Waikawa Grey. HEX triplet: 62, 70 and 9C. RGB value is (98,112,156). Sum of RGB (Red+Green+Blue) = 98+112+156=366 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.78% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 156 (61.33% from 255 or 42.62% from 366); Max value from RGB is 156 - color contains mainly: blue. Hex color #62709C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62709C is #9D8F63. Grayscale: #707070. Windows color (decimal): -10325860 or 10252386. OLE color: 10252386.

HSL color Cylindrical-coordinate representation of color #62709C: hue angle of 225.52º 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 #62709C is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB98112156-
CMYK0.370.2800.39
HSL225.52º22.83%49.8%-
HSV(B)225.52º37.18%61.18%-
XYZ16.8316.5933.77-
YUV112.83152.36117.42-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.78%
GREEN value IS 112 (44.14% from 255) = 30.60%
BLUE value IS 156 (61.33% from 255) = 42.62%
R=26.78%
G=30.60%
B=42.62%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal981121560.370.2800.39225.5222.8349.8
Hex62709C251C027e21732
Octal14216023445340473422762
Binary11000101110000100111001001011110001001111110001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62709C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62709C; }

 p { color: rgb(98,112,156); }

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

<style>
 a { background-color: #62709C; }

 a { background-color: rgb(98,112,156); }

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

<style>
 span { border-color: #62709C; }

 span { border-color: rgb(98,112,156); }

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