Html Css Color HEX #619A89 Patina

📋 copy color: '#619A89'

red 97 ◦ green 154 ◦ blue 137

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

Shades of Patina #619A89

Tints of Patina #619A89

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.69%

 BLUE value IS 137 (53.91% from 255) = 35.31%

R = 25%
G = 39.69%
B = 35.31%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#619A89 (or 0x619A89) is known color: Patina. HEX triplet: 61, 9A and 89. RGB value is (97,154,137). Sum of RGB (Red+Green+Blue) = 97+154+137=388 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25% from 388); Green value is 154 (60.55% from 255 or 39.69% from 388); Blue value is 137 (53.91% from 255 or 35.31% from 388); Max value from RGB is 154 - color contains mainly: green. Hex color #619A89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619A89 is #9E6576. Grayscale: #878787. Windows color (decimal): -10380663 or 9017953. OLE color: 9017953.

HSL color Cylindrical-coordinate representation of color #619A89: hue angle of 162.11º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #619A89 is Cyan = 0.37, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB 97 154 137 -
CMYK 0.37 0 0.11 0.40
HSL 162.11º 0.23% 0.49% -
HSV(B) 162.11º 0.37% 0.6% -
XYZ 21 27.46 27.86 -
YUV 135.02 129.12 100.88 -
System Red Green Blue C M Y K H S L
Decimal 97 154 137 0.37 0 0.11 0.40 162.11 0.23 0.49
Hex 61 9A 89 25 0 B 28 A2 17 31
Octal 141 232 211 45 0 13 50 242 27 61
Binary 1100001 10011010 10001001 100101 0 1011 101000 10100010 10111 110001

Color Harmonies of #619A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619A89

Black with #619A89

Text Example


Text Example

White with #619A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619A89; }

 p { color: rgb(97,154,137); }

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

background-color css

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

 a { background-color: rgb(97,154,137); }

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

border-color css

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

 span { border-color: rgb(97,154,137); }

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