#609088

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

Shades of Patina #609088

Tints of Patina #609088

Color information

#609088 (or 0x609088) is unknown color: approx Patina. HEX triplet: 60, 90 and 88. RGB value is (96,144,136). Sum of RGB (Red+Green+Blue) = 96+144+136=376 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.53% from 376); Green value is 144 (56.64% from 255 or 38.30% from 376); Blue value is 136 (53.52% from 255 or 36.17% from 376); Max value from RGB is 144 - color contains mainly: green. Hex color #609088 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609088 is #9F6F77. Grayscale: #808080. Windows color (decimal): -10448760 or 8949856. OLE color: 8949856.

HSL color Cylindrical-coordinate representation of color #609088: hue angle of 170º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #609088 is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB96144136-
CMYK0.3300.060.44
HSL170º20%47.06%-
HSV(B)170º33.33%56.47%-
XYZ19.2424.2126.95-
YUV128.74132.1104.65-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.53%
GREEN value IS 144 (56.64% from 255) = 38.30%
BLUE value IS 136 (53.52% from 255) = 36.17%
R=25.53%
G=38.30%
B=36.17%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal961441360.3300.060.441702047.06
Hex60908821062Caa142f
Octal1402202104106542522457
Binary1100000100100001000100010000101101011001010101010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609088; }

 p { color: rgb(96,144,136); }

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

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

 a { background-color: rgb(96,144,136); }

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

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

 span { border-color: rgb(96,144,136); }

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