Html Css Color HEX #6A887D Patina

📋 copy color: '#6A887D'

red 106 ◦ green 136 ◦ blue 125

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

Shades of Patina #6A887D

Tints of Patina #6A887D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.06%

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

R = 28.88%
G = 37.06%
B = 34.06%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#6A887D (or 0x6A887D) is known color: Patina. HEX triplet: 6A, 88 and 7D. RGB value is (106,136,125). Sum of RGB (Red+Green+Blue) = 106+136+125=367 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.88% from 367); Green value is 136 (53.52% from 255 or 37.06% from 367); Blue value is 125 (49.22% from 255 or 34.06% from 367); Max value from RGB is 136 - color contains mainly: green. Hex color #6A887D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A887D is #957782. Grayscale: #7D7D7D. Windows color (decimal): -9795459 or 8226922. OLE color: 8226922.

HSL color Cylindrical-coordinate representation of color #6A887D: hue angle of 158º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6A887D is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB 106 136 125 -
CMYK 0.22 0 0.08 0.47
HSL 158º 0.12% 0.47% -
HSV(B) 158º 0.22% 0.53% -
XYZ 18.45 22.15 22.71 -
YUV 125.78 127.56 113.89 -
System Red Green Blue C M Y K H S L
Decimal 106 136 125 0.22 0 0.08 0.47 158 0.12 0.47
Hex 6A 88 7D 16 0 8 2F 9E C 2F
Octal 152 210 175 26 0 10 57 236 14 57
Binary 1101010 10001000 1111101 10110 0 1000 101111 10011110 1100 101111

Color Harmonies of #6A887D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A887D

Black with #6A887D

Text Example


Text Example

White with #6A887D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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