Html Css Color HEX #619086 Patina

📋 copy color: '#619086'

red 97 ◦ green 144 ◦ blue 134

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

Shades of Patina #619086

Tints of Patina #619086

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.4%

 BLUE value IS 134 (52.73% from 255) = 35.73%

R = 25.87%
G = 38.4%
B = 35.73%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.07

 K value IS 0.44

RGB Variations

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

Color information

#619086 (or 0x619086) is known color: Patina. HEX triplet: 61, 90 and 86. RGB value is (97,144,134). Sum of RGB (Red+Green+Blue) = 97+144+134=375 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.87% from 375); Green value is 144 (56.64% from 255 or 38.4% from 375); Blue value is 134 (52.73% from 255 or 35.73% from 375); Max value from RGB is 144 - color contains mainly: green. Hex color #619086 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619086 is #9E6F79. Grayscale: #808080. Windows color (decimal): -10383226 or 8818785. OLE color: 8818785.

HSL color Cylindrical-coordinate representation of color #619086: hue angle of 167.23º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #619086 is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB 97 144 134 -
CMYK 0.33 0 0.07 0.44
HSL 167.23º 0.2% 0.47% -
HSV(B) 167.23º 0.33% 0.56% -
XYZ 19.21 24.21 26.21 -
YUV 128.81 130.93 105.31 -
System Red Green Blue C M Y K H S L
Decimal 97 144 134 0.33 0 0.07 0.44 167.23 0.2 0.47
Hex 61 90 86 21 0 7 2C A7 14 2F
Octal 141 220 206 41 0 7 54 247 24 57
Binary 1100001 10010000 10000110 100001 0 111 101100 10100111 10100 101111

Color Harmonies of #619086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619086

Black with #619086

Text Example


Text Example

White with #619086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619086; }

 p { color: rgb(97,144,134); }

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

background-color css

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

 a { background-color: rgb(97,144,134); }

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

border-color css

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

 span { border-color: rgb(97,144,134); }

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