Html Css Color HEX #609485 Patina

📋 copy color: '#609485'

red 96 ◦ green 148 ◦ blue 133

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

Shades of Patina #609485

Tints of Patina #609485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 35.28%

R = 25.46%
G = 39.26%
B = 35.28%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#609485 (or 0x609485) is known color: Patina. HEX triplet: 60, 94 and 85. RGB value is (96,148,133). Sum of RGB (Red+Green+Blue) = 96+148+133=377 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.46% from 377); Green value is 148 (58.20% from 255 or 39.26% from 377); Blue value is 133 (52.34% from 255 or 35.28% from 377); Max value from RGB is 148 - color contains mainly: green. Hex color #609485 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609485 is #9F6B7A. Grayscale: #828282. Windows color (decimal): -10447739 or 8754272. OLE color: 8754272.

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

Color convert

RGB 96 148 133 -
CMYK 0.35 0 0.10 0.42
HSL 162.69º 0.21% 0.48% -
HSV(B) 162.69º 0.35% 0.58% -
XYZ 19.65 25.36 26.05 -
YUV 130.74 129.27 103.22 -
System Red Green Blue C M Y K H S L
Decimal 96 148 133 0.35 0 0.10 0.42 162.69 0.21 0.48
Hex 60 94 85 23 0 A 2A A3 15 30
Octal 140 224 205 43 0 12 52 243 25 60
Binary 1100000 10010100 10000101 100011 0 1010 101010 10100011 10101 110000

Color Harmonies of #609485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609485

Black with #609485

Text Example


Text Example

White with #609485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609485; }

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

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

background-color css

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

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

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

border-color css

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

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

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