#60769B

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

Shades of Waikawa Grey #60769B

Tints of Waikawa Grey #60769B

Color information

#60769B (or 0x60769B) is unknown color: approx Waikawa Grey. HEX triplet: 60, 76 and 9B. RGB value is (96,118,155). Sum of RGB (Red+Green+Blue) = 96+118+155=369 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.02% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 155 (60.94% from 255 or 42.01% from 369); Max value from RGB is 155 - color contains mainly: blue. Hex color #60769B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60769B is #9F8964. Grayscale: #737373. Windows color (decimal): -10455397 or 10188384. OLE color: 10188384.

HSL color Cylindrical-coordinate representation of color #60769B: hue angle of 217.63º 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 #60769B is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB96118155-
CMYK0.380.2400.39
HSL217.63º23.51%49.22%-
HSV(B)217.63º38.06%60.78%-
XYZ17.2217.8133.54-
YUV115.64150.21113.99-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.02%
GREEN value IS 118 (46.48% from 255) = 31.98%
BLUE value IS 155 (60.94% from 255) = 42.01%
R=26.02%
G=31.98%
B=42.01%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal961181550.380.2400.39217.6323.5149.22
Hex60769B2618027da1831
Octal14016623346300473323061
Binary11000001110110100110111001101100001001111101101011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60769B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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