#60729B

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

Shades of Waikawa Grey #60729B

Tints of Waikawa Grey #60729B

Color information

#60729B (or 0x60729B) is unknown color: approx Waikawa Grey. HEX triplet: 60, 72 and 9B. RGB value is (96,114,155). Sum of RGB (Red+Green+Blue) = 96+114+155=365 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.30% from 365); Green value is 114 (44.92% from 255 or 31.23% from 365); Blue value is 155 (60.94% from 255 or 42.47% from 365); Max value from RGB is 155 - color contains mainly: blue. Hex color #60729B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60729B is #9F8D64. Grayscale: #717171. Windows color (decimal): -10456421 or 10187360. OLE color: 10187360.

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

Color convert

RGB96114155-
CMYK0.380.2600.39
HSL221.69º23.51%49.22%-
HSV(B)221.69º38.06%60.78%-
XYZ16.7616.8933.39-
YUV113.29151.54115.67-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.30%
GREEN value IS 114 (44.92% from 255) = 31.23%
BLUE value IS 155 (60.94% from 255) = 42.47%
R=26.30%
G=31.23%
B=42.47%

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
Decimal961141550.380.2600.39221.6923.5149.22
Hex60729B261A027de1831
Octal14016223346320473363061
Binary11000001110010100110111001101101001001111101111011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60729B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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