#608980

Color #608980 Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #608980

Tints of Patina #608980

Color information

#608980 (or 0x608980) is unknown color: approx Patina. HEX triplet: 60, 89 and 80. RGB value is (96,137,128). Sum of RGB (Red+Green+Blue) = 96+137+128=361 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.59% from 361); Green value is 137 (53.91% from 255 or 37.95% from 361); Blue value is 128 (50.39% from 255 or 35.46% from 361); Max value from RGB is 137 - color contains mainly: green. Hex color #608980 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608980 is #9F767F. Grayscale: #7B7B7B. Windows color (decimal): -10450560 or 8423776. OLE color: 8423776.

HSL color Cylindrical-coordinate representation of color #608980: hue angle of 166.83º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #608980 is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB96137128-
CMYK0.3000.070.46
HSL166.83º17.6%45.69%-
HSV(B)166.83º29.93%53.73%-
XYZ17.6721.9423.73-
YUV123.71130.42108.23-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.59%
GREEN value IS 137 (53.91% from 255) = 37.95%
BLUE value IS 128 (50.39% from 255) = 35.46%
R=26.59%
G=37.95%
B=35.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal961371280.3000.070.46166.8317.645.69
Hex6089801E072Ea7122e
Octal1402112003607562472256
Binary110000010001001100000001111001111011101010011110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608980; }

 p { color: rgb(96,137,128); }

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

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

 a { background-color: rgb(96,137,128); }

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

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

 span { border-color: rgb(96,137,128); }

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