Html Css Color HEX #6B897D Patina

📋 copy color: '#6B897D'

red 107 ◦ green 137 ◦ blue 125

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

Shades of Patina #6B897D

Tints of Patina #6B897D

RGB

 RED value IS 107 (42.19% from 255) = 29%

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

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

R = 29%
G = 37.13%
B = 33.88%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#6B897D (or 0x6B897D) is known color: Patina. HEX triplet: 6B, 89 and 7D. RGB value is (107,137,125). Sum of RGB (Red+Green+Blue) = 107+137+125=369 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.00% from 369); Green value is 137 (53.91% from 255 or 37.13% from 369); Blue value is 125 (49.22% from 255 or 33.88% from 369); Max value from RGB is 137 - color contains mainly: green. Hex color #6B897D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B897D is #947682. Grayscale: #7E7E7E. Windows color (decimal): -9729667 or 8227179. OLE color: 8227179.

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

Color convert

RGB 107 137 125 -
CMYK 0.22 0 0.09 0.46
HSL 156º 0.12% 0.48% -
HSV(B) 156º 0.22% 0.54% -
XYZ 18.71 22.5 22.76 -
YUV 126.66 127.06 113.98 -
System Red Green Blue C M Y K H S L
Decimal 107 137 125 0.22 0 0.09 0.46 156 0.12 0.48
Hex 6B 89 7D 16 0 9 2E 9C C 30
Octal 153 211 175 26 0 11 56 234 14 60
Binary 1101011 10001001 1111101 10110 0 1001 101110 10011100 1100 110000

Color Harmonies of #6B897D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B897D

Black with #6B897D

Text Example


Text Example

White with #6B897D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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