#62769D

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

Shades of Waikawa Grey #62769D

Tints of Waikawa Grey #62769D

Color information

#62769D (or 0x62769D) is unknown color: approx Waikawa Grey. HEX triplet: 62, 76 and 9D. RGB value is (98,118,157). Sum of RGB (Red+Green+Blue) = 98+118+157=373 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.27% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 157 (61.72% from 255 or 42.09% from 373); Max value from RGB is 157 - color contains mainly: blue. Hex color #62769D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62769D is #9D8962. Grayscale: #747474. Windows color (decimal): -10324323 or 10319458. OLE color: 10319458.

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

Color convert

RGB98118157-
CMYK0.380.2500.38
HSL219.66º23.14%50%-
HSV(B)219.66º37.58%61.57%-
XYZ17.617.9934.44-
YUV116.47150.87114.83-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.27%
GREEN value IS 118 (46.48% from 255) = 31.64%
BLUE value IS 157 (61.72% from 255) = 42.09%
R=26.27%
G=31.64%
B=42.09%

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
Decimal981181570.380.2500.38219.6623.1450
Hex62769D2619026dc1732
Octal14216623546310463342762
Binary11000101110110100111011001101100101001101101110010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62769D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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