Html Css Color HEX #619485 Patina

📋 copy color: '#619485'

red 97 ◦ green 148 ◦ blue 133

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

Shades of Patina #619485

Tints of Patina #619485

RGB

 RED value IS 97 (38.28% from 255) = 25.66%

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

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

R = 25.66%
G = 39.15%
B = 35.19%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#619485 (or 0x619485) is known color: Patina. HEX triplet: 61, 94 and 85. RGB value is (97,148,133). Sum of RGB (Red+Green+Blue) = 97+148+133=378 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.66% from 378); Green value is 148 (58.20% from 255 or 39.15% from 378); Blue value is 133 (52.34% from 255 or 35.19% from 378); Max value from RGB is 148 - color contains mainly: green. Hex color #619485 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619485 is #9E6B7A. Grayscale: #838383. Windows color (decimal): -10382203 or 8754273. OLE color: 8754273.

HSL color Cylindrical-coordinate representation of color #619485: hue angle of 162.35º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #619485 is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB 97 148 133 -
CMYK 0.34 0 0.10 0.42
HSL 162.35º 0.21% 0.48% -
HSV(B) 162.35º 0.34% 0.58% -
XYZ 19.75 25.41 26.05 -
YUV 131.04 129.1 103.72 -
System Red Green Blue C M Y K H S L
Decimal 97 148 133 0.34 0 0.10 0.42 162.35 0.21 0.48
Hex 61 94 85 22 0 A 2A A2 15 30
Octal 141 224 205 42 0 12 52 242 25 60
Binary 1100001 10010100 10000101 100010 0 1010 101010 10100010 10101 110000

Color Harmonies of #619485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619485

Black with #619485

Text Example


Text Example

White with #619485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619485; }

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

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

background-color css

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

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

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

border-color css

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

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

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