#60739B

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

Shades of Waikawa Grey #60739B

Tints of Waikawa Grey #60739B

Color information

#60739B (or 0x60739B) is unknown color: approx Waikawa Grey. HEX triplet: 60, 73 and 9B. RGB value is (96,115,155). Sum of RGB (Red+Green+Blue) = 96+115+155=366 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.23% from 366); Green value is 115 (45.31% from 255 or 31.42% from 366); Blue value is 155 (60.94% from 255 or 42.35% from 366); Max value from RGB is 155 - color contains mainly: blue. Hex color #60739B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60739B is #9F8C64. Grayscale: #717171. Windows color (decimal): -10456165 or 10187616. OLE color: 10187616.

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

Color convert

RGB96115155-
CMYK0.380.2600.39
HSL220.68º23.51%49.22%-
HSV(B)220.68º38.06%60.78%-
XYZ16.8717.1133.42-
YUV113.88151.21115.25-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.23%
GREEN value IS 115 (45.31% from 255) = 31.42%
BLUE value IS 155 (60.94% from 255) = 42.35%
R=26.23%
G=31.42%
B=42.35%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal961151550.380.2600.39220.6823.5149.22
Hex60739B261A027dd1831
Octal14016323346320473353061
Binary11000001110011100110111001101101001001111101110111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60739B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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