#6A877D

Color #6A877D Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #6A877D

Tints of Patina #6A877D

Color information

#6A877D (or 0x6A877D) is unknown color: approx Patina. HEX triplet: 6A, 87 and 7D. RGB value is (106,135,125). Sum of RGB (Red+Green+Blue) = 106+135+125=366 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.96% from 366); Green value is 135 (53.12% from 255 or 36.89% from 366); Blue value is 125 (49.22% from 255 or 34.15% from 366); Max value from RGB is 135 - color contains mainly: green. Hex color #6A877D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A877D is #957882. Grayscale: #7D7D7D. Windows color (decimal): -9795715 or 8226666. OLE color: 8226666.

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

Color convert

RGB106135125-
CMYK0.2100.070.47
HSL159.31º12.03%47.25%-
HSV(B)159.31º21.48%52.94%-
XYZ18.3121.8722.66-
YUV125.19127.89114.31-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.96%
GREEN value IS 135 (53.12% from 255) = 36.89%
BLUE value IS 125 (49.22% from 255) = 34.15%
R=28.96%
G=36.89%
B=34.15%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1061351250.2100.070.47159.3112.0347.25
Hex6A877D15072F9fc2f
Octal1522071752507572371457
Binary1101010100001111111101101010111101111100111111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A877D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6A877D;
 }
 .AnyTagClassName
 {
   color: #6A877D;
 }
</style>
background-color css

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

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

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

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

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

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