#60779F

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

Shades of Waikawa Grey #60779F

Tints of Waikawa Grey #60779F

Color information

#60779F (or 0x60779F) is unknown color: approx Waikawa Grey. HEX triplet: 60, 77 and 9F. RGB value is (96,119,159). Sum of RGB (Red+Green+Blue) = 96+119+159=374 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.67% from 374); Green value is 119 (46.88% from 255 or 31.82% from 374); Blue value is 159 (62.5% from 255 or 42.51% from 374); Max value from RGB is 159 - color contains mainly: blue. Hex color #60779F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60779F is #9F8860. Grayscale: #747474. Windows color (decimal): -10455137 or 10450784. OLE color: 10450784.

HSL color Cylindrical-coordinate representation of color #60779F: hue angle of 218.1º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #60779F is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB96119159-
CMYK0.400.2500.38
HSL218.1º24.71%50%-
HSV(B)218.1º39.62%62.35%-
XYZ17.6818.1835.38-
YUV116.68151.88113.25-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.67%
GREEN value IS 119 (46.88% from 255) = 31.82%
BLUE value IS 159 (62.5% from 255) = 42.51%
R=25.67%
G=31.82%
B=42.51%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal961191590.400.2500.38218.124.7150
Hex60779F2819026da1932
Octal14016723750310463323162
Binary11000001110111100111111010001100101001101101101011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60779F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,119,159); }

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

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

 a { background-color: rgb(96,119,159); }

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

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

 span { border-color: rgb(96,119,159); }

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