Html Css Color HEX #609488 Patina

📋 copy color: '#609488'

red 96 ◦ green 148 ◦ blue 136

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

Shades of Patina #609488

Tints of Patina #609488

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.95%

 BLUE value IS 136 (53.52% from 255) = 35.79%

R = 25.26%
G = 38.95%
B = 35.79%

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

#609488 (or 0x609488) is known color: Patina. HEX triplet: 60, 94 and 88. RGB value is (96,148,136). Sum of RGB (Red+Green+Blue) = 96+148+136=380 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.26% from 380); Green value is 148 (58.20% from 255 or 38.95% from 380); Blue value is 136 (53.52% from 255 or 35.79% from 380); Max value from RGB is 148 - color contains mainly: green. Hex color #609488 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609488 is #9F6B77. Grayscale: #838383. Windows color (decimal): -10447736 or 8950880. OLE color: 8950880.

HSL color Cylindrical-coordinate representation of color #609488: hue angle of 166.15º 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 #609488 is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB 96 148 136 -
CMYK 0.35 0 0.08 0.42
HSL 166.15º 0.21% 0.48% -
HSV(B) 166.15º 0.35% 0.58% -
XYZ 19.86 25.44 27.16 -
YUV 131.08 130.77 102.98 -
System Red Green Blue C M Y K H S L
Decimal 96 148 136 0.35 0 0.08 0.42 166.15 0.21 0.48
Hex 60 94 88 23 0 8 2A A6 15 30
Octal 140 224 210 43 0 10 52 246 25 60
Binary 1100000 10010100 10001000 100011 0 1000 101010 10100110 10101 110000

Color Harmonies of #609488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609488

Black with #609488

Text Example


Text Example

White with #609488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609488; }

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

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

background-color css

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

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

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

border-color css

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

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

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