#60779D

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

Shades of Waikawa Grey #60779D

Tints of Waikawa Grey #60779D

Color information

#60779D (or 0x60779D) is unknown color: approx Waikawa Grey. HEX triplet: 60, 77 and 9D. RGB value is (96,119,157). Sum of RGB (Red+Green+Blue) = 96+119+157=372 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.81% from 372); Green value is 119 (46.88% from 255 or 31.99% from 372); Blue value is 157 (61.72% from 255 or 42.20% from 372); Max value from RGB is 157 - color contains mainly: blue. Hex color #60779D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60779D is #9F8862. Grayscale: #747474. Windows color (decimal): -10455139 or 10319712. OLE color: 10319712.

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

Color convert

RGB96119157-
CMYK0.390.2400.38
HSL217.38º24.11%49.61%-
HSV(B)217.38º38.85%61.57%-
XYZ17.5118.1134.47-
YUV116.45150.88113.41-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.81%
GREEN value IS 119 (46.88% from 255) = 31.99%
BLUE value IS 157 (61.72% from 255) = 42.20%
R=25.81%
G=31.99%
B=42.20%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal961191570.390.2400.38217.3824.1149.61
Hex60779D2718026d91832
Octal14016723547300463313062
Binary11000001110111100111011001111100001001101101100111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60779D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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