#62769C

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

Shades of Waikawa Grey #62769C

Tints of Waikawa Grey #62769C

Color information

#62769C (or 0x62769C) is unknown color: approx Waikawa Grey. HEX triplet: 62, 76 and 9C. RGB value is (98,118,156). Sum of RGB (Red+Green+Blue) = 98+118+156=372 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.34% from 372); Green value is 118 (46.48% from 255 or 31.72% from 372); Blue value is 156 (61.33% from 255 or 41.94% from 372); Max value from RGB is 156 - color contains mainly: blue. Hex color #62769C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62769C is #9D8963. Grayscale: #747474. Windows color (decimal): -10324324 or 10253922. OLE color: 10253922.

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

Color convert

RGB98118156-
CMYK0.370.2400.39
HSL219.31º22.83%49.8%-
HSV(B)219.31º37.18%61.18%-
XYZ17.5217.9533.99-
YUV116.35150.37114.91-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.34%
GREEN value IS 118 (46.48% from 255) = 31.72%
BLUE value IS 156 (61.33% from 255) = 41.94%
R=26.34%
G=31.72%
B=41.94%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal981181560.370.2400.39219.3122.8349.8
Hex62769C2518027db1732
Octal14216623445300473332762
Binary11000101110110100111001001011100001001111101101110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62769C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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