Html Css Color HEX #609080 Patina

📋 copy color: '#609080'

red 96 ◦ green 144 ◦ blue 128

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

Shades of Patina #609080

Tints of Patina #609080

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.13%

 BLUE value IS 128 (50.39% from 255) = 34.78%

R = 26.09%
G = 39.13%
B = 34.78%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#609080 (or 0x609080) is known color: Patina. HEX triplet: 60, 90 and 80. RGB value is (96,144,128). Sum of RGB (Red+Green+Blue) = 96+144+128=368 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.09% from 368); Green value is 144 (56.64% from 255 or 39.13% from 368); Blue value is 128 (50.39% from 255 or 34.78% from 368); Max value from RGB is 144 - color contains mainly: green. Hex color #609080 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609080 is #9F6F7F. Grayscale: #7F7F7F. Windows color (decimal): -10448768 or 8425568. OLE color: 8425568.

HSL color Cylindrical-coordinate representation of color #609080: hue angle of 160º 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 #609080 is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB 96 144 128 -
CMYK 0.33 0 0.11 0.44
HSL 160º 0.2% 0.47% -
HSV(B) 160º 0.33% 0.56% -
XYZ 18.69 23.99 24.07 -
YUV 127.82 128.1 105.3 -
System Red Green Blue C M Y K H S L
Decimal 96 144 128 0.33 0 0.11 0.44 160 0.2 0.47
Hex 60 90 80 21 0 B 2C A0 14 2F
Octal 140 220 200 41 0 13 54 240 24 57
Binary 1100000 10010000 10000000 100001 0 1011 101100 10100000 10100 101111

Color Harmonies of #609080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609080

Black with #609080

Text Example


Text Example

White with #609080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609080; }

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

 H1.HeaderClassName
 {
   color: #609080;
 }
 .AnyTagClassName
 {
   color: #609080;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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