Html Css Color HEX #6F897D Patina

📋 copy color: '#6F897D'

red 111 ◦ green 137 ◦ blue 125

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

Shades of Patina #6F897D

Tints of Patina #6F897D

RGB

 RED value IS 111 (43.75% from 255) = 29.76%

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

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

R = 29.76%
G = 36.73%
B = 33.51%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#6F897D (or 0x6F897D) is known color: Patina. HEX triplet: 6F, 89 and 7D. RGB value is (111,137,125). Sum of RGB (Red+Green+Blue) = 111+137+125=373 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.76% from 373); Green value is 137 (53.91% from 255 or 36.73% from 373); Blue value is 125 (49.22% from 255 or 33.51% from 373); Max value from RGB is 137 - color contains mainly: green. Hex color #6F897D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F897D is #907682. Grayscale: #7F7F7F. Windows color (decimal): -9467523 or 8227183. OLE color: 8227183.

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

Color convert

RGB 111 137 125 -
CMYK 0.19 0 0.09 0.46
HSL 152.31º 0.1% 0.49% -
HSV(B) 152.31º 0.19% 0.54% -
XYZ 19.2 22.75 22.78 -
YUV 127.86 126.39 115.98 -
System Red Green Blue C M Y K H S L
Decimal 111 137 125 0.19 0 0.09 0.46 152.31 0.1 0.49
Hex 6F 89 7D 13 0 9 2E 98 A 31
Octal 157 211 175 23 0 11 56 230 12 61
Binary 1101111 10001001 1111101 10011 0 1001 101110 10011000 1010 110001

Color Harmonies of #6F897D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F897D

Black with #6F897D

Text Example


Text Example

White with #6F897D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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