Html Css Color HEX #619387 Patina

📋 copy color: '#619387'

red 97 ◦ green 147 ◦ blue 135

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

Shades of Patina #619387

Tints of Patina #619387

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.79%

 BLUE value IS 135 (53.13% from 255) = 35.62%

R = 25.59%
G = 38.79%
B = 35.62%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#619387 (or 0x619387) is known color: Patina. HEX triplet: 61, 93 and 87. RGB value is (97,147,135). Sum of RGB (Red+Green+Blue) = 97+147+135=379 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.59% from 379); Green value is 147 (57.81% from 255 or 38.79% from 379); Blue value is 135 (53.12% from 255 or 35.62% from 379); Max value from RGB is 147 - color contains mainly: green. Hex color #619387 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619387 is #9E6C78. Grayscale: #828282. Windows color (decimal): -10382457 or 8885089. OLE color: 8885089.

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

Color convert

RGB 97 147 135 -
CMYK 0.34 0 0.08 0.42
HSL 165.6º 0.2% 0.48% -
HSV(B) 165.6º 0.34% 0.58% -
XYZ 19.74 25.16 26.74 -
YUV 130.68 130.44 103.98 -
System Red Green Blue C M Y K H S L
Decimal 97 147 135 0.34 0 0.08 0.42 165.6 0.2 0.48
Hex 61 93 87 22 0 8 2A A6 14 30
Octal 141 223 207 42 0 10 52 246 24 60
Binary 1100001 10010011 10000111 100010 0 1000 101010 10100110 10100 110000

Color Harmonies of #619387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619387

Black with #619387

Text Example


Text Example

White with #619387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619387; }

 p { color: rgb(97,147,135); }

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

background-color css

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

 a { background-color: rgb(97,147,135); }

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

border-color css

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

 span { border-color: rgb(97,147,135); }

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