#62769E

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

Shades of Waikawa Grey #62769E

Tints of Waikawa Grey #62769E

Color information

#62769E (or 0x62769E) is unknown color: approx Waikawa Grey. HEX triplet: 62, 76 and 9E. RGB value is (98,118,158). Sum of RGB (Red+Green+Blue) = 98+118+158=374 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.20% from 374); Green value is 118 (46.48% from 255 or 31.55% from 374); Blue value is 158 (62.11% from 255 or 42.25% from 374); Max value from RGB is 158 - color contains mainly: blue. Hex color #62769E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62769E is #9D8961. Grayscale: #747474. Windows color (decimal): -10324322 or 10384994. OLE color: 10384994.

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

Color convert

RGB98118158-
CMYK0.380.2500.38
HSL220º23.62%50.2%-
HSV(B)220º37.97%61.96%-
XYZ17.6918.0234.89-
YUV116.58151.37114.75-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.20%
GREEN value IS 118 (46.48% from 255) = 31.55%
BLUE value IS 158 (62.11% from 255) = 42.25%
R=26.20%
G=31.55%
B=42.25%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal981181580.380.2500.3822023.6250.2
Hex62769E2619026dc1832
Octal14216623646310463343062
Binary11000101110110100111101001101100101001101101110011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62769E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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