#62769F

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

Shades of Waikawa Grey #62769F

Tints of Waikawa Grey #62769F

Color information

#62769F (or 0x62769F) is unknown color: approx Waikawa Grey. HEX triplet: 62, 76 and 9F. RGB value is (98,118,159). Sum of RGB (Red+Green+Blue) = 98+118+159=375 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.13% from 375); Green value is 118 (46.48% from 255 or 31.47% from 375); Blue value is 159 (62.5% from 255 or 42.4% from 375); Max value from RGB is 159 - color contains mainly: blue. Hex color #62769F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62769F is #9D8960. Grayscale: #747474. Windows color (decimal): -10324321 or 10450530. OLE color: 10450530.

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

Color convert

RGB98118159-
CMYK0.380.2600.38
HSL220.33º24.11%50.39%-
HSV(B)220.33º38.36%62.35%-
XYZ17.7718.0635.35-
YUV116.69151.87114.67-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.13%
GREEN value IS 118 (46.48% from 255) = 31.47%
BLUE value IS 159 (62.5% from 255) = 42.4%
R=26.13%
G=31.47%
B=42.4%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal981181590.380.2600.38220.3324.1150.39
Hex62769F261A026dc1832
Octal14216623746320463343062
Binary11000101110110100111111001101101001001101101110011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62769F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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