#6B9384

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

Shades of Patina #6B9384

Tints of Patina #6B9384

Color information

#6B9384 (or 0x6B9384) is unknown color: approx Patina. HEX triplet: 6B, 93 and 84. RGB value is (107,147,132). Sum of RGB (Red+Green+Blue) = 107+147+132=386 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.72% from 386); Green value is 147 (57.81% from 255 or 38.08% from 386); Blue value is 132 (51.95% from 255 or 34.20% from 386); Max value from RGB is 147 - color contains mainly: green. Hex color #6B9384 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B9384 is #946C7B. Grayscale: #858585. Windows color (decimal): -9727100 or 8688491. OLE color: 8688491.

HSL color Cylindrical-coordinate representation of color #6B9384: hue angle of 157.5º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6B9384 is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB107147132-
CMYK0.2700.100.42
HSL157.5º15.75%49.8%-
HSV(B)157.5º27.21%57.65%-
XYZ20.6625.6625.69-
YUV133.33127.25109.22-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.72%
GREEN value IS 147 (57.81% from 255) = 38.08%
BLUE value IS 132 (51.95% from 255) = 34.20%
R=27.72%
G=38.08%
B=34.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1071471320.2700.100.42157.515.7549.8
Hex6B93841B0A2A9e1032
Octal15322320433012522362062
Binary1101011100100111000010011011010101010101001111010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B9384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,147,132); }

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

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

 a { background-color: rgb(107,147,132); }

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

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

 span { border-color: rgb(107,147,132); }

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