Html Css Color HEX #609086 Patina

📋 copy color: '#609086'

red 96 ◦ green 144 ◦ blue 134

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

Shades of Patina #609086

Tints of Patina #609086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 35.83%

R = 25.67%
G = 38.5%
B = 35.83%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.07

 K value IS 0.44

RGB Variations

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

Color information

#609086 (or 0x609086) is known color: Patina. HEX triplet: 60, 90 and 86. RGB value is (96,144,134). Sum of RGB (Red+Green+Blue) = 96+144+134=374 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.67% from 374); Green value is 144 (56.64% from 255 or 38.50% from 374); Blue value is 134 (52.73% from 255 or 35.83% from 374); Max value from RGB is 144 - color contains mainly: green. Hex color #609086 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609086 is #9F6F79. Grayscale: #808080. Windows color (decimal): -10448762 or 8818784. OLE color: 8818784.

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

Color convert

RGB 96 144 134 -
CMYK 0.33 0 0.07 0.44
HSL 167.5º 0.2% 0.47% -
HSV(B) 167.5º 0.33% 0.56% -
XYZ 19.1 24.15 26.21 -
YUV 128.51 131.1 104.81 -
System Red Green Blue C M Y K H S L
Decimal 96 144 134 0.33 0 0.07 0.44 167.5 0.2 0.47
Hex 60 90 86 21 0 7 2C A8 14 2F
Octal 140 220 206 41 0 7 54 250 24 57
Binary 1100000 10010000 10000110 100001 0 111 101100 10101000 10100 101111

Color Harmonies of #609086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609086

Black with #609086

Text Example


Text Example

White with #609086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609086; }

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

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

background-color css

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

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

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

border-color css

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

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

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