#609387

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

Shades of Patina #609387

Tints of Patina #609387

Color information

#609387 (or 0x609387) is unknown color: approx Patina. HEX triplet: 60, 93 and 87. RGB value is (96,147,135). Sum of RGB (Red+Green+Blue) = 96+147+135=378 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.40% from 378); Green value is 147 (57.81% from 255 or 38.89% from 378); Blue value is 135 (53.12% from 255 or 35.71% from 378); Max value from RGB is 147 - color contains mainly: green. Hex color #609387 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609387 is #9F6C78. Grayscale: #828282. Windows color (decimal): -10447993 or 8885088. OLE color: 8885088.

HSL color Cylindrical-coordinate representation of color #609387: hue angle of 165.88º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #609387 is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB96147135-
CMYK0.3500.080.42
HSL165.88º20.99%47.65%-
HSV(B)165.88º34.69%57.65%-
XYZ19.6325.126.73-
YUV130.38130.6103.48-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.40%
GREEN value IS 147 (57.81% from 255) = 38.89%
BLUE value IS 135 (53.12% from 255) = 35.71%
R=25.40%
G=38.89%
B=35.71%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal961471350.3500.080.42165.8820.9947.65
Hex60938723082Aa61530
Octal14022320743010522462560
Binary11000001001001110000111100011010001010101010011010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609387; }

 p { color: rgb(96,147,135); }

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

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

 a { background-color: rgb(96,147,135); }

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

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

 span { border-color: rgb(96,147,135); }

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