#60779B

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

Shades of Waikawa Grey #60779B

Tints of Waikawa Grey #60779B

Color information

#60779B (or 0x60779B) is unknown color: approx Waikawa Grey. HEX triplet: 60, 77 and 9B. RGB value is (96,119,155). Sum of RGB (Red+Green+Blue) = 96+119+155=370 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.95% from 370); Green value is 119 (46.88% from 255 or 32.16% from 370); Blue value is 155 (60.94% from 255 or 41.89% from 370); Max value from RGB is 155 - color contains mainly: blue. Hex color #60779B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60779B is #9F8864. Grayscale: #747474. Windows color (decimal): -10455141 or 10188640. OLE color: 10188640.

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

Color convert

RGB96119155-
CMYK0.380.2300.39
HSL216.61º23.51%49.22%-
HSV(B)216.61º38.06%60.78%-
XYZ17.3418.0533.58-
YUV116.23149.88113.57-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.95%
GREEN value IS 119 (46.88% from 255) = 32.16%
BLUE value IS 155 (60.94% from 255) = 41.89%
R=25.95%
G=32.16%
B=41.89%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal961191550.380.2300.39216.6123.5149.22
Hex60779B2617027d91831
Octal14016723346270473313061
Binary11000001110111100110111001101011101001111101100111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60779B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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