#60728B

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

Shades of Waikawa Grey #60728B

Tints of Waikawa Grey #60728B

Color information

#60728B (or 0x60728B) is unknown color: approx Waikawa Grey. HEX triplet: 60, 72 and 8B. RGB value is (96,114,139). Sum of RGB (Red+Green+Blue) = 96+114+139=349 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.51% from 349); Green value is 114 (44.92% from 255 or 32.66% from 349); Blue value is 139 (54.69% from 255 or 39.83% from 349); Max value from RGB is 139 - color contains mainly: blue. Hex color #60728B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60728B is #9F8D74. Grayscale: #6F6F6F. Windows color (decimal): -10456437 or 9138784. OLE color: 9138784.

HSL color Cylindrical-coordinate representation of color #60728B: hue angle of 214.88º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #60728B is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB96114139-
CMYK0.310.1800.45
HSL214.88º18.3%46.08%-
HSV(B)214.88º30.94%54.51%-
XYZ15.516.3926.77-
YUV111.47143.54116.97-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.51%
GREEN value IS 114 (44.92% from 255) = 32.66%
BLUE value IS 139 (54.69% from 255) = 39.83%
R=27.51%
G=32.66%
B=39.83%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal961141390.310.1800.45214.8818.346.08
Hex60728B1F1202Dd7122e
Octal14016221337220553272256
Binary1100000111001010001011111111001001011011101011110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60728B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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