Html Css Color HEX #619E8D Patina

📋 copy color: '#619E8D'

red 97 ◦ green 158 ◦ blue 141

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

Shades of Patina #619E8D

Tints of Patina #619E8D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.9%

 BLUE value IS 141 (55.47% from 255) = 35.61%

R = 24.49%
G = 39.9%
B = 35.61%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#619E8D (or 0x619E8D) is known color: Patina. HEX triplet: 61, 9E and 8D. RGB value is (97,158,141). Sum of RGB (Red+Green+Blue) = 97+158+141=396 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.49% from 396); Green value is 158 (62.11% from 255 or 39.90% from 396); Blue value is 141 (55.47% from 255 or 35.61% from 396); Max value from RGB is 158 - color contains mainly: green. Hex color #619E8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619E8D is #9E6172. Grayscale: #898989. Windows color (decimal): -10379635 or 9281121. OLE color: 9281121.

HSL color Cylindrical-coordinate representation of color #619E8D: hue angle of 163.28º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #619E8D is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB 97 158 141 -
CMYK 0.39 0 0.11 0.38
HSL 163.28º 0.24% 0.5% -
HSV(B) 163.28º 0.39% 0.62% -
XYZ 21.96 28.92 29.62 -
YUV 137.82 129.79 98.88 -
System Red Green Blue C M Y K H S L
Decimal 97 158 141 0.39 0 0.11 0.38 163.28 0.24 0.5
Hex 61 9E 8D 27 0 B 26 A3 18 32
Octal 141 236 215 47 0 13 46 243 30 62
Binary 1100001 10011110 10001101 100111 0 1011 100110 10100011 11000 110010

Color Harmonies of #619E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619E8D

Black with #619E8D

Text Example


Text Example

White with #619E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,158,141); }

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

background-color css

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

 a { background-color: rgb(97,158,141); }

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

border-color css

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

 span { border-color: rgb(97,158,141); }

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