#6C857D

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

Shades of Patina #6C857D

Tints of Patina #6C857D

Color information

#6C857D (or 0x6C857D) is unknown color: approx Patina. HEX triplet: 6C, 85 and 7D. RGB value is (108,133,125). Sum of RGB (Red+Green+Blue) = 108+133+125=366 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.51% from 366); Green value is 133 (52.34% from 255 or 36.34% from 366); Blue value is 125 (49.22% from 255 or 34.15% from 366); Max value from RGB is 133 - color contains mainly: green. Hex color #6C857D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C857D is #937A82. Grayscale: #7C7C7C. Windows color (decimal): -9665155 or 8226156. OLE color: 8226156.

HSL color Cylindrical-coordinate representation of color #6C857D: hue angle of 160.8º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6C857D is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB108133125-
CMYK0.1900.060.48
HSL160.8º10.37%47.25%-
HSV(B)160.8º18.8%52.16%-
XYZ18.2721.4422.58-
YUV124.61128.22116.15-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.51%
GREEN value IS 133 (52.34% from 255) = 36.34%
BLUE value IS 125 (49.22% from 255) = 34.15%
R=29.51%
G=36.34%
B=34.15%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1081331250.1900.060.48160.810.3747.25
Hex6C857D130630a1a2f
Octal1542051752306602411257
Binary1101100100001011111101100110110110000101000011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C857D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,133,125); }

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

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

 a { background-color: rgb(108,133,125); }

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

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

 span { border-color: rgb(108,133,125); }

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