Html Css Color HEX #6A897D Patina

📋 copy color: '#6A897D'

red 106 ◦ green 137 ◦ blue 125

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

Shades of Patina #6A897D

Tints of Patina #6A897D

RGB

 RED value IS 106 (41.8% from 255) = 28.8%

 GREEN value IS 137 (53.91% from 255) = 37.23%

 BLUE value IS 125 (49.22% from 255) = 33.97%

R = 28.8%
G = 37.23%
B = 33.97%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#6A897D (or 0x6A897D) is known color: Patina. HEX triplet: 6A, 89 and 7D. RGB value is (106,137,125). Sum of RGB (Red+Green+Blue) = 106+137+125=368 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.80% from 368); Green value is 137 (53.91% from 255 or 37.23% from 368); Blue value is 125 (49.22% from 255 or 33.97% from 368); Max value from RGB is 137 - color contains mainly: green. Hex color #6A897D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A897D is #957682. Grayscale: #7E7E7E. Windows color (decimal): -9795203 or 8227178. OLE color: 8227178.

HSL color Cylindrical-coordinate representation of color #6A897D: hue angle of 156.77º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6A897D is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 106 137 125 -
CMYK 0.23 0 0.09 0.46
HSL 156.77º 0.13% 0.48% -
HSV(B) 156.77º 0.23% 0.54% -
XYZ 18.59 22.44 22.75 -
YUV 126.36 127.23 113.48 -
System Red Green Blue C M Y K H S L
Decimal 106 137 125 0.23 0 0.09 0.46 156.77 0.13 0.48
Hex 6A 89 7D 17 0 9 2E 9D D 30
Octal 152 211 175 27 0 11 56 235 15 60
Binary 1101010 10001001 1111101 10111 0 1001 101110 10011101 1101 110000

Color Harmonies of #6A897D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A897D

Black with #6A897D

Text Example


Text Example

White with #6A897D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A897D; }

 p { color: rgb(106,137,125); }

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

background-color css

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

 a { background-color: rgb(106,137,125); }

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

border-color css

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

 span { border-color: rgb(106,137,125); }

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