#60729F

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

Shades of Waikawa Grey #60729F

Tints of Waikawa Grey #60729F

Color information

#60729F (or 0x60729F) is unknown color: approx Waikawa Grey. HEX triplet: 60, 72 and 9F. RGB value is (96,114,159). Sum of RGB (Red+Green+Blue) = 96+114+159=369 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.02% from 369); Green value is 114 (44.92% from 255 or 30.89% from 369); Blue value is 159 (62.5% from 255 or 43.09% from 369); Max value from RGB is 159 - color contains mainly: blue. Hex color #60729F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60729F is #9F8D60. Grayscale: #717171. Windows color (decimal): -10456417 or 10449504. OLE color: 10449504.

HSL color Cylindrical-coordinate representation of color #60729F: hue angle of 222.86º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #60729F is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB96114159-
CMYK0.400.2800.38
HSL222.86º24.71%50%-
HSV(B)222.86º39.62%62.35%-
XYZ17.117.0235.19-
YUV113.75153.54115.34-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.02%
GREEN value IS 114 (44.92% from 255) = 30.89%
BLUE value IS 159 (62.5% from 255) = 43.09%
R=26.02%
G=30.89%
B=43.09%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal961141590.400.2800.38222.8624.7150
Hex60729F281C026df1932
Octal14016223750340463373162
Binary11000001110010100111111010001110001001101101111111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60729F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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