Html Css Color HEX #609387 Patina

📋 copy color: '#609387'

red 96 ◦ green 147 ◦ blue 135

#609387
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Patina #609387

Tints of Patina #609387

RGB

 RED value IS 96 (37.89% from 255) = 25.4%

 GREEN value IS 147 (57.81% from 255) = 38.89%

 BLUE value IS 135 (53.13% from 255) = 35.71%

R = 25.4%
G = 38.89%
B = 35.71%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#609387 (or 0x609387) is known color: 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

RGB 96 147 135 -
CMYK 0.35 0 0.08 0.42
HSL 165.88º 0.21% 0.48% -
HSV(B) 165.88º 0.35% 0.58% -
XYZ 19.63 25.1 26.73 -
YUV 130.38 130.6 103.48 -
System Red Green Blue C M Y K H S L
Decimal 96 147 135 0.35 0 0.08 0.42 165.88 0.21 0.48
Hex 60 93 87 23 0 8 2A A6 15 30
Octal 140 223 207 43 0 10 52 246 25 60
Binary 1100000 10010011 10000111 100011 0 1000 101010 10100110 10101 110000

Color Harmonies of #609387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609387

Black with #609387

Text Example


Text Example

White with #609387

Text Example


Text Example

HTML Codes & Css Web 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>