Html Css Color HEX #619B87 Patina

📋 copy color: '#619B87'

red 97 ◦ green 155 ◦ blue 135

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

Shades of Patina #619B87

Tints of Patina #619B87

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.05%

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

R = 25.06%
G = 40.05%
B = 34.88%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.13

 K value IS 0.39

RGB Variations

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

Color information

#619B87 (or 0x619B87) is known color: Patina. HEX triplet: 61, 9B and 87. RGB value is (97,155,135). Sum of RGB (Red+Green+Blue) = 97+155+135=387 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25.06% from 387); Green value is 155 (60.94% from 255 or 40.05% from 387); Blue value is 135 (53.12% from 255 or 34.88% from 387); Max value from RGB is 155 - color contains mainly: green. Hex color #619B87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619B87 is #9E6478. Grayscale: #878787. Windows color (decimal): -10380409 or 8887137. OLE color: 8887137.

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

Color convert

RGB 97 155 135 -
CMYK 0.37 0 0.13 0.39
HSL 159.31º 0.23% 0.49% -
HSV(B) 159.31º 0.37% 0.61% -
XYZ 21.02 27.73 27.17 -
YUV 135.38 127.78 100.63 -
System Red Green Blue C M Y K H S L
Decimal 97 155 135 0.37 0 0.13 0.39 159.31 0.23 0.49
Hex 61 9B 87 25 0 D 27 9F 17 31
Octal 141 233 207 45 0 15 47 237 27 61
Binary 1100001 10011011 10000111 100101 0 1101 100111 10011111 10111 110001

Color Harmonies of #619B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619B87

Black with #619B87

Text Example


Text Example

White with #619B87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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